mikelee Posted December 10, 2004 Posted December 10, 2004 I'm trying to build a solution file with a configuration of Release MinDependency and Nant seems to skip the build. Any ideas to why and how I can fix it? thanks! Quote
mocella Posted December 10, 2004 Posted December 10, 2004 Post your build script so someone here can take a look at it. I assume by "skip" that you get no errors when you run Nant? Quote
mikelee Posted December 10, 2004 Author Posted December 10, 2004 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> Yes, My build builds successfully. But nothings being built 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 © 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? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.