[Nant-users] iterate an xml file

2004-08-05 Thread michaelrudge
I want to use an xml file created by NDepend to define my build order. Is there a way to iterate thru the xml, (foreach maybe??), and then use xmlpeek to read a value that can be used to in the path to execute the build file? Thanks Michael Rudge --

[Nant-users] solution task question

2004-03-24 Thread michaelrudge
I have been playing around with the solution in a rather large application that we have and wonder if I can this is an issue that can be worked around. When I run the solution task on one of the heavily integrated csproj files, by heavily integrated I mean it compiles to the key data access dll, a

[Nant-users] Nant and PVCS

2004-01-16 Thread michaelrudge
Is anyone using NAnt with PVCS? I am writing a task to get a version label. The command works fine from the command line or a bat file but when I put or call it through Nant it does not perform correctly. Thanks Michael Rudge Associate Analyst/Programmer Desk- (304) 357-2965 Mobile- (304) 546-1063

[Nant-users] NAnt Contrib source where is it?

2003-08-25 Thread michaelrudge
How come the NAnt Contrib files are not released like the NAnt files? Everytime I try to get them through cvs I time out Thanks Michael Rudge Associate Analyst/Programmer Desk- (304) 357-2965 Mobile- (304) 546-1063 --- This SF.net email is spon

[Nant-users] Projects & subProjects help!!!

2003-08-14 Thread michaelrudge
I have several questions that I need to get answered: 1. Currently when our build script dies, the app just stops and does not run the onfailure. How does nant know that a build has failed is there a variable that is set and passed back that allows nant to know that the build failed? 2. if a subPro

[Nant-users] Nant 8.3 rc2 will not build

2003-08-07 Thread michaelrudge
It will not build in VS.Net. Error in Nant.Win32 project- reference appears invalid. Has anyone else seen this? Thanks Michael Rudge Associate Analyst/Programmer Desk- (304) 357-2965 Mobile- (304) 546-1063 --- This SF.Net email sponsored by: Fr

[Nant-users] newbie question

2003-08-01 Thread michaelrudge
I am new to NAnt and have been given the task of making this tool work within our enterprise. Are there perhaps larger examples of build files that contain multiple tasks and solutions that are available to view to get a better handle on the syntax and the power of this tool? Thanks Mike --