AW: does "property" could have several values?

2005-12-04 Thread Jan.Materne
A fileset [1] has exactly one root directory. Because d:\ and e:\ doesnt have that (windows shows them only under a common place) you have to use two different filesets. A path [2] on the other hand can contain multiple filesets, so you´ll get Jan [1] http://ant.apache.org/CoreTyp

RE: Inheriting patternset refid

2005-12-04 Thread Stephen McConnell
> -Original Message- > From: Brown, Carlton [mailto:[EMAIL PROTECTED] > Sent: Monday, 5 December 2005 12:11 PM > I refactored a 12,000 line build down to just over 1,200 > using these techniques. Wow - even 1,200 is massive! Just for reference my largest build file is 170 lines (incl

RE: Inheriting patternset refid

2005-12-04 Thread Brown, Carlton
> > Is it possible to declare a patternset with a reference id in a build > > file, and be able to dereference that id in another build file called by > > the task? There's a patternset that I keep using over and over > > in my build files, and it would be nice if there were a way to specify > >

Re: jar update does not work

2005-12-04 Thread Anand Krishniyer
Thanks Dominique I was trying not to change the time-stamp of the jar files. If there is no way around I would have to go with the 'touch' option only I suppose. Anand Dominique Devienne wrote: When I manually run jar ufM ${my.location}/applications/a.ear myclient.jar The command l