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=8684>. 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=8684 "test" target dependencies are not complete Summary: "test" target dependencies are not complete Product: Xerces-J Version: CVS extract Platform: All OS/Version: All Status: NEW Severity: Minor Priority: Other Component: Build AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The "test" target for xerces (included in build.xml, runs tests on samples) lists "sampjar" as its only dependency. In order to run correctly, the tests also need xerces.jar. Therefore the dependency should be change to "jars" or "jar, sampjar". A diff is included below. Index: build.xml =================================================================== RCS file: /home/cvspublic/xml-xerces/java/build.xml,v retrieving revision 1.49.2.2 diff -r1.49.2.2 build.xml 411c411 < <target name="test" depends="sampjar"> --- > <target name="test" depends="jars"> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
