[Nant-users] SCP server

2003-08-29 Thread Erick Thompson
What are people using for a Windows SCP server? I am thinking the cygwin would be the most obvious was to go, but I would like to avoid it if possible (installs too many other things at the same time). Does anyone know of a native Windows SCP server? Thanks, Erick --

RE: [Nant-users] Return values?

2003-08-29 Thread Erick Thompson
It might work for me as well, I haven't tried it. At the moment, I'm doing ASP.NET projects, so I can easily put together filesets that contain the correct files. I was more asking to get a better idea of the way NAnt works. Thanks, Erick > -Original Message- > From: Jean Rajotte [mailto:

RE: [Nant-users] Return values?

2003-08-29 Thread Jean Rajotte
tasks don't work like this as it stands. i wonder if you couldn't regex the output from the solution task to get the list of built files. also, what didn't you think that having a project that "pulls" all the others in your solution is a workable approach. t'works for me on a large, convoluted pro

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

[Nant-users] Return values?

2003-08-29 Thread Erick Thompson
This question might belong on the dev-list, of which I am not a member, but I'll ask it here anyway. Does the NAnt architecture support "returning" data from elements? For example, it would be really handy to get a list of the files built in a solution, perhaps with something like

[Nant-users] External references in projects....

2003-08-29 Thread msmith
I have, in some of my solutions, references to other projects and I'm gettng the following error: System.Exception: External reference 'FWLibraries' found, but project was not loaded. at NAnt.VSNet.Reference..ctor(Solution solution, ProjectSettings ps, XmlEleme nt elemReference, SolutionTask so

[Nant-users] RE: Nant-users digest, Vol 1 #370 - 3 msgs [slingshot and solution tasks]

2003-08-29 Thread Willem J.W. Semmelink
-Original Message- >>Jeeze, I didn't even see the solution task. That's going to make my life >>a lot easier. :-P -Original Message- >>I quit using slingshot quite a while back when solution came to be. It >>seems to have stopped working. I too have stopped trying to make slingsh

Re: [Nant-users] nant / nant-contrib issues

2003-08-29 Thread Ian MacLean
Cash, could you post the errors you are getting building NAntContrib. Its working fine for me. One caveat you need to build against the 0.83rc NAnt branch using somthing like: f:\cvs\nantcontrib>nant -D:nant.dir="f:\install\nant-0.8.3-rc3" where there is a build directory under nant-0.8.3-rc3.

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
The solution task supports a nested webmap element (for more details ask Tom Cabanski ([EMAIL PROTECTED]), he actually implemented it) : http://localhost/A/A.csproj"; path="c:\inetpub\wwwroot\A\A.csproj" /> Gert - Original Message - From: "Erick Thompson" <[EMAIL PRO