> ----- Original Message ----- 
> From: "Ransel Lopez Mena" <[EMAIL PROTECTED]>
> To: <nant-users@lists.sourceforge.net>
> Sent: Tuesday, March 01, 2005 4:40 PM
> Subject: [Nant-users] Another from compiling a bunch of projects
>

> Hello,
>
> Reading the Nant documentation I could see that I ca use the solution task
for compiling all the projects in a txt file.
>
> <solution configuration="release">
> <projects>
> <includesfile name="projects.txt" />
> </projects>
> </solution>
>
> Can anybody tell me what is the txt file format?
> I tried with an xml file like:
> <include
name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.Shared\TELUS.Geomatics.Sh
ared.vbproj" />
> <include
name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.GeoExplorer.Data\TELUS.Ge
omatics.GeoExplorer.Data.vbproj" />
> <include
name="D:\GeoExplorerBuild\Projects\TELUS.Geomatics.ExceptionManagement\TELUS
.Geomatics.ExceptionManagement.vbproj" />
> But it didn't work, Also with a list of lines
>
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.Shared\TELUS.Geomatics.Shared.
vbproj"
>
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.GeoExplorer.Data\TELUS.Geomati
cs.GeoExplorer.Data.vbproj"
>
"D:\GeoExplorerBuild\Projects\TELUS.Geomatics.ExceptionManagement\TELUS.Geom
atics.ExceptionManagement.vbproj"
> And nothing, finally the same but no ""
>
> I was trying to find the txt file format in the help, but no luck. Could
someone tell me the expected txt file format??

Your last attempt should indeed have worked. I'll look into it later
(today?) ...

Gert


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to