Commented Issue: SmartExec task output is displayed only when the process is...
MSBuild Extension Pack v4.0.4.0Visual Studio 2010 SP1Windows 7 Ultimate x64 SP1SmartExec task's output is displayed only when the process is completely finished.I would like the task to display the...
View ArticleCommented Issue: SmartExec task does not report error(s) to Visual Studio's...
Hi.Thank you for MSBuild Extension Pack v4.0.4.0.If the SmartExec task fails, it does not report error(s) to Visual Studio's "Error List" window as expected.Comments: ** Comment from web user:...
View ArticleNew Post: Extension Pack and Nuget
No progress on this yet. Some tasks are taking priority.
View ArticleNew Post: XmlTask and XSLT 2.0 functions
Feel free to add a WI describing exactly what you are after. Mike
View ArticleCreated Issue: XSLT 2.0 Tasks [10379]
The current Xml Namespace uses the .Net standard XSLT 1.0 processor. I would like to see a XSLT functionality leveraging an alternative processor that supports XSLT 2.0 (Saxon.NET)This could either be...
View ArticleNew Post: Handling VB6 dependencies
What is the appropriate way to hande VB6 with dependent projects? The list in ProjectsToBuild doesn't appear to guarantee the build order. In any case, we'd prefer to explicitly call out the...
View ArticleNew Post: Handling VB6 dependencies
I see now (having edited my own initial post to include the task) that it's possible to use different names for the <ProjectsToBuild /> element instead. Somewhat surprising that the scope...
View ArticleNew Post: XMLUpdate - how to write a newline character?
I have a bit of an issue updating (what is supposedly) a standard XML file. Entry is: <mbean code="org.jboss.resource.deployment.AdminObject" name="jca.wmq:name=jms/tpiAsyncQueue">...
View ArticleNew Post: XMLUpdate - how to write a newline character?
Think I managed to resolve this actually. Seems you need to do %0D then %0A....
View ArticleCreated Issue: Add support for specifying the AssemblyInformationalVersion as...
Presently, there is only the UpdateAssemblyInformationalVersion property on the AssemblyInfo task. If this property is true, the value of the AssemblyVersion property will be copied into the...
View ArticlePatch Uploaded: #11515
deweyx has uploaded a patch. Description:added ability to consolidate VB6 log output with optional <LogDir/>
View ArticleNew Post: XmlTask and XSLT 2.0 functions
logged here http://msbuildextensionpack.codeplex.com/workitem/10379
View ArticleCreated Issue: Add support for reading AssemblyInformationalVersion [10419]
This should be pretty easy to add. I don't want to set AIV, I just want to read it from an assembly using the Assembly.GetInfo method. So in Framework\Framework\Assembly.cs, in the GetInfo method, just...
View ArticleCreated Issue: Adding an element using XmlFile AddElement does not add the...
Adding an element using XmlFile AddElement does not add the namespaces, instead has an empty string added. I see that there was an issue "XmlFile AddElement does not work when xml document uses...
View ArticleCommented Issue: Adding an element using XmlFile AddElement does not add the...
Adding an element using XmlFile AddElement does not add the namespaces, instead has an empty string added. I see that there was an issue "XmlFile AddElement does not work when xml document uses...
View ArticleSource code checked in, #74491
Framework\MSBuildHelper.cs: New TaskAction="FilterItemsOnMetadata"
View Article