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=24113>. 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=24113 Hardcoded "Created-By" in manifest [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From [EMAIL PROTECTED] 2003-10-27 02:26 ------- Thanks for reporting. A fix is in CVS. When not specified, Ant will actually set the value of the "Created-By" attribute to itself and not the version and vendor of the Java implementation used to compile the source. I've set up a filter in build.xml that will fill in java.version and java.vendor for the "Created-By" attribute with the correct information. Since someone may also wish to know which version of Ant was used to build Xerces, I've added this information to another attribute called "Ant-Version". build.xml will add this attribute to the manifest when the jar is created. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
