New Post: XMLFile Addelement - need to add 3 elements of same type but fails...
Thanks Mike - that fixed the issue ;)
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 ArticleNew Post: XmlTask and XSLT 2.0 functions
After some investigation it looks like .NET uses a XSLT 1.0 processor which cannot handle a lot of the additional functionality on offer with XPath 2.0. Has anyone performed any kind of work around,...
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 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 ArticleNew Post: XmlTask and XSLT 2.0 functions
logged here http://msbuildextensionpack.codeplex.com/workitem/10379
View ArticleNew Post: Is it possible to register a VB6 COM+ component with MSBuild
Hi Mike, A quick question, I've been working in the Main structure (for .net 4.0), should I also make changes in the Main3.5 to maintain compatibility (no problem for this, I've not used any 4.0...
View ArticleNew Post: Help with VSDevEnv task
Hi, I am trying to compile a 1.1 .NET Library with the VSDevEnv task and I always get this error. The project compiles fine localy as-per-usual :) but not on the build. error MSB6003: The specified...
View ArticleNew Post: GetLatest Error in MSBuild.ExtensionPack.Tfs.TeamBuild
Hi Mike. We have downloaded the Nov 11, 2011 build and still receiving this error. We also tried adding the reference assemblies to GAC but that did not help. Any assistance you can provide will be...
View ArticleNew Post: GetLatest Error in MSBuild.ExtensionPack.Tfs.TeamBuild
Can you confirm what version of the extension pack you are using and the exact message. thanks mike
View ArticleNew Post: Help with VSDevEnv task
you bet. <?xml version="1.0" encoding="utf-8"?> <Project DefaultTargets="Default" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Import...
View ArticleNew Post: GetLatest Error in MSBuild.ExtensionPack.Tfs.TeamBuild
Version: MSBuild Extension Pack 4.0.4.0 from Nov 11, 2011 published download packageOS: Windows 2008 RC2Import / Task: <Import...
View ArticleNew Post: Filter files & send to Xml task
Hi, i have some Xml files that i process with the XmlTask. Now I want to filter the files before processing. This works: <MSBuild.ExtensionPack.FileSystem.File TaskAction="FilterByContent"...
View Article