You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-dev@xerces.apache.org by bu...@apache.org on 2002/05/01 00:46:21 UTC

DO NOT REPLY [Bug 8684] New: - "test" target dependencies are not complete

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: xerces-j-dev@xml.apache.org
        ReportedBy: cloder@acm.org


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: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org