hi gert, i compiled the nightly builds and the slingshot task work fine now. nice, thx for the tip...
greetz alex -----Ursprüngliche Nachricht----- Von: Gert Driesen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. Oktober 2003 15:00 An: Eckert, Alexander; [EMAIL PROTECTED] Sourceforge. Net (E-Mail) Betreff: Re: [Nant-users] slingshot task - problem Well, the solution task still has some issues, but in general the 0.8.4 nightly builds are more stable than the 0.8.3 release :-) Gert ----- Original Message ----- From: "Eckert, Alexander" <[EMAIL PROTECTED]> To: "Gert Driesen" <[EMAIL PROTECTED]>; "[EMAIL PROTECTED] Sourceforge. Net (E-Mail)" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 2:38 PM Subject: AW: [Nant-users] slingshot task - problem ok, i will try the nightly builds. are there any known problems with the builds? alex -----Ursprüngliche Nachricht----- Von: Gert Driesen [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. Oktober 2003 14:23 An: Eckert, Alexander; [EMAIL PROTECTED] Sourceforge. Net (E-Mail) Betreff: Re: [Nant-users] slingshot task - problem Alex, This is a know issue which is fixed in cvs. Can you use the latest nightly build of NAnt (http://nant.sourceforge.net/nightly/builds) and NAntContrib (http://nantcontrib.sourceforge.net/nightly/builds) instead ? Thanks, Gert ----- Original Message ----- From: "Eckert, Alexander" <[EMAIL PROTECTED]> To: "[EMAIL PROTECTED] Sourceforge. Net (E-Mail)" <[EMAIL PROTECTED]> Sent: Thursday, October 09, 2003 2:16 PM 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