DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=32488>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=32488





------- Additional Comments From [EMAIL PROTECTED]  2004-12-10 16:36 -------
I forgot about <apply>, I was only thinking about <exec>, but of cource there
are others..

As regards the antlib question, this should be on [EMAIL PROTECTED]
This sort of stuff would be possible with the follows small additions
to ant ;-)

1) allow any task to be run in the antlib
   (easy mod - initial implementation of antlib)
2) local properties - one would be set properties in an antlib
   without affecting the users of the antlib
3) have if and unless attributes for each task

<antlib>
   <local-property name="is.unix"/>
   <condition property="is.unix">
      <os family="unix"/>
   </condition>
   <typedef name="kill" classname="..UnixKiller" if="is.unix"/>
   <typedef name="kill" classname="..WindowKiller" unless="is.unix"/>
</antlib>


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to