I'm experiencing a problem with slingshot:
 
D:\projects\procard>nant -f:BuildWebBuild.build
NAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shaw
http://nant.sourceforge.net
Buildfile: file:///D:/projects/procard/BuildWebBuild.build
[slingshot] Converting ProCard.Centre.Web.sln to MySolution.build using nant format
[slingshot]  -- option = bin
Total time: 0 seconds.
BUILD FAILED
The <parameters> option 'build.basedir' is required.
 
My <parameters> option contains build.basedir as follows:
 
<project name="Web">
   <slingshot solution="Project.SubProject.Web.sln" format="nant" output="MySolution.build">
       <parameters>
           <option name="build.basedir" value="bin"/>
       </parameters>
       <maps>
           <option name="http://localhost" value="."/>
       </maps>
  </slingshot>
</project>
 
I'm having the problem no matter which version of the binaries I download.  Anybody have a clue?
 
Thanks,
Eric


Do you Yahoo!?
SBC Yahoo! DSL - Now only $29.95 per month!

Reply via email to