Re: [Nant-users] Nant Response file

2005-11-17 Thread Ian MacLean
Rod Ayers wrote: What is the format of the NAnt response file? Something like this, using a file called NAnt.Response -buildfile:NAnt.build -l:My.log -D:app.file.buildfile=My.build -D:app.file.properties=My.properties invoked like: NAnt @NAnt.Response yep - thats exactly right. Ian

[Nant-users] Nant Response file

2005-11-17 Thread Rod Ayers
What is the format of the NAnt response file?  Something like this, using a file called NAnt.Response   -buildfile:NAnt.build -l:My.log -D:app.file.buildfile=My.build -D:app.file.properties=My.properties   invoked like:   NAnt @NAnt.Response     Thanks, Rod