Commented Issue: AsyncExec executes target twice [9903]
in Task:MSBuild.ExtensionPack.Framework.AsyncExecmethod Execute(), there is a bug at the very last loop:Process.Start(GetCommandLine(str2)).Start();Start is invoked 2 times.Comments: ** Comment from...
View ArticleNew Post: Deploying using the new ParallelTask
Hi Mike,I wasn't sure what your last comment meant, for clarity, did it mean:A) With the new item list you provided I can now reproduce the issue and I will need time to look further into the causeorB)...
View ArticleCommented Issue: AssemblyInfo task does not parse assembly versions correctly...
The AssemblyInfo task uses a regular expression that's written to look for a version of the form major.minor.build.revision, however it is valid for an assembly version to contain only...
View ArticleCreated Issue: AsyncExec executes target twice [10784]
The issue outlined in item 9903 appears to have been reintroduced with the April 2012 version of the Extension pack (4.0.5.0). see http://msbuildextensionpack.codeplex.com/workitem/9903When I view the...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Hi girls/guys, Allow me to introduce myself. My name is Wilbert van Dolleweerd. I just got all the latest sources from the Subversion repository and am looking for a way to cleanly integrate my Git...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Great stuff. I agree with including the dependencies. Note we are using standard TFS for source control and not Subversion. I would recommend publishing your changes frequently to codeplex and when we...
View ArticleReopened Issue: AsyncExec executes target twice [9903]
in Task:MSBuild.ExtensionPack.Framework.AsyncExecmethod Execute(), there is a bug at the very last loop:Process.Start(GetCommandLine(str2)).Start();Start is invoked 2 times.Comments: ** Comment from...
View ArticleSource code checked in, #76549
Framework\AsyncExec.cs: Fixing the double execute for 4.0 Resolves #9903 (AsyncExec executes target twice) raised by dandikus on 28 Nov 2011
View ArticleClosed Issue: AsyncExec executes target twice [9903]
in Task:MSBuild.ExtensionPack.Framework.AsyncExecmethod Execute(), there is a bug at the very last loop:Process.Start(GetCommandLine(str2)).Start();Start is invoked 2 times.Comments: Resolved with...
View ArticleCommented Issue: AsyncExec executes target twice [10784]
The issue outlined in item 9903 appears to have been reintroduced with the April 2012 version of the Extension pack (4.0.5.0). see http://msbuildextensionpack.codeplex.com/workitem/9903When I view the...
View ArticleNew Post: Integrating my Git tasks in MSBuild Extension Pack - feedback needed
Hi Mike, I understand from your comment that I have to use TFS to be able to push back a change into the repository. Is the Subversion repository simply an automated clone of the TFS repository? If so,...
View ArticlePatch Uploaded: #12294
JeanPierreTiege has uploaded a patch. Description:Not sure if I've followed correct approach for loading in this patch/update. Taken the 3.5 sln of IIS7 and adjusted the IIS7Website code to include...
View ArticleCreated Issue: MSBuild.ExtensionPack.Xml.XmlFile TaskAction="UpdateElement"...
When using the MSBuild.ExtensionPack.Xml.XmlFile TaskAction="UpdateElement" task the TAB and CR characters are being replaced with 
 See topics discussed here: 
 xml
View ArticleClosed Issue: AsyncExec executes target twice [10784]
The issue outlined in item 9903 appears to have been reintroduced with the April 2012 version of the Extension pack (4.0.5.0). see http://msbuildextensionpack.codeplex.com/workitem/9903When I view the...
View ArticleSource code checked in, #76809
IIS7\IIS7Website: Support for LogDirectory. Thanks for the patch JeanPierreTiege
View ArticlePatch Applied: #12294
mikeFourie has applied patch #12294. Comment:http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/76809
View ArticleNew Post: XmlFile Class : TaskAction ="ReadElements"
I am having trouble understanding how this works and I am look for a example. Currently I get the following error> error : Invalid TaskAction passed: ReadElements Given: <?xml version="1.0"...
View ArticleNew Post: XmlFile Class : TaskAction ="ReadElements"
That's correct. you must be on a version older than the November 2011 release if you get that error. If this is the case, please upgrade. If not let me know as we may have a bug
View ArticleNew Post: MSBuild.ExtensionPack.Framework.Parallel" task could not be ...
"c:\Users\black_13\Documents\programming\parallel\para1.proj" (default target) (1) -> (Default target) -> c:\Users\black_13\Documents\programming\parallel\para1.proj(12,5): error MSB4 062: The...
View Article