[nant-dev] Fileset references

2003-06-29 Thread Giuseppe Greco
Ian, I've a target like the following that simply initializes a file set: target name=dist ... fileset id=archive.set basedir=${build.dir} ... includes name=../AUTHORS/ includes name=../COPYRIGHT/ includes name=../LICENSE/ includes name=${package.name}/**/ excludes

Re: [nant-dev] Fileset references

2003-06-29 Thread Ian MacLean
Gius, I forgot to make the filest in zip task settable - shold be fixed now. Ian Ian, I've a target like the following that simply initializes a file set: target name=dist ... fileset id=archive.set basedir=${build.dir} ... includes name=../AUTHORS/ includes name=../COPYRIGHT/

RE: [nant-dev] Fileset references

2003-06-29 Thread John Barstow
I forgot to make the filest in zip task settable - shold be fixed now. You added a unit test for this before fixing it, right? :) John C Barstow --- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports,

Re: [nant-dev] fileset references

2003-06-28 Thread Ian MacLean
Its definately in cvs. I've done a clean check out into a seperate directory and the example below works fine. Are you seeing errors ? What isn't working ? Ian Ian, On Tue, 2003-06-24 at 11:35, Ian MacLean wrote: fileset references are done. I still need to add some unit tests and polish a

Re: [nant-dev] fileset references

2003-06-28 Thread Giuseppe Greco
On Sat, 2003-06-28 at 16:10, Ian MacLean wrote: Its definately in cvs. I've done a clean check out into a seperate directory and the example below works fine. Are you seeing errors ? What isn't working ? NAnt simply says Unknown task fileset. Gius_. Ian Ian, On Tue, 2003-06-24 at

Re: [nant-dev] fileset references

2003-06-28 Thread Giuseppe Greco
On Sat, 2003-06-28 at 16:15, Ian MacLean wrote: windows or linux ? - is your fileset definition at the project level ? fileset definitions at target level are not supported right now. A-ha, that's the problem... I'm trying to use fileset definitions at target level... Gius_. Ian On

Re: [nant-dev] fileset references

2003-06-28 Thread Ian MacLean
cool. I'm just adding support for target level now. Its pretty straightforward. Ian On Sat, 2003-06-28 at 16:15, Ian MacLean wrote: windows or linux ? - is your fileset definition at the project level ? fileset definitions at target level are not supported right now. A-ha, that's the

RE: [nant-dev] fileset references

2003-06-24 Thread Giuseppe Greco
-- Original Message -- From: Ian MacLean [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [nant-dev] fileset references Date: Tue, 24 Jun 2003 18:35:04 +0900 fileset references are done. I still need to add some unit tests and polish a few things but its all working. try somthing like

[nant-dev] Fileset references

2003-06-17 Thread Greco Giuseppe
Title: Fileset references Hi all, does anybody know how far is the implementation of fileset refereces? (see www.mail-archive.com/[EMAIL PROTECTED]/msg01418.html for more info) Gius_. Giuseppe Greco T-Systems CS AG Birkenstrasse 21 8306 Brüttisellen Phone: +41 (0) 1 805 57 20 Fax:

Re: [nant-dev] Fileset references

2003-03-20 Thread Brant Carter
+1 for this. This would be really sweet. brant ... From: Philip Nelson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: [nant-dev] Fileset references Date: Thu, 20 Mar 2003 11:15:20 -0800 (PST) So the two valid forms would be: 1.) (how things work now) foreach ... !-- stuff to do