and an unused property.
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
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
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
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
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
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]>
--- "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
I have used following approach to compile several classes with libraries located in
different places:
HTH
Luis
--
There are