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=31999>.
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=31999
peterreilly@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |
------- Additional Comments From peterreilly@apache.org 2004-11-22 18:50 -------
It has always been my intention to make the antlib resolution
be a little easier (under the name antlibresolve - however
the marc.theaimsgroup.com seach function seems to be broken
at the moment), so I am reopening this.
Using an antlib.xml in the meta-inf has been discussed before
and rejected for various reasons.
One idea to make the script writer work be a little easier would
be to map:
<typedef antlib="antlib:org.me.tasks">
<classpath path="me.jar"/>
</typedef>
to
<typedef uri="antlib:org.me.tasks" resource="org/me/tasks/antlib.xml">
<classpath path="me.jar"/>
</typedef>
--
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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|