Is it possible to use the <solution> task to build a single project within
the solution?
 
I was hoping to do something like
 
    <solution solutionfile="solution.sln" configuration="Debug">
        <projects>
            <include name="project.csproj"/>
        </projects>
    </solution>
 
I wanted to supply the solution file so that it could supply all of the
context information such as references.
 
The above fails miserably with an exception:
    Project GUID {...} already exists!  Conflicting project is
...\project.csproj
 
If the answer is NO, could an <OnlyBuild> tag be considered for a future
version on NAnt? (i.e. should I create feature request.)


-------------------------------------------------------
This SF.Net email is sponsored by Oracle Space Sweepstakes
Want to be the first software developer in space?
Enter now for the Oracle Space Sweepstakes!
http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to