RE: SubAnt output

2004-07-01 Thread Dominique Devienne
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

BeanGen

2004-07-01 Thread Barry Andrews
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

[Ant Wiki] Updated: FrontPage

2004-07-01 Thread ant-cvs
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

SubAnt output

2004-07-01 Thread Christian Knorr
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

AW: Include nested arg elements in my custom task

2004-07-01 Thread Jan . Materne
> > > > > > > > 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

Include nested arg elements in my custom task

2004-07-01 Thread Robert Mark Bram
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