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

[Nant-users] slingshot

2005-09-29 Thread Ales Vojacek
Hi all, when I try to use slingshot it ends with this error: Unhandled Exception: System.ApplicationException: file not found: E:\E5\E4.sln at SLiNgshoT.Core.Solution.Read(String path, Hashtable uriMap) at SLiNgshoT.Core.Driver.WriteSolution(SolutionWriter writer, TextWriter textWriter, Str

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'

[Nant-users] Slingshot and solution task

2005-04-05 Thread Dustin Aleksiuk
Hi folks, Sorry if this info is somewhere obvious. I looked around a bit but couldn't find anything recent. Is Slingshot no longer being worked on? Is anyone using it? It seems to create me a great build file, but that build file tries to copy a directory as if it were a file and it fails. I'm w

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

2004-11-03 Thread Gert Driesen
forge. Net'Subject: [Nant-users] Slingshot Missing from Nightly Builds? I'm trying to get the most recent versions of NAnt and NAntContrib running, but I cannot build the 11/3/04 snapshot of NAntContrib to build because the entire Tools directory is missing.  Where can I get this?

[Nant-users] Slingshot Missing from Nightly Builds?

2004-11-03 Thread Byrd, Payton
Title: Slingshot Missing from Nightly Builds? I'm trying to get the most recent versions of NAnt and NAntContrib running, but I cannot build the 11/3/04 snapshot of NAntContrib to build because the entire Tools directory is missing.  Where can I get this? Payton Byrd Trane eBusiness QED Tea

[Nant-users] Slingshot and Solution Problems

2004-05-05 Thread Phelps, [EMAIL PROTECTED]
Problem 1, Slingshot - I have the following .build file:             when I run nant, I get the following message:   NAnt 0.84 (Build 0.84.1455.0; net-1.0.win32; release; 12/26/2003) Copyright (C) 2001-2003 Gerry Shaw http://nant.sourceforge.net   Buildfile: file://

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.)
, Evan A Sent: Wednesday, March 31, 2004 9:28 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Slingshot Question All, When slingshot generates the build file, its default target is debug. But when my debug property in the the calling build file (the file that calls slingshot) is false, it still

[Nant-users] Slingshot Question

2004-03-31 Thread Bonnett, Evan A
Title: Slingshot Question All, When slingshot generates the build file, its default target is debug. But when my debug property in the the calling build file (the file that calls slingshot) is false, it still calls the debug target.  Any idea on why?  Here is the target that calls slin

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 s

[Nant-users] Slingshot

2004-02-06 Thread Bryan Andrews
Hi, I have installed nantcontrib and slingshot *seems* to be installed, but I have not been able to find much documentation on its usage. I am new to nant so I may be going about this the wrong way for lack of examples showing me otherwise.   I have tried creating a nant build file tha

[Nant-users] slingshot - files marked as content are missing in the build output

2003-10-25 Thread Eckert, Alexander
hi, i hope i'm not off-topic with my question. i use slingshot in a project of mine to convert a nant-buildscript for my .NET solutions. all seems to work fine. i noticed that some files are missing when the compiling is finished. the files that are marked with 'content' in the .csproj files ar

[Nant-users] slingshot - blanks in solution files

2003-10-21 Thread Eckert, Alexander
hi, i'm using slingshot to convert my solution files to buildfiles. i encountered the problem, that if the project names contain blanks, slingshot crashes or produces empty buildfiles. -> no blanks in projectnames greetz alex --- This SF.

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

[Nant-users] slingshot and web services

2003-10-04 Thread Greg_Jahnke
I am unable to get slingshot to produce a nant build file when the solution contains a web service. I simply created a basic web service and uncommented out the hello world method and tried to run slingshot on the solution file and I received the following:

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

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
s. -daya -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 8:27 AM To: [EMAIL PROTECTED] Subject: [Nant-users] Slingshot Hi, someone can tell me where can i find the slingshot NantContrib and using it with the .ne

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

[Nant-users] Slingshot

2003-08-28 Thread david . martin
Hi, someone can tell me where can i find the slingshot NantContrib and using it with the .net frmk 1.0 ? --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

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

[Nant-users] Slingshot help

2003-08-14 Thread Michael Dang
When I tried the slingshot documenation help example I get an error. What is the correct usage and what does build.basrdir do? [slingshot] -- option = ..\bin Total time: 0 seconds. BUILD FAILED

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
rsday, July 31, 2003 3:09 PM *To:* [EMAIL PROTECTED] *Subject:* [Nant-users] Slingshot and VS sln files I’m having quite the fun with Slingshot! It calls for sln files of version 7.00. My sln files are version 8.00 and therefore I’m assuming have a slightly different parse algorithm associated

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

2003-07-31 Thread Erv Walter
]Subject: [Nant-users] Slingshot and VS sln files I’m having quite the fun with Slingshot!  It calls for sln files of version 7.00.    My sln files are version 8.00 and therefore I’m assuming have a slightly different parse algorithm associated with them.   How would I go about making

[Nant-users] Slingshot and VS sln files

2003-07-31 Thread Cohen, Noah (CA - Ottawa)
I’m having quite the fun with Slingshot!  It calls for sln files of version 7.00.    My sln files are version 8.00 and therefore I’m assuming have a slightly different parse algorithm associated with them.   How would I go about making Slingshot compatible with my sln files of version

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
gt; To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: RE: [Nant-users] Slingshot includes problems > > > Bernard, > > The external dependencies are all present. The VS.NET > solution file that I > am creating from slingshot is building without error based

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
:[EMAIL PROTECTED] Sent: Fri 7/11/2003 23:38 To: [EMAIL PROTECTED] Cc: Subject:[Nant-users] Slingshot includes problems I've run into some problems with slingshot building my includes with the incorrect path. I'm guessing that I must be missing something in the Visual S

[Nant-users] Slingshot includes problems

2003-07-11 Thread Eric Fetzer
I've run into some problems with slingshot building my includes with the incorrect path.  I'm guessing that I must be missing something in the Visual Studio .NET as I am extremely new to it.  In order to have the paths match between VS and NAnt, I have been going into the Properties of each project

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

[Nant-users] Slingshot missing?

2003-06-24 Thread Willem J.W. Semmelink
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 Jason's website thete is an "Extras" folder where I can get the tool. I find

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

[Nant-users] Slingshot and Devenv Solution Building

2003-02-13 Thread Chris Garty
Title: Message Hi,   From what I have read in the archives, these two topics seem to be loosely related...   I want to be able to get NAnt to build my solution using devenv (because I can't be bothered setting up the references and web references in NAnt at the moment) but I can't find a su

[Nant-users] Slingshot

2003-02-12 Thread Nau, Michael
Can anyone point me towards information on how to use slingshot with nant. Either documentation or examples would be greatly appreciated. Thanks, Mike. --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.co

[Nant-users] SLiNgshoT

2003-02-09 Thread Randycampbell
Where can I find information about SLiNgshoT with the NAnt tool? Thank you, ___ Randy Campbell Programmer Analyst III LandAmerica Technology Solutions 9011 Arboretum Parkway, Suite 300 Richmond, Va. 23236 804-267-2060

[Nant-users] SlingShot broken for VB Projects

2003-01-14 Thread Brant Carter
I just downloaded the latest CVS source and was having trouble getting it to work with my VB.NET projects. I have traced the problem to a recent check-in. Solution.cs Revision 1.4 added the following lines: string commonProjectId = "{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}"; string enterprosePro

[Nant-users] Slingshot with ASP.Net solution is failing

2002-12-31 Thread COYANJ
Whenever I run slingshot against my ASP.net solution I get an incomplete build file (I have pasted it below along with the command that I used), what am I doing wrong? slingshot -nant -sln AgentLocator.sln -map http://localhost/ c: \Inetpub\Wwwroot

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/

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:

[Nant-users] SLiNgshoT

2002-11-18 Thread Linda Farrington
I am trying to get SLiNgshoT up and running on my system. I am getting errors on my web projects: Could not convert solution. A prefix mapping needs to be established. Does anyone know how to solve this? I was not able to find any documentation on it, but am wondering if there are some additio

[Nant-users] slingshot issues with web service projects

2002-10-28 Thread YU,KEVIN (HP-Seattle,ex1)
Title: Message I ran into a few problems (limitations) of SLiNgshoT.exe and NANT.exe: 1. When .sln contains web service project, for example "http://localhost/BAM/BusinessCockpit/BusinessCockpit.csproj", SLiNgshoT.exethrows ApplicationException.My work around: change url to local path, f

[Nant-users] SLiNgshoT

2002-09-10 Thread O'Brien, Justin
Title: SLiNgshoT I am tryinng to get SLiNgshoT runnin on my system. Can someone point me to the usage docs? I cant seem to find them. Also, if anyone has some sample scripts or experiences they want to share , I'd appreciate it. thanks

[Nant-users] SLiNgshoT

2002-09-10 Thread O'Brien, Justin
Title: SLiNgshoT I am tryinng to get SLiNgshoT runnin on my system. Can someone point me to the usage docs? I cant seem to find them. Also, if anyone has some sample code or experiences they want to share , I'd appreciate it. Thanks Justin