Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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!

Posted

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?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...