[Nant-users] Setting Environment paths in NANT

2005-09-04 Thread Tim Mayert
Title: Message I am fairly new to NANT and I was wondering how the best way to set the environment path in a NANT build project.   I tried the following in the build, just before the call:           But when I run the build I will still get an error

[Nant-users] Two or more nant.exe in memory

2005-09-04 Thread Igor Lemsky
Is it exists legal methods to prevent two or more nant.exe processes work on computer simultaneously? I have different projects, that must be built from nant and they must be built NOT simultaneously... Schedule management doesnt help here fully: build can be frozen for some time and other builds

[Nant-users] CL Task error in VC++ 6.0

2005-09-04 Thread Gökhan UYSAL
I can build my VC++ 6.0 project with IDE. And i get no error. In same project i get these errors... [cl] C:\Program Files\Microsoft Visual Studio\VC98\include\ostream(234) : warning C4530: C++ exception handler used, but unwind semantics are not enabled . Specify -GX