AW: AW: [Nant-users] slingshot task - problem

2003-10-10 Thread Eckert, Alexander
-Mail) Betreff: Re: AW: [Nant-users] slingshot task - problem 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

Re: AW: [Nant-users] slingshot task - problem

2003-10-10 Thread Ian MacLean
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 th

AW: [Nant-users] slingshot task - problem

2003-10-10 Thread Eckert, Alexander
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 sol

AW: [Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
. 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]> T

Re: [Nant-users] slingshot task - problem

2003-10-09 Thread Gert Driesen
L 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:

AW: [Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
- 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

Re: [Nant-users] slingshot task - problem

2003-10-09 Thread Gert Driesen
t; <[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

[Nant-users] slingshot task - problem

2003-10-09 Thread Eckert, Alexander
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

Re: [Nant-users] slingshot task

2003-09-02 Thread Eric Fetzer
; > value = oe.Value;> > } else {> > throw new BuildException( string.Format( "Invalid> > Option type {0} in {1} OptionSet", option.GetType(),> optionSetName) );> > }> > Log.WriteLine( LogPrefix + " -- {0} = {1}", name, value );> >&

Re: [Nant-users] slingshot task

2003-08-30 Thread Ian MacLean
g = String.Format("Unspecified > name for <{0}> option '{1}'", optionSetName, name); > throw new BuildException(msg); > // value must be specified > } else if (value == null) { > string msg = String.Format("Unspecified > value for <{0}> opt

Re: [Nant-users] slingshot task

2003-08-29 Thread Eric Fetzer
ame must be specified> if (name == null) {> string msg = String.Format("Unspecified> name for <{0}> option '{1}'", optionSetName, name);> throw new BuildException(msg);> // value must be specified> } else if (value == null) {> string msg = String.F

Re: [Nant-users] slingshot task

2003-08-29 Thread Ian MacLean
convertedOptions.Add(name, value); &nb! sp; } } } return convertedOptions; } } HTH ! ?? /jean -Original Message----- *From:* [EMAIL P

Re: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-29 Thread Gert Driesen
Erick Thompson" <[EMAIL PROTECTED]> To: "Eric Fetzer" <[EMAIL PROTECTED]>; "Nant Users" <[EMAIL PROTECTED]> Sent: Thursday, August 28, 2003 10:06 PM Subject: RE: Soltuion task (was RE: [Nant-users] slingshot task) The maps an element seems to be an element

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Eric Fetzer
AIL PROTECTED][mailto:[EMAIL PROTECTED] Behalf Of ErickThompsonSent: Thursday, August 28, 2003 1:39 PMTo: Nant UsersSubject: RE: Soltuion task (was RE: [Nant-users] slingshot task)I think I figured out the problem. In the solution file, the primary webproject was set with an HTTP path, so I

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Erick Thompson
Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:50 AM To: Erick Thompson; Nant Users Subject: Re: Soltuion task (was RE: [Nant-users] slingshot task) Add write access to your bin directory in IIS. Not sure if it's in rc2, bu

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Jean Rajotte
ce to it in the ALL project. HTH, /jean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Erick Thompson > Sent: Thursday, August 28, 2003 14:39 > To: Nant Users > Subject: RE: Soltuion task (was RE: [Nant-users] slingsh

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Daya Sharma
ailto:[EMAIL PROTECTED] Behalf Of Erick Thompson Sent: Thursday, August 28, 2003 1:14 PM To: Eric Fetzer; Nant Users Subject: Soltuion task (was RE: [Nant-users] slingshot task) Jeeze, I didn't even see the solution task. That's going to make my life a lot easier. :-P I'm playing

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Daya Sharma
EMAIL PROTECTED] Behalf Of Erick Thompson Sent: Thursday, August 28, 2003 1:39 PM To: Nant Users Subject: RE: Soltuion task (was RE: [Nant-users] slingshot task) I think I figured out the problem. In the solution file, the primary web project was set with an HTTP path, so I assume that NAn

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Eric Fetzer
info out, it would be very helpful.Thanks,Erick> -Original Message-> From: Erick Thompson > Sent: Thursday, August 28, 2003 11:14 AM> To: Eric Fetzer; Nant Users> Subject: Soltuion task (was RE: [Nant-users] slingshot task)> > > Jeeze, I didn't even see the solution t

Re: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Eric Fetzer
Add write access to your bin directory in IIS.  Not sure if it's in rc2, but I think you can use:               as with slingshot with the latest build.  Get the most recent nightly build at:   http://nant.sourceforge.net/builds/       Erick Thompson <[EMAIL PROTECTED]> wrote: Jeeze, I didn't

RE: Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Erick Thompson
sage- > From: Erick Thompson > Sent: Thursday, August 28, 2003 11:14 AM > To: Eric Fetzer; Nant Users > Subject: Soltuion task (was RE: [Nant-users] slingshot task) > > > Jeeze, I didn't even see the solution task. That's going to > make my life > a lo

Soltuion task (was RE: [Nant-users] slingshot task)

2003-08-28 Thread Erick Thompson
ouldn't it just generate the compiled projects file? I'm not seeing why it should be dealing with HTTP at all. Thanks, Erick -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Thursday, August 28, 2003 7:38 AM To: [EMAIL PROTECTED]; 'Nant Users' Subje

RE: [Nant-users] slingshot task

2003-08-28 Thread Erick Thompson
From: Jean Rajotte [mailto:[EMAIL PROTECTED] > Sent: Thursday, August 28, 2003 6:23 AM > To: 'Nant Users' > Subject: RE: [Nant-users] slingshot task > > > > erick, > > i nant-contributed some of the slingshot code in the past, > but not for a > while. i

RE: [Nant-users] slingshot task

2003-08-28 Thread Eric Fetzer
HTH  ! ??   /jean   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric FetzerSent: Wednesday, August 27, 2003 17:09To: Nant UsersSubject: [Nant-users] slingshot task I'm experiencing a problem with slingshot:   D:\projects\procard>nant -f:BuildWebBu

RE: [Nant-users] slingshot task

2003-08-28 Thread Jean Rajotte
CTED] On Behalf Of > Erick Thompson > Sent: Wednesday, August 27, 2003 19:00 > To: [EMAIL PROTECTED]; Nant Users > Subject: RE: [Nant-users] slingshot task > > > Jean, > > I found the same area, and I figure the problem is in there. > However, the version that I a

Re: [Nant-users] slingshot task

2003-08-27 Thread Sven
  Ich hoffe das hilft   I've stopped 761 spam messages. You can too! One month FREE spam protection at www.cloudmark.com -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Im Auftrag von Eric Fetzer Gesendet: Mittwoch, 27. August 2003 23:09 An: Na

RE: [Nant-users] slingshot task

2003-08-27 Thread Erick Thompson
sk.cs?rev=1.4&content-type=text/vnd.viewcvs-markup> &content-type=text/vnd.viewcvs-markup Erick -Original Message- From: Jean Rajotte [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:32 PM To: 'Nant Users' Subject: RE: [Nant-users] slingshot task eric,

RE: [Nant-users] slingshot task

2003-08-27 Thread Erick Thompson
Any luck with this? I'm running into the same problem. I've tried a number of variations, with no success. Erick -Original Message- From: Eric Fetzer [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 27, 2003 2:09 PM To: Nant Users Subject: [Nant-users] slingshot task I'

RE: [Nant-users] slingshot task

2003-08-27 Thread Jean Rajotte
}       }   HTH  ! ??   /jean   -Original Message-From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric FetzerSent: Wednesday, August 27, 2003 17:09To: Nant UsersSubject: [Nant-users] slingshot task I'm experiencing a problem with slingshot:   D:\pr

[Nant-users] slingshot task

2003-08-27 Thread Eric Fetzer
I'm experiencing a problem with slingshot:   D:\projects\procard>nant -f:BuildWebBuild.buildNAnt version 0.8.3 Copyright (C) 2001-2003 Gerry Shawhttp://nant.sourceforge.net Buildfile: file:///D:/projects/procard/BuildWebBuild.build[slingshot] Converting ProCard.Centre.Web.sln to MySolution.build us

RE: [Nant-users] slingshot task documentation

2002-12-17 Thread Vincent Van Proosdij
Can someone post the xml needed to define a slingshot task with nant. I can't find it anywhere. I'm specially interested in the mapping part Thx a lot! Vincent -Original Message- From: Vincent Van Proosdij Sent: dinsdag 17 december 2002 16:32 To: [EMAIL PROTECTED] Subject: [

[Nant-users] slingshot task documentation

2002-12-17 Thread Vincent Van Proosdij
Where can I find it? --- This sf.net email is sponsored by: With Great Power, Comes Great Responsibility Learn to use your power at OSDN's High Performance Computing Channel http://hpc.devchannel.org/