RE: javac-task and mapper

2003-08-26 Thread Ulf Caspers
On Mon, 18 Aug 2003, didge [EMAIL PROTECTED] wrote: How about this? path id=sources dirset dir=src include name=team*/ /dirset /path javac ... src refid=sources/

RE: javac-task and mapper

2003-08-22 Thread Ulf Caspers
On Mon, 18 Aug 2003, didge [EMAIL PROTECTED] wrote: How about this? path id=sources dirset dir=src include name=team*/ /dirset /path javac ... src refid=sources/

RE: javac-task and mapper

2003-08-20 Thread Ulf Caspers
On Mon, 18 Aug 2003, Dominique Devienne [EMAIL PROTECTED] wrote: All you need to do is: javac destdir=build src path=src/team1 / src path=src/team2 / /javac 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 teams. My

RE: javac-task and mapper

2003-08-20 Thread Dominique Devienne
Have you tried it? I haven't, but somehow I doubt it will work... That's just a guess though. --DD -Original Message- From: didge [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 7:14 PM To: Ant Developers List Subject: RE: javac-task and mapper How about

RE: javac-task and mapper

2003-08-20 Thread didge
' Subject: RE: javac-task and mapper -Original Message- From: didge [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 19, 2003 7:14 PM To: Ant Developers List Subject: RE: javac-task and mapper How about this? path id=sources dirset dir=src

Re: javac-task and mapper

2003-08-19 Thread Ulf Caspers
On Mon, 18 Aug 2003, Stefan Bodewig [EMAIL PROTECTED] wrote: java or javac? javac! What would the mapper in javac 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

RE: javac-task and mapper

2003-08-19 Thread Dominique Devienne
: javac-task and mapper On Mon, 18 Aug 2003, Stefan Bodewig [EMAIL PROTECTED] wrote: java or javac? javac! What would the mapper in javac be supposed to do? There is a GlobPatternMapper in the javac-taskdef which is fixed to map *.java-files to corresponding *.class-files

Re: javac-task and mapper

2003-08-18 Thread Stefan Bodewig
On Sat, 16 Aug 2003, Ulf Caspers [EMAIL PROTECTED] wrote: My question is: Are there any concerns about a mapper element in a java task? java or javac? What would the mapper in javac be supposed to do? Stefan - To

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