Patch Uploaded: #11401
icnocop has uploaded a patch. Description:Framework\AsyncExec.cs: Fix for starting process.Resolves #9903 (AsyncExec executes target twice) in the 4.0.5.0 branch
View ArticlePatch Declined: #11401
mikeFourie has declined patch #11401. Comment:Already applied in 71973
View ArticleSource code checked in, #73950
Framework\SmartExec: Fix for starting process twice. Resolves #10289 (SmartExec task executes process twice) raised by icnocop on 03 Feb 2012
View ArticleClosed Issue: SmartExec task executes process twice [10289]
MSBuild Extension Pack v4.0.4.0Just like what was reported with the AsyncExec task here: http://msbuildextensionpack.codeplex.com/workitem/9903The issue also exists in the SmartExec task as...
View ArticlePatch Applied: #11400
mikeFourie has applied patch #11400. Comment:http://msbuildextensionpack.codeplex.com/SourceControl/changeset/changes/73950
View ArticleCreated Issue: SmartExec task does not report errors depending on the exit...
If the process started by the SmartExec task returns a non zero exit code for example, IgnoreExitCode=false, SuccessExitCode=0, an error is not reported.
View ArticleNew Post: XMLFile Addelement - need to add 3 elements of same type but fails...
I'm trying to use the XMLFile TaskAction AddElement to as follows: Before: <RenderingConfiguration> Â Â Â <RenderEngines> Â Â Â </RenderEngines> </RenderingConfiguration> After...
View ArticleCommented Feature: Create ItemGroup from XPath [9717]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/244051Basically the user should be able to provide and xpath which results in >=1 nodes and these should be added to an...
View ArticleNew Post: XMLFile Addelement - need to add 3 elements of same type but fails...
You need to use Xpath. If you use addelement without an xpath then you can't add the same element more than once. This isn't too well documented. This should work for you  <Project...
View ArticleCommented Feature: Create ItemGroup from XPath [9717]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/244051Basically the user should be able to provide and xpath which results in >=1 nodes and these should be added to an...
View ArticleCreated 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 ArticleNew Post: XMLFile Addelement - need to add 3 elements of same type but fails...
Thanks Mike - that fixed the issue ;)
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 ArticleCommented Feature: Create ItemGroup from XPath [9717]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/244051Basically the user should be able to provide and xpath which results in >=1 nodes and these should be added to an...
View ArticleCommented Feature: Create ItemGroup from XPath [9717]
Discussed here: http://msbuildextensionpack.codeplex.com/discussions/244051Basically the user should be able to provide and xpath which results in >=1 nodes and these should be added to an...
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 ArticleNew Post: Extension Pack and Nuget
Has there been any movement on this? I'd also like to add the extension pack via NuGet. Note that I would like to add the pack as a solution NuGet package only, i.e. not tied to a project as a lib...
View ArticleNew Post: XmlTask and XSLT 2.0 functions
I have been trying to use some of the functions in XSLT 2.0 to replace text when doing a transformation, however I it just doesn't seem to like it. Is the XmlTasks only able to handle XSLT 1.0...
View ArticleCommented Feature: Implement Subversion tasks [10110]
Find locally installed SVN applications, and use their command-line interface. A working copy information task will be the most useful. Also implement modification tasks which don't require user...
View Article