Never mind .. I found the problem ... I mistyped the directory path.

-----Original Message-----
From: Felice Vittoria 
Sent: Friday, July 23, 2004 9:16 AM
To: Nant-Users (E-mail)
Subject: [Nant-users] <solution> not building projects in projects.txt


Hello,

I'm using this version of Nant 0.85:
NAnt 0.85 (Build 0.85.1659.0; net-1.0.win32; nightly; 7/17/2004)

I noticed in the documentation that you can do something like:

<solution configuration="release">
        <projects>
                <includesfile name="projects.txt" />
        </projects>
</solution>

So, I created a projects.txt with only 3 of my projects just to try it out.   When I 
run this in Nant, the projects do not get built.

Here's the output I get (using -v option):

 [solution] Starting solution build.
 [solution] Loading projects...
 [solution] Gathering additional dependencies...

Build succeeded

Do you think this is because I have spaces in the directory names within my 
projects.txt file?   Could this be a problem with the solution task? 

Felice


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=ick
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_idG21&alloc_id040&op=click
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to