RE: javac-task and mapper

2003-08-25 Thread Ulf Caspers
On Mon, 18 Aug 2003, "didge" <[EMAIL PROTECTED]> wrote: > How about this? > > > > > > > > > Yes, it works. Thanks Didge! So, there's no need for a mapper to solv

RE: javac-task and mapper

2003-08-21 Thread Ulf Caspers
On Mon, 18 Aug 2003, "didge" <[EMAIL PROTECTED]> wrote: > How about this? > > > > > > > > > Hm, looks good! Please give me some more time to investigate... (f

RE: javac-task and mapper

2003-08-19 Thread Ulf Caspers
On Mon, 18 Aug 2003, Dominique Devienne <[EMAIL PROTECTED]> wrote: > All you need to do is: > > > > > > > No need for a mapper. Works like a charm ;-) --DD This is true - as long as you know the names and the number of the "team"s. My wish is to create a single build.xml-file that is usa

Re: javac-task and mapper

2003-08-18 Thread Ulf Caspers
On Mon, 18 Aug 2003, Stefan Bodewig <[EMAIL PROTECTED]> wrote: > or ? ! > What would the mapper in be supposed to do? There is a GlobPatternMapper in the javac-taskdef which is fixed to map *.java-files to corresponding *.class-files. This is the reason why the source directory structure and th

javac-task and mapper

2003-08-17 Thread Ulf Caspers
Hello, on 2002-02-09 there was a suggestion by Vadim Zaliva to add the mapper element to the javac task. I'm quite new to ant but I searched through the mailinglist archives and could not find a reason for not following his solution. My question is: Are there any concerns about a mapper element i