RE: [Nant-users] Solution task for mono?

2005-06-07 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Philip Nelson > Sent: dinsdag 7 juni 2005 23:36 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] Solution task for mono? > > I saw some discussion about this in the archives, but it

[Nant-users] Solution task for mono?

2005-06-07 Thread Philip Nelson
I saw some discussion about this in the archives, but it didn't work for me. Is the solution task supported under mono/linux? Philip - http://blogs.xcskiwinn.org/panmanphil "There's a difference between righteous anger and just being crabby" - Barbara

RE: [Nant-users] adding dependencies to task

2005-06-07 Thread Gert Driesen
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of sv bobj > Sent: dinsdag 7 juni 2005 21:54 > To: nant-users@lists.sourceforge.net > Subject: [Nant-users] adding dependencies to task > > I have a number of separate "netmodules" that I would like t

[Nant-users] adding dependencies to task

2005-06-07 Thread sv bobj
I have a number of separate "netmodules" that I would like to link together into an assembly via the task. The "netmodule" tasks work fine and they update as expected. My problem, is that the task within my target does not always execute. I added lines above and below the task and they are be

Re: [Nant-users] Question on task

2005-06-07 Thread Alejandro Calbazana
Is there any work around for this? I've tried shelling out to devenv using the exec task to build setup projects, but have not had much success. I'd like to be able to build setup projects that contain custom actions written in C#. Writing custom actions is supported in the msi task but unfo

Re: [Nant-users] Question on task

2005-06-07 Thread Gert Driesen
- Original Message - From: "Klaus Lüdenscheidt" <[EMAIL PROTECTED]> To: Sent: Tuesday, June 07, 2005 5:01 PM Subject: [Nant-users] Question on task > Hi, > > the task does not support vdproj-files (setup-projects) in the > current version. I talked with some guys, which use an older

[Nant-users] Question on task

2005-06-07 Thread Klaus Lüdenscheidt
Hi, the task does not support vdproj-files (setup-projects) in the current version. I talked with some guys, which use an older release of NAnt (forgot to ask them which). They told me that they can build vdproj-files with the task. Is this feature just disabled for some reasons or will the tas

Re: [Nant-users] not mapping - same problem

2005-06-07 Thread Rik Hemsley
On 19/05/05, Gert Driesen <[EMAIL PROTECTED]> wrote: > Can you also send me you build file ? Are you sure you're mapping > http://Localhost:/WebApp/WebApp.vbproj to a local path ? Sorry for the delay, I've been away. The mapping looks correct in my .build file (attached). Indeed it was working pr