Cool. Thanks for fixing this. Even though it's a bit late, I would like this
patch to make it to 1.6.2. Does anyone object?
But on a different note, even though I looked at the patch, I'm not sure I
understand why adding these methods fixes the problem (as was involved in
writing SubAnt.java initi
Hi Dev,
I have a task that I wrote that will take a file containing types and
identifiers and creates a compilable Java source file with all the
getter/setter methods. Saves me a lot of typing. So the task looks like this:
(minus a couple other options)
T
Date: 2004-07-01T05:46:51
Editor: 62.213.135.161 <>
Wiki: Ant Wiki
Page: FrontPage
URL: http://wiki.apache.org/ant/FrontPage
no comment
Change Log:
--
@@ -3,7 +3,7 @@
= Welcome to the Ant Wiki =
The
Hi,
I am new to this list. By browsing the archives I could not find
anything related to my problem but forgive me if it has already been
mentioned:
In our hierarchical build structure we use the SubAnt task to delegate
all tasks to our components specific build-scripts. In combination with
CruiseC
>
>
>
>
>
>
>
> I understand this means I need an add method in my Task subclass:
> public void add(Arg arg) {}
> What class matches elements?
Depends on the you want to have :-)
If I want to reuse existing tasks/datatypes I search for an existing task
using that. In
Hi All!
I want to include nested elements in my custom task:
I understand this means I need an add method in my Task subclass:
public void add(Arg arg) {}
What class matches elements?
Within this add method, can I just get the arg value or is there something
else related t