I found the problem. 
Many project have duplicate guids. I have solved assigning all
projects unique ids.

I think this is a Nant bug because VStudio builds just fine, so Nant
should, IMHO, build in the same way as Vstudio does.
Assuming that guid uniqueness exists in Vs solution is just a wrong
assumpiton. If it would VS would complaint about this an do not build.

Thanks

Manu


On Thu, 3 Feb 2005 14:48:02 +0100, Emmanuele De Andreis
<[EMAIL PROTECTED]> wrote:
> I have done a build file for my solution:
> 
> <?xml version="1.0" ?>
> <project name="myproject" default="build" basedir="..">
>         <property name="configuration" value="Release" />
>         <property name="bin_directory" value=".\bin" />
>         <property name="nant.settings.currentframework" value="net-1.1"/>
>         <target name="build" description="Build all">
>                 <solution failonerror="true" configuration="${configuration}"
> solutionfile=".\myDir\mySolution.sln" >
>                 </solution>
>         </target>
> </project>
> 
> The solution contains 69 small projects.
> I want to build all these projects.
> 
> The buils stops after building only one project (the last one in the list)
> 
> I have tried both natn 84 and 85. Same behavior.
> I have tried to list all projects using includes tag (and omit
> solutionfile), same happens. only the last one in the list is built.
> 
> Any idea?
> 
> Manu
>


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to