Hi:
I am using Ant 1.5.3.
I have few custom tasks. Can I have any of them be configured to
be valid at the project level? Right now, I cannot seem to specify them
outside a target.
Regards,
Harsha
[EMAIL PROTECTED] 212.762.4165
This communication is intended for the addressee(s)
Hi:
I looked through the mail archives to see if anyone had the same
issue with not being able to reference FileSets in Javac. I saw a query but
no responses.
...
Why is that above not allowed? Do I have to extend javac if I want
th
Jesse:
can use a reference to a defined elsewhere in the
project.
In you can build a org.apache.tools.ant.types.Path object and
then add it to the project with Project.addReference(). Then your
target can use the reference.
Thanks. Works nicely.
Regards,
Harsha
This communication is int
Hi:
I have question about Tasks and setting Classpath ..
...
...
...
I am implementing mytask. Can I change/modify the classpath in
mytask's execute so that when jav
.
This however results in a lot of debug output
So some tasks have a verbose attribute - like for
ant -Ddelete.verbose="yes" ...
Check the source (ant.apache.tools.ant.taskdefs.Delete) for example code.
Peter
On Tuesday 06 May 2003 17:52, Harsha Kalidindi wrote:
> Jan,Peter:
>
&
I definitely don't want to customize a base Ant class ..
I'll have to think about this ..
Regards,
Harsha
> -Ursprüngliche Nachricht-
> Von: Harsha Kalidindi [mailto:[EMAIL PROTECTED]
> Gesendet am: Dienstag, 6. Mai 2003 18:11
> An: [EMAIL PROTECTED]
&g
Hi:
I am trying to write a few tasks to extend ant in our environment.
I would like these tasks to emit some debug information depending
on the command line options used with the ant invocation.
Is there a way I can get a list of command line options that ant
was invoked