hi folks,

i have a problem with the slingshot task. i'm using this little tool to convert my 
solution files to nant buildfiles. the problem is the following: if i'm using 
slingshot from the commandline, all works fine. but if i use slingshot with the 
corresponding nant task like this.

<< snip >>

<!-- create the nant-build script with slingshot -->
<target name="render-buildscript">
   <slingshot solution="${file.solution}" format="nant" output="client.build"> 
      <parameters>
           <option name="build.basedir" value="${dir.build}" />
        </parameters>
   </slingshot>
</target>

<< snip >>

i get the following error:

Buildfile: ...
Target(s) specified: render-buildscript

render-buildscript:

[slingshot] Converting C:\alex_work\tmp\working\ST4.Client.sln to client.build using 
nant format
[slingshot]  -- option = C:\temp

BUILD FAILED

The <parameters> option 'build.basedir' is required.

Total time: 0.3 seconds.

but the parameter "option" is set in my buildfile

thx in advance

alex


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
Nant-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to