[Nant-users] task?

2005-03-10 Thread Whitner, Tom
Title: task? Has any thought been given to a task to support uploading files via http/https - the inverse of the task? Or, is there another was to accomplish this already? Thanks, Tom

Re: [Nant-users] task?

2005-03-10 Thread Chris Taylor
There is an FTP task available. I don't know how stable it is, but its available by googling for nant ftp task. I know I read on the roadmap that FTP capability is going to be built into the core in the future. but don't have a timeline. I look forward to it. =) On Thu, 10 Mar 2005 10:27:56

[Nant-users] Custom Build tool issue.

2005-03-10 Thread David Wallgren
I have a solution file that contains a project which calls a custom build tool that takes a .tst file as input, and outputs a .cpp (which then gets built using the c++ compiler). It does not look like the custom build tool is ever getting called when I try and build the solution/project using nant

[Nant-users] nunit2 question

2005-03-10 Thread bleedledeep
I feel dumb asking this, but I've run out of ideas.   I get the following error for my nunit2 task:   BUILD FAILED - 2 non-fatal error(s), 0 warning(s) C:\Fred\Development\Build Area\Build Source\Fred.build(93,5):Failure executing test(s). If you assembly is not built using NUnit version 2.2.0.0, t

[Nant-users] Using Mono C# as opposed to CSC

2005-03-10 Thread Michael Flippin
I haven't found any documentation on how to switch the compiler from csc to mcs. Also, how do I specify packages with nant like you can with mcs where you do -pkg:gecko-sharp? --- SF email is sponsored by - The IT Product Guide Read honest & can

RE: [Nant-users] Using Mono C# as opposed to CSC

2005-03-10 Thread Gert Driesen
Hi Michael, Use either the "mono-1.0" or "mono-2.0" framework identifier (depending on whether you want to target the Mono 1.0 or 2.0 profile). See http://nant.sourceforge.net/faq.html#change-targetframework for information on how to change the target framework. The task support a nested elemen

[Nant-users] Custom Build tool issue.

2005-03-10 Thread David
I have a solution file that contains a project which calls a custom build tool that takes a .tst file as input, and outputs a .cpp (which then gets built using the c++ compiler).  It does not look like the custom build tool is ever getting called when I try and build the solution/proj

[Nant-users] Scripting Help....

2005-03-10 Thread Timothy Burda
Can somebody explain to me why this target doesn’t work: