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 t

Re: [Nant-users] Slingshot

2004-02-06 Thread Jaroslaw Kowalski
You should use to tell the task where your web projects are located: http://localhost/A/A.csproj"; path="c:\inetpub\wwwroot\A\A.csproj" /> http://localhost/B"; path="c:\other\B" /> For more inform

RE: [Nant-users] Slingshot

2004-02-06 Thread Bryan Andrews
Ok that sounds good. I created: I ran and recieved: C:\nant>nant -buildfile:d:\projects\ti\ti.mysol \TI.mysol.build 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:///d:/projects/ti/

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

[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