I'm trying to build a solution file with a configuration of Release
MinDependency and Nant seems to skip the build. Here is my build script:
------------------------------------------------------------------------------
----------------------------------
<project name="XMLProxy " default="build.XMLProxy">
<property name="configuration" value="Release MinDependency" overwrite="false"
/>

<target name="build.XMLProxy">
<solution configuration="Release MinDependency" solutionfile="XMLProxy.sln" />

</target>

</project>
------------------------------------------------------------------------------
-----------------------------------
Heres What I get:
------------------------------------------------------------------------------
-----------------------------------
W:\src\TIMD\Common\XMLProxy>nant build
NAnt 0.85 (Build 0.85.1754.0; net-1.0.win32; nightly; 10/20/2004)
Copyright (C) 2001-2004 Gerry Shaw
http://nant.sourceforge.net

Buildfile: file:///W:/src/TIMD/Common/XMLProxy/XMLProxy.build
Target(s) specified: build


build:


build.XMLProxy:

[solution] Starting solution build.
[solution] Skipping 'XMLProxy' [Release MinDependency] ...

BUILD SUCCEEDED

Total time: 0.4 seconds.
------------------------------------------------------------------------------
-----------------------------
Any Ideas?



-------------------------------------------------------
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://productguide.itmanagersjournal.com/
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to