[Nant-users] posting to nant-users

2003-08-30 Thread Ian MacLean
Just a note to please post to this list from the address under which you are subscribed. Any posts from addresses not on the subscriber list end up in the moderator queue which as you can imagine has been full of sobig and related junk lately. If I'm clicking thru 30 junk messages and your mail

Re: [Nant-users] String substitution in a file

2003-08-30 Thread Ian MacLean
Sean, not right now. Unless you want to call awk or somthign usin exec. There has been some talk of porting Ant's replace task which will do this. I think it would be a useful addition. Ian Hi Folks, Is it possible to replace a string in a file with Nant? Could someone show me an exampl

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] Possilble enhancement for Task?

2003-08-30 Thread Ian MacLean
Martin, ResourceFileSet is used by Compiler base and the prefix is the preifx that is used when the resource is embedded into the target assembly. However you are right it would be useful to do somthing similar for resgen. Let me tak a look at it. Ian I need to generate .resources-files from

Re: [Nant-users] SCP server

2003-08-30 Thread Ian MacLean
Server or client ? One of the best clients I found is here : http://www.colorado.edu/its/docs/authenticate/printouts/win_ssh.html Ian 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

RE: [Nant-users] SubProject Build

2003-08-30 Thread Galloway-Lunn, Oliver
Title: RE: [Nant-users] SubProject Build Stephan, Try setting the basedir attribute in the element.  This sets the base directory from which the build file will execute and all subsequent paths are derived.  I typically use basedir="." for most projects. --oliver -Original Message---

[Nant-users] Possilble enhancement for Task?

2003-08-30 Thread Martin Andert
I need to generate .resources-files from a directory with .resx-files So I use the task: This generates the files just fine, but I need to prefix them with the namespace, like VS.NET does. Meaning "MyForm.resources" has to be "MyCompany.MyApp.MyForm.resourc

RE: [Nant-users] Return values?

2003-08-30 Thread Nick Varacalli
While we're talking about return values, what do people think of something akin to task arguments? We currently do this with properties, but it would be easier to keep large build files tidy if we had something akin to local scope... Nick Varacalli -Original Message- From:

[Nant-users] String substitution in a file

2003-08-30 Thread Sean Perkin
Hi Folks,   Is it possible to replace a string in a file with Nant?   Could someone show me an example of how this could be done?   Regards,   Sean Perkin  

RE: [Nant-users] SCP server

2003-08-30 Thread Brett Michael
I'm running this java solution without too many troubles: http://www.sshtools.com/ Regards, Brett -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Erick Thompson Sent: Saturday, 30 August 2003 7:43 AM To: [EMAIL PROTECTED] Subject: [Nant-users] SCP server