[NAnt-users] building nant msi...

2006-02-16 Thread John Cole
I'm trying to make a new NAnt/NAntContrib msi file using the msi target in the NAntContrib.build file, but things seem to have been changed around :-) What is the correct sequence for building nant and nantcontrib so you can use the msi target? Thanks, John Cole ---

Re: [NAnt-users] How do I change the directory structure of the output from a solution build?

2006-02-16 Thread Ryan Davis
You could also run the build using the and then have a to but the binaries where you want. Ryan Davis Acceleration.net Director of Programming Services 2831 NW 41st street, suite B Gainesville, FL 32606 Office: 352-335-6500 x 124 Fax: 352-335-6506 Brass Tilde wrote: I am building a soluti

Re: [NAnt-users] How do I change the directory structure of the output from a solution build?

2006-02-16 Thread Brass Tilde
I am building a solution that puts the output into the following directory structure: \src\bin\Release\ How can I change this behaviour? I've tried changing the output= parameter, but to no avail. I want it to be placed right in: \bin Is this just a function of the solution itself or my lac

Re: [NAnt-users] Delete task not executing

2006-02-16 Thread si
Hi Ramya, > You're searching for the literal string ${source} including $ and {}, try: test="${directory::exists(source)}" peace si --- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Downl

[NAnt-users] Delete task not executing

2006-02-16 Thread Ramya Niranjan
Hello,   I am trying to execute the following through my Nant build file:          

5 matches