Re: [Nant-users] [RE-SENT] How to react on the value of nant.settings.currentframework during build

2003-10-20 Thread Jaroslaw Kowalski
I do it like this: which calls a dynamically calculated target name based on the currentframework. All you need to do is to provide bodies for the "build-*" targets. I use "depends", but that's not necessary. Jarek - Original Message - From: "Brar Piening" <[EMAIL PROTECTED

Re: [Nant-users] Logging failures or successes

2003-10-20 Thread Gert Driesen
Are you closing (not just stopping) the Release.log recorder in your "failure" target ? I attached an example of a working build file. Note, when you close the Recorder in the failure target, the final build result will not yet have been written to the log, so I don't think its useful for you any

[Nant-users] Solution task & Localization

2003-10-20 Thread Dmitriy Bezugliy
Hi everybody I am new to using Nant . When using solution task local resourses not generated ... Am i something missed ? Regards, Dmitry Bezuglyy amid@bkc.com.ua

[Nant-users] Nant Link task issue...

2003-10-20 Thread Marion Nalepa
I'm using Nant to build a C++ project, and the one example I could find shows all the lib files listed with the task, like this my question is -- what's the difference between the 'options' parameter on the link task and the arg (Array) nested element. Could the libs be listed with the arg arr

[Nant-users] [RE-SENT] How to react on the value of nant.settings.currentframework during build

2003-10-20 Thread Brar Piening
Hi there, to build our .Net Data Provider I have to treat some issues when building for the .Net Compact Framework (prepare resx-files, disable design time support, include different assemblies, ...). Is there any way to find out which framework I'm building for (at runtime)? Im thinking of someth

RE: [Nant-users] Logging failures or successes

2003-10-20 Thread Nicklas Norling
Sorry to say, this did not work either. The logfile is still locked, even with autoflush turned on. C:\Harv> nant release ziplogs: [zip] Zipping 2 files to C:\Harv\BuildLogs.zip. C:\Harv\main.build(69,6): Zip file 'C:\Harv\BuildLogs.zip' could not be create