Re: [NAnt-users] web projects

2006-07-24 Thread Steve Whitley
andag 24 juli 2006 21:25 To: nant-users@lists.sourceforge.net Subject: [NAnt-users] web projects I have a build server that downloads & builds among other things, web projects. those projects are deployed to another computer. in visual studio they have their deploy to web feature that

Re: [NAnt-users] web projects

2006-07-24 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Steve Whitley > Sent: maandag 24 juli 2006 21:25 > To: nant-users@lists.sourceforge.net > Subject: [NAnt-users] web projects > > I have a build server that downloads

Re: [NAnt-users] web projects

2006-07-24 Thread Bob Archer
Behalf Of Steve Whitley Sent: Monday, July 24, 2006 3:25 PM To: nant-users@lists.sourceforge.net Subject: [NAnt-users] web projects I have a build server that downloads & builds among other things, web projects. those projects are deployed to another computer. in visual studio they have their de

[NAnt-users] web projects

2006-07-24 Thread Steve Whitley
I have a build server that downloads & builds among other things, web projects. those projects are deployed to another computer. in visual studio they have their deploy to web feature that lets you specify a url and the file share path to push the project to the server. I tried specifying th

Re: [Nant-users] Web Projects

2004-09-01 Thread Gert Driesen
, 2004 9:26 PM Subject: [Nant-users] Web Projects Hi, I am having troubles with Nant building a solution file. the solution file has 8 web apps and 3 non-web apps. our Nant solution target is as follows. http://localhost/webproject1/webproject1.vbproj

[Nant-users] Web Projects

2004-09-01 Thread Chris Nickel
Hi, I am having troubles with Nant building a solution file. the solution file has 8 web apps and 3 non-web apps. our Nant solution target is as follows. http://localhost/webproject1/webproject1.vbproj"; path="C:\Dev\Solution1\webpro