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 01:13:32 UTC

DO NOT REPLY [Bug 8685] New: - Incorrect comment regarding "dist" target in build.xml file

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=8685>.
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=8685

Incorrect comment regarding "dist" target in build.xml file

           Summary: Incorrect comment regarding "dist" target in build.xml
                    file
           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


An XML comment within the build.xml file refers to a non-existent "dist" 
target.  I believe the target name should be "all".  Diff 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
34c34
<  - dist -> creates the complete distribution
---
>  - all -> creates the complete distribution

---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-j-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-j-dev-help@xml.apache.org