You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Andy Jefferson <an...@ajsoft.net> on 2004/04/05 17:26:23 UTC

Ant Task : adding sysproperty

Hi,

I'm writing an Ant Task, and I currently have something derived from
MatchingTask. I want to add the capability to take in <sysproperty>
properties. 

Is there any reference of how to do this ? It the sort of standard thing
that people want on many tasks so I'm guessing there may be something I can
include easily.


TIA
-- 
Andy


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


Re: Ant Task : adding sysproperty

Posted by Stefan Bodewig <bo...@apache.org>.
On Mon, 05 Apr 2004, Andy Jefferson <an...@ajsoft.net> wrote:

> Is there any reference of how to do this ?

No better reference than code.  Take a look at the Java or JUnit tasks
to see how they do it.

Stefan

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