Re: [NAnt-users]

2006-09-21 Thread Gert Driesen
If you mean everything below /rep/full/dist, then you should just set /rep/full/dist as the basedir of the fileset.   Gert   From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lemes Sent: donderdag 21 september 2006 20:04 To: NAnt-users@lists.sourceforge.net Subje

[NAnt-users]

2006-09-21 Thread Eric Lemes
I'm using task to pack some files. In the I put everything above /rep/full/dist into the zip file. Is there any way to avoid the files become with the /rep/full/dist dir prefix inside the zip file? Eric - Take Surveys. Ear

Re: [NAnt-users] Property values in node value

2006-09-21 Thread Eric Lemes
Nope, Don't work. This is expanded only if it is in node attribute, like Thanks anyway.2006/9/21, Guy Metz <[EMAIL PROTECTED]>:   Yes try this   Release: ${releasenumber} Is From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Eric Lemes Sent: Thursday,

Re: [NAnt-users] Property values in node value

2006-09-21 Thread Guy Metz
  Yes try this   Release: ${releasenumber} Is From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Eric Lemes Sent: Thursday, September 21, 2006 10:01 AM To: NAnt-users@lists.sourceforge.net Subject: [NAnt-users] Property values in node value   Hello there, I

[NAnt-users] Property values in node value

2006-09-21 Thread Eric Lemes
Hello there, I have a simple question... I want to use this property value inside a node "text", example:   Release: $releasenumber Is there any way to do this? Thanks in advance. Eric - Take Surveys. Earn Cash. In

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-21 Thread Tim Mayert
Well we do not currently have an projects that are built with 2005 as of yet, but we are slowing going in that direction for 64 bit support as well as other advantages and therefore I would also like to have NAnt updated to be able to handle the solution files instead of having to msbuild. Doing t

Re: [NAnt-users] Solution task and VS.NET 2005

2006-09-21 Thread Gert Kello
That said, the simplest thing to do is to call msbuild from a Nant build file to compile your solution. That said, I'm not even sure what you would gain by having a solution task that supports 2.0 solutions. 1. Automatic project references even if the projects are not in the same solution. 2. I