You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Igor Pasemnik <ig...@cloakware.com> on 2003/12/04 23:16:00 UTC

ant query task attributes

hello everyone,

is there a way to query attributes (and possibly default values) for any given ant task, say javac.

thanks in advance,

IP






---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org


Re: ant query task attributes

Posted by Erik Hatcher <er...@ehatchersolutions.com>.
On Thursday, December 4, 2003, at 05:16  PM, Igor Pasemnik wrote:
> is there a way to query attributes (and possibly default values) for 
> any given ant task, say javac.

You mean programmatically by calling getters?  Nope.  Most Ant tasks 
only have setters for attributes.

But the proposal/xdocs code using XDoclet builds XML descriptors of 
each of the tasks, and contains the attributes available and generally 
their default values.  Perhaps that info would help you?

	Erik


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@ant.apache.org
For additional commands, e-mail: user-help@ant.apache.org