RE: [Nant-users] Mirror task?

2003-10-07 Thread Kræn Munck
What I want is to separate source and build output in a web project. This is easy enough for the source files themselves, as build output from them is a single file that I can put anywhere I want. But I also need to copy all the content files from the source location into the build output location

[Nant-users] INTERNAL Error (409) Conflict

2003-10-07 Thread Henry Price/UK/Tesco
I'm getting this when trying to build a solution target in NAnt. The solution contains webservices, and this appears to be the root of the problem - I've given IIS just about every privilige under the sun for the affected virtual directory, but no joy. If any of you can shed any light on it, I'll b

[Nant-users] Solution task - resgen.exe problem

2003-10-07 Thread Eckert, Alexander
hi, now i got the nant contrib stuff running, the next problem has arisen. when i try to compile a solution with the solution tag, there are some errors with the resx files of the projects. the solution file that i'm using is moderate complex, but i think it should run. i got the following error

[Nant-users] timeout not working?

2003-10-07 Thread Breen, Patrick
Title: Message I'm using with a timeout setting (0.8.3 final) but it doesn't seem to kill the program when the timeout expires.  I've created a simple example below that runs cmd.exe and waits for input (ie, it runs for an arbitrary length of time) - and the process is never killed.   If I

RE: [Nant-users] Mirror task?

2003-10-07 Thread Erv Walter
I really like the idea of a mirror task (see RoboCopy.exe (command line tool) for an example of excellent mirroring capabilities). However, I'm not sure I understand what the second fileset is for. From a schema point of view, I'd thing this would be sufficient:

Re: [Nant-users] Solution task - resgen.exe problem

2003-10-07 Thread Ian MacLean
Alex, Have you looked at the contents of that resx file ? "The root element is missing." usually means a messed up xml file. Ian hi, now i got the nant contrib stuff running, the next problem has arisen. when i try to compile a solution with the solution tag, there are some errors with the resx

RE: [Nant-users] Mirror task?

2003-10-07 Thread Eric Fetzer
Wasn't someone working on a task to gather info regarding "Build Action" (i.e. Build Action = "content") from the project file and build a fileset based on that? --- Erv Walter <[EMAIL PROTECTED]> wrote: > I really like the idea of a mirror task (see > RoboCopy.exe (command line tool) for an exam

[Nant-users] Nant vs. VS.Net licenses.licx

2003-10-07 Thread Peter Lanoie
In VS.Net, when you add a third party component (with the correct .Net licensing methods used) to a project, you add an entry into the licenses.licx file. It appears from what I've seen that VS translates this into some binary form which is used as a resource for the actual compile. It's unclear h

FW: [Nant-users] Mirror task?

2003-10-07 Thread Kræn Munck
The second fileset is necessary because there might be other files in the destination directories that have nothing to do with the mirroring. Fx my build output from the source files. Kræn -Original Message- From: Erv Walter [mailto:[EMAIL PROTECTED] Sent: 7. oktober 2003 16:05 To: Kræn

[Nant-users] How to react on the value of nant.settings.currentframework during build

2003-10-07 Thread Brar Piening
Hi there, to build our .Net Data Provider I have to treat some issues when building for the .Net Compact Framework (prepare resx-files, disable design time support, include different assemblies, ...). Is there any way to find out which framework I'm building for (at runtime)? Im thinking of someth

[Nant-users] task

2003-10-07 Thread Eric Fetzer
Is there a way to copy files to a specific directory using fileset rather than copying relatively under that directory. In other words: If he finds C:\MyOtherApp\project\lib\bin\myDll.dll, he'll put it directly in C:\MyApp rather than in C:\MyApp\project\lib\bin\my

RE: [Nant-users] task

2003-10-07 Thread Jean Rajotte
looking at source code, i don't see any param that would trigger that behaviour. the following code'd do you, tho: > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Eric

Re: [Nant-users] task

2003-10-07 Thread Ian MacLean
The copy and move tasks need a flatten attribute - the same a Ant has. This would grab all files anywhere on the seleted tree and put them all in the same target directory. Ian Eric Fetzer wrote: Is there a way to copy files to a specific directory using fileset rather than copying relatively un

[Nant-users] Re: [nant-dev] task problem

2003-10-07 Thread Gert Driesen
Kent, Can you try this with the latest NAnt 0.8.4 nightly build (http://nant.sourceforge.net/nightly/builds) and report back to us ? Thanks, Gert PS. Please do not crosspost to both the NAnt users and NAnt developers list. This is a user issue, so you should only report to the users list -