RE: Hide a task name

2004-02-20 Thread Jan . Materne
and an unused property.

RE: Hide a task name

2004-02-20 Thread Mario Manfre
ouch.. is there a way to show the current time or time elapsed? -Original Message- From: Peter Reilly [mailto:[EMAIL PROTECTED] Sent: Friday, 02 20, 2004 10:29 To: Ant Users List Subject: Re: Hide a task name There is a little bug with the script: It uses to set the "clock.time" propert

Re: Excluding path from another path

2004-02-20 Thread Ivan Ivanov
Hi Antoine, I wrote the additional text to using.html and I am sending you diff file: diffusing.txt. Regards Ivan PS. Just for information: ant -version shows Apache Ant version 1.5.3 compiled on April 16 2003 PPS. I created the diff file in the following way: 1) cp using.html using_new.html 2) I

Re: Hide a task name

2004-02-20 Thread Peter Reilly
There is a little bug with the script: It uses to set the "clock.time" property twice. The second setting will be ignored as properties are immutable. Peter [EMAIL PROTECTED] wrote: Don´t think you can (without writing a new logger...) Jan -Original Message- From: Mario Manfre [mail

RE: Hide a task name

2004-02-20 Thread Jan . Materne
Don´t think you can (without writing a new logger...) Jan > -Original Message- > From: Mario Manfre [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 5:07 PM > To: Ant Users List > Subject: Hide a task name > > > I've created a target which I call using an antcall but I > wou

Hide a task name

2004-02-20 Thread Mario Manfre
I've created a target which I call using an antcall but I would like to not have the target displayed in the output. Is there a way to not have the antcalled target displayed. Here is the example

RE: Multiple source paths for javac

2004-02-20 Thread Jan . Materne
like the manual sais ... Jan > -Original Message- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Friday, February 20, 2004 5:06 PM > To: Ant Users List > Subject: Re: Multiple source paths for javac > > > --- "Digambar, Shaligram (Consultant)" > <[EMAIL PROTECTED]>

Re: Multiple source paths for javac

2004-02-20 Thread Matt Benson
--- "Digambar, Shaligram (Consultant)" <[EMAIL PROTECTED]> wrote: > I have a javac task that looks like > srcdir="buildroot/${srcPath}"> > where I have defined srcPath in properties file as > srcPath=src/folder1:src/folder2 > want. I want the the srcdir path as > "buildroot/src/folder1:buildroo

RE: structure of .JAR/.WAR Files

2004-02-20 Thread Conelly, Luis (PS, GNF, Contractor)
I have used following approach to compile several classes with libraries located in different places: HTH Luis -- There are