DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20809>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20809
antstructure doesn't generate right dtd for manifest task
bodewig@apache.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
------- Additional Comments From bodewig@apache.org 2003-06-23 15:41 -------
DTD's simply don't provide a vocabulary rich enough for Ant.
In your case, the ELEMENT description is the one of the nested <manifest> element
of <jar> - this one doesn't have a file attribute. On a different installation
<antstructure> may find the <manifest> task before it comes to <jar> and
the
DTD would be correct for the task - but not for the nested element of <jar>.
There is no way to fix this, sorry.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|