Not quite true. There have been very few checkins in that area recently. You can subscribe to the commits list http://sourceforge.net/mail/?group_id=54790 to see whats changing.
The last commit to slingshot was on the 1st of this month.
Ian


the only problem is, that with every nightly build some new functionality is added, or some bugs are fixed. i'm compiling a new version every few days. but it works this far.

greetz

alex


-----Ursprüngliche Nachricht----- Von: Bill Stout [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. Oktober 2003 22:37 An: Eckert, Alexander Betreff: RE: [Nant-users] slingshot task - problem



Is slingshot something you can share?  I've been elected buildmaster for
a 3 groups of developers performing integration, and the solutions keep
changing.

Bill


-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eckert, Alexander Sent: Thursday, October 09, 2003 5:17 AM To: [EMAIL PROTECTED] Sourceforge. Net (E-Mail) Subject: [Nant-users] slingshot task - problem

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




-------------------------------------------------------
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







------------------------------------------------------- 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