[Nant-users] Renaming a directory
Hi All, I am trying to rename a directory within my build. For lack of a Rename task in NAnt, I tried to attempt using mkdir and move tasks, but it appears that the move does not recuse subdirectories. Any suggestions as to the best way to rename a folder. Can the exec task be used to issue DOS commands? Tim áąë^¨¥Ë)¢{(ç[É8^HY:'jبú肶¦¨ºX¤{Zµ*.Dž¢¸ëb±Ú"è®Ø^:§J«qਚk§܌jGrí®&î¶*'jwazZn±§]ìy«në×îËb¢v¥܂'$ êކÛiÿû(º·~àzwýÚ'j5©íºǫ²f¢)à+-5©íºǫ²X¬¶Ë(º·~àzwÛi³ÿåËl²«qçè®§zßåËlþX¬¶)ߣùڞ۬z»
RE: [Nant-users] NAnt support of DOCTYPE/ENTITY
Works for me in simple to complex cases. Can you post a small example of how using include gives you a problem. Nick http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Colburn Sent: Tuesday, October 21, 2003 19:55 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [Nant-users] NAnt support of DOCTYPE/ENTITY I tried that, but Nant complains that there is more than one root node in the file if there is more than a single property set. -mark -Original Message- From: Nick Varacalli [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 4:09 PM To: Mark Colburn; [EMAIL PROTECTED] Subject: RE: [Nant-users] NAnt support of DOCTYPE/ENTITY Look at the task in the NAnt help. Nick Varacalli http://www.varacalli.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mark Colburn Sent: Tuesday, October 21, 2003 17:53 To: [EMAIL PROTECTED] Subject: [Nant-users] NAnt support of DOCTYPE/ENTITY I'm building a relatively large system that is broken into a number of smaller build files using NAnt. There are a bunch of properties that I would like to be able to use throughout the build process, but still allow users to build components without having to use the master build file. I tried placing properties in a separate XML file and refrencing them using the ]> Syntax, but it doesn't work in NAnt. Is this a bug? Is there a different way that I should be doing this? -mark --- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users --- This SF.net email is sponsored by OSDN developer relations Here's your chance to show off your extensive product knowledge We want to know what you know. Tell us and you have a chance to win $100 http://www.zoomerang.com/survey.zgi?HRPT1X3RYQNC5V4MLNSV3E54 ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] Properties problem with the schema task
Hi there, I'm working with a recent nightly build of nant and I noticed that the schema task is now generating the name of the task as "properties" instead of "property". Any ideas on why the name is wrong? I stepped through the code for the schema task, but didn't have any luck figuring out where an "s" would be added to the name. Thanks, --b --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
RE: [Nant-users] Renaming a directory
i always think of script as a cheat, but i shouldn't :) after all, C# is the most powerful extension of NAnt.> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Tim Dallmann > Sent: Thursday, October 23, 2003 12:45 > To: [EMAIL PROTECTED] > Subject: [Nant-users] Renaming a directory > > > Hi All, > > I am trying to rename a directory within my build. For lack > of a Rename task in NAnt, I tried to attempt using mkdir and > move tasks, but it appears that the move does not recuse > subdirectories. > > Any suggestions as to the best way to rename a folder. Can > the exec task be used to issue DOS commands? > > Tim > NHujʊx~z > yȞnvuv~jrȭqz{zjzqz~z > --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
Re: [Nant-users] Properties problem with the schema task
I assume this has something to do with the fact that we also use the property task as an element in the task to allow a user to set specific properties in the newly create NAnt project (while still reusing the code in PropertyTask). Scott, can you verify this ? Gert - Original Message - From: "Ben Lowery" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, October 20, 2003 2:34 PM Subject: [Nant-users] Properties problem with the schema task > Hi there, > > I'm working with a recent nightly build of nant and I noticed that the > schema task is now generating the name of the task as > "properties" > instead of "property". Any ideas on why the name is wrong? I stepped > through the code for the schema task, but didn't have any luck figuring out > where an "s" would be added to the name. > > Thanks, > > --b > > > > --- > This SF.net email is sponsored by: The SF.net Donation Program. > Do you like what SourceForge.net is doing for the Open > Source Community? Make a contribution, and help us add new > features and functionality. Click here: http://sourceforge.net/donate/ > ___ > Nant-users mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/nant-users > > --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users
[Nant-users] Remote Method Invocation Question with NUnit and Nant
Hi, Has anyone had experience or shed light with the following scenario usage of Nant & NUnit? 2 Servers (1 Build & 1 Deployment) The Build server will run a NANT script to compile all source code and deploy the new assemblies to the deployment server (e.g. web server or app server). How would I do a remote method call within the same script to run a Nunit2 task to test the new assemblies on the deployment server if my Nant script is executed on the Build Server? I tried the UNC path but found from the online mail archives and trial & error that it was not possible. It can only use relative paths (e.g. C:\...\myassembly.dll) thanks, mike __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com --- This SF.net email is sponsored by: The SF.net Donation Program. Do you like what SourceForge.net is doing for the Open Source Community? Make a contribution, and help us add new features and functionality. Click here: http://sourceforge.net/donate/ ___ Nant-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/nant-users