hi bill, slingshot is a tool that comes with the nantContrib stuff. it's nice for converting solution files into nant build files. i'm implementing a build/integration system for the company i work for. the first tests are running fine with this tool. you can download the nant contrib stuff here:
http://nantcontrib.sourceforge.net/nightly/builds 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