[Nant-users] NAnt & Installshield Task

2004-02-27 Thread Samanth
Hello, I am trying to create my installshield through nant script. Is it possible do achieve this? Does anybody have any pointers? Regards Sam --- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services f

[Nant-users] How can I check a task's execution results?

2004-02-27 Thread Tom Peryam
If some task fails, I would like to capture the failure code (e.g. in a property) and test the result at somewhere downstream in the build execution to attempt corrective action. Is this possible? As far as I can tell, I can only specify failonerror="false", which causes nant to continue executio

[Nant-users] How can I check a task's execution results?

2004-02-27 Thread Tom Peryam
If some task fails, I would like to capture the failure code (e.g. in a property) and test the result at somewhere downstream in the build execution to attempt corrective action. Is this possible? As far as I can tell, I can only specify failonerror="false", which causes nant to continue executio

Re: [Nant-users] Problem building Nant under RedHat and Mono

2004-02-27 Thread k l
Hi all, Thanks again for your help. I finally got it to work. I'll summarize my experience for those trying the same task: 1. Delete/comment out the task from NAnt.build 2. I installed ICU and then tried to compile mono. It did not compile for source code from the mono download page *and* from

[Nant-users] Q: How to Specify DirectX References

2004-02-27 Thread bleedledeep
I have an application that uses DirectX and DirectX.DirectInput, how do I tell nant that I need those references?   Do I need to specify the actual location of the DLLs, or is there a mechanism that allows MS components to more easily be added? Do you Yahoo!? Get better spam protection with Yahoo!

[Nant-users] Nant solution task does not build resources for unmanaged C++ proje cts

2004-02-27 Thread Andy Comley
I have a VS .NET 2003 solution containing an unmanaged C++ DLL sub-project. When built using VS, all is fine. Using the Nant task, it builds the DLL but does not include the resources as specified in the C++ projects RC file. Does anyone have a workaround / solution for this. ---