Re: [Nant-users] slingshot

2005-09-29 Thread Thibaut Barrère
Hi Ales,   just a quick guess but I think what is happening is that VS.Net stores non-xml-compliant data in the .csproj project files. I had a similar issue with some post build events. Check out the line where you get the error and maybe you could try to make the content more xml compliant (such a

Re: [Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Hi all, it is because in names of files were used national characters. Is it a bug, or is it normal? Ales Ales Vojacek wrote: Sorry, this is the exception : Unhandled Exception: System.ArgumentException: Invalid byte was found at byte index 1948. at System.Xml.XmlScanner.GetChars(Byte[] s

Re: [Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Sorry, this is the exception : Unhandled Exception: System.ArgumentException: Invalid byte was found at byte index 1948. at System.Xml.XmlScanner.GetChars(Byte[] srcBuffer, Int32& srcOffset, Int32 srcLen, Char[] destBuffer, Int32 destOffset, Boolean zeroedOut) at System.Xml.XmlScanner.Read

Re: [Nant-users] Slingshot and solution task

2005-04-05 Thread Gert Driesen
- Original Message - From: "Dustin Aleksiuk" <[EMAIL PROTECTED]> To: Sent: Tuesday, April 05, 2005 4:37 PM Subject: [Nant-users] Slingshot and solution task > > Hi folks, > > Sorry if this info is somewhere obvious. I looked around a bit but couldn't > find anything recent. > > Is Slin

RE: [Nant-users] Slingshot Missing from Nightly Builds?

2004-11-03 Thread Gert Driesen
Title: Slingshot Missing from Nightly Builds? Payton,   This should be fixed in the next nightly build.   Thanks,   Gert From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Byrd, PaytonSent: woensdag 3 november 2004 20:17To: '[EMAIL PROTECTED] Sourceforge. Net'Subje

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
___ From: Bonnett, Evan A [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 31, 2004 11:53 AM To: Castro, Edwin Gabriel (Firing Systems Engr.); [EMAIL PROTECTED] Subject: RE: [Nant-users] Slingshot Question Well, as I'm finding out, you can specify a target once you call the slingshot task bu

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: Message Does anyone have an example of a command line arg that is passed in with the call to nant and how to get it into a property?     Evan A. Bonnett Reynolds and Reynolds, IT

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: RE: [Nant-users] Slingshot Question Well, as I'm finding out, you can specify a target once you call the slingshot task but you have to have prior knowledge of what it generates.  As stated below, it defaults to the Debug target but when you call the task, you can specify the Re

RE: [Nant-users] Slingshot Question

2004-03-31 Thread Castro, Edwin Gabriel (Firing Systems Engr.)
Hello All, Slingshot looks like a cool tool! Can I specify a different Target? Also, does it support VC++ projects? -- Edwin G. Castro Firing Systems Engineer [EMAIL PROTECTED]   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonnett, Evan

RE: [Nant-users] Slingshot

2004-02-12 Thread Bryan Andrews
: Tuesday, February 10, 2004 12:28 PM To: [EMAIL PROTECTED] Subject: RE: [Nant-users] Slingshot   Bryan,   The solution task should not even work for you if you have the semi-colon “;” between your mapped URL and your Path.  Remove this and it should work.  This is in reference to the build file you

RE: [Nant-users] Slingshot

2004-02-11 Thread Quach, Dat
th="D:\Projects\TI\TI.mysol\TI.mysol.mysolPortal\TI.mysol.mysolPortal.vbproj" />   ” Dat  - Original Message - From: "Bryan Andrews" <[EMAIL PROTECTED]>To: <[EMAIL PROTECTED]>Sent: Friday, February 06, 2004 5:20 PMSubject: RE: [Nant-users] Slings

RE: [Nant-users] Slingshot

2004-02-06 Thread Bryan Andrews
Yes I did that later in the post. Did you see the error that was reported back to me? -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 1:47 PM To: Bryan Andrews; [EMAIL PROTECTED] Subject: Re: [Nant-users] Slingshot You should use to

Re: [Nant-users] Slingshot

2004-02-06 Thread Jaroslaw Kowalski
For more information, see:http://nant.sourceforge.net/nightly/help/tasks/solution.html Jarek - Original Message - From: "Bryan Andrews" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 5:20 PM Subject: RE: [Na

RE: [Nant-users] Slingshot

2004-02-06 Thread Bryan Andrews
ot; /> And got the same response. Any ideas on what this means? I am logged in as an admin. Thanks for the help! -Original Message- From: Jaroslaw Kowalski [mailto:[EMAIL PROTECTED] Sent: Friday, February 06, 2004 9:03 AM To: Bryan Andrews; [EMAIL PROTECTED] Subject: Re: [Nant-users

Re: [Nant-users] Slingshot

2004-02-06 Thread Jaroslaw Kowalski
Slingshot is a bit outdated. Use task from the nant core. Jarek - Original Message - From: "Bryan Andrews" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 06, 2004 2:32 PM Subject: [Nant-users] Slingshot Hi, I have installed nantcontrib and slingshot *seems* to be

Re: [Nant-users] slingshot task - problem

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

Re: [Nant-users] slingshot task - problem

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

Re: [Nant-users] slingshot task

2003-09-02 Thread Eric Fetzer
Yes Ian, only when using the map option.  Thanks - EricIan MacLean <[EMAIL PROTECTED]> wrote: Thanks Eric,So its only for web projects that this is failing, is that right ?Ian> Sorry Ian, forgot to post this one. Defintely looks like a easy bug > fix, but again, can't debug if I can't get the build

Re: [Nant-users] slingshot task

2003-08-30 Thread Ian MacLean
Thanks Eric, So its only for web projects that this is failing, is that right ? Ian Sorry Ian, forgot to post this one. Defintely looks like a easy bug fix, but again, can't debug if I can't get the build working. Here's my command: slingshot -nant build.basedir=bin -sln ProCard.Centre.Web.s

Re: [Nant-users] slingshot task

2003-08-29 Thread Eric Fetzer
Sorry Ian, forgot to post this one.  Defintely looks like a easy bug fix, but again, can't debug if I can't get the build working.  Here's my command:   slingshot -nant build.basedir=bin -sln ProCard.Centre.Web.sln -map http://localhost/Centre/ . > buildWeb.build   and my output:   D:\projects\proc

Re: [Nant-users] slingshot task

2003-08-29 Thread Ian MacLean
What about running slingshot.exe from the commandline ? does that work ? Ian I quit using slingshot quite a while back when solution came to be. It seems to have stopped working. I've upgraded NAnt & NAntContrib several times since then. I'm just living off of the binaries in Contrib becaus

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
;t it just generate thecompiled projects file? I'm not seeing why it should be dealing withHTTP at all.Thanks,Erick-Original Message-From: Eric Fetzer [mailto:[EMAIL PROTECTED]Sent: Thursday, August 28, 2003 7:38 AMTo: [EMAIL PROTECTED]; 'Nant Users'Subject: RE: [Nant-users] slin

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

2003-08-28 Thread Eric Fetzer
Get the latest NAnt release from sourceforge:  http://sourceforge.net/project/showfiles.php?group_id=31650   The binaries are included.  Go to the doc and slingshot is under NAntContrib Tasks.[EMAIL PROTECTED] wrote: Hi, someone can tell me where can i find the slingshot NantContrib and using itwit

RE: [Nant-users] slingshot task

2003-08-28 Thread Eric Fetzer
I quit using slingshot quite a while back when solution came to be.  It seems to have stopped working.  I've upgraded NAnt & NAntContrib several times since then.  I'm just living off of the binaries in Contrib because I can't manage to get it built.  I can get the build to work, but when I go to p

RE: [Nant-users] Slingshot

2003-08-28 Thread Jean Rajotte
' /jean > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Daya Sharma > Sent: Thursday, August 28, 2003 09:47 > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Slingshot > > > hi there >

RE: [Nant-users] Slingshot

2003-08-28 Thread Daya Sharma
hi there if you want to use slingshot just to compile VS's (.sln) solution and its projects. I would recommend you use either the task of Nant or use http://www.leadit.be/buildfilebuilder/Default.aspx online Hippo a tool to convert VS's project file into Nant compatible build files. -daya

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
At first sorry for my bad english. As i wanted to use slingshot to convert a Solution-file containing a VB-Projct to a build-file by comandline, I ran into problems. Slingshot seems to have problems with projects other than C#. I found out that there is only the Valid ProjectID given for

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'm experiencing

RE: [Nant-users] slingshot task

2003-08-27 Thread Jean Rajotte
Title: Message eric, it does look like the syntax is as advertized. i thought you had other slingshot tasks in your projects.  what's different here? as i look in the code for SlingshotTask, i see there's some confusion about how OptionSets are iterated.  pls. try something crazy like the f

RE: [Nant-users] Slingshot and VS sln files

2003-08-01 Thread Bernard Vander Beken
> [...] I'll have a look at updating SLiNgshot for 2003. Best regards, Bernard -Original Message- From: Ian MacLean [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2003 5:16 AM To: Erv Walter Cc: Cohen, Noah (CA - Ottawa); [EMAIL PROTECTED] Subject: Re: [Nant-users] Slin

Re: [Nant-users] Slingshot and VS sln files

2003-07-31 Thread Ian MacLean
Not replaced - its just a different approach. Not actively supported just means that no one has volunteered to maintain it. I think that generating based build files is just as valid as using the solution task particularly if you happen to be moving away from vs.net and no longer want to maint

RE: [Nant-users] Slingshot and VS sln files

2003-07-31 Thread Erv Walter
Slingshot does not support VS.NET 2003 files.  I also belive slingshot is no longer actively supported and has been replaced with the task in the latest versions of NAnt. From: Cohen, Noah (CA - Ottawa) [mailto:[EMAIL PROTECTED] Sent: Thursday, July 31, 2003 3:09 PMTo: [EMAIL PROTECTED]S

RE: [Nant-users] Slingshot includes problems

2003-07-18 Thread Eric Fetzer
s? Thanks - Eric   _ From: Jean Rajotte Subject: RE: [Nant-users] Slingshot includes problems Date: Mon, 14 Jul 2003 09:37:53 -0700   i'm not clear on this conversation...i've mucked in slingshot 2 months ag

RE: [Nant-users] Slingshot includes problems

2003-07-18 Thread Eric Fetzer
incorrect (in some but not in others).  Does anyone know how to fix this? Thanks - Eric   _ From: Jean Rajotte Subject: RE: [Nant-users] Slingshot includes problems Date: Mon, 14 Jul 2003 09:37:53 -0700   i'm not cle

RE: [Nant-users] Slingshot includes problems

2003-07-14 Thread Jean Rajotte
folder, the references are > still correct. It > will build again without errors. Where exactly does slingshot get > information on where these external dependencies can be > found? The reason > I'm blaming VSS is because in the second change noted, the > folder structur

RE: [Nant-users] Slingshot includes problems

2003-07-14 Thread Eric Fetzer
"Bernard Vander Beken" To: "Eric Fetzer" , Subject: RE: [Nant-users] Slingshot includes problems Date: Sat, 12 Jul 2003 14:58:05 +0200 Hello Eric, You should not have to tweak the project properties in VS.NET. However, it may be needed to manually copy external dependencies to

RE: [Nant-users] Slingshot includes problems

2003-07-12 Thread Bernard Vander Beken
Hello Eric, You should not have to tweak the project properties in VS.NET. However, it may be needed to manually copy external dependencies to the build directory before calling the slingshot-generated build file. Best regards, Bernard -Original Message- From: Eric Fetzer [mailto:[

Re: [Nant-users] Slingshot missing?

2003-06-24 Thread Ian MacLean
Willem , its part of NAntContrib see http://nantcontrib.sourceforge.net/ Ian Is SlingShot still part of the project? I saw on Jason Diamond's website that he donated Slingshot to the NANT project, and that was confirmed by the file changelog.html which is included in nant-0.8.2.zip. According to

Re: [Nant-users] Slingshot and Devenv Solution Building

2003-02-13 Thread Ian MacLean
Chris, If you want to call devenv from Nant use the exec task - basicaly just like running devenv from the command line. SLingshot creates Nant build files from sln files. Sometimes the resultant build file needs a bit of manual tweaking however. You can also use Gordon's xsl stylesheet to trans

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]

RE: [Nant-users] SLiNgshoT

2002-11-18 Thread Linda Farrington
Bernard, I have not been able to find the slingshot documentation. Do you know where I can find it? Thanks, Linda -Original Message- From: BVB [mailto:[EMAIL PROTECTED]] Sent: Monday, November 18, 2002 4:14 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [Nant-users

Re: [Nant-users] SLiNgshoT

2002-11-18 Thread BVB
Hello Linda, It is usually enough to map http://localhost to ".", or the build root. The SlingshotTask documentation contains a detailed example. Best regards, Bernard Linda Farrington wrote: I am trying to get SLiNgshoT up and running on my system. I am getting errors on my web projects: