You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@xalan.apache.org by bu...@apache.org on 2001/11/07 17:26:14 UTC

DO NOT REPLY [Bug 4702] New: - xsltc needs to implement versioning

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

xsltc needs to implement versioning

           Summary: xsltc needs to implement versioning
           Product: XalanJ2
           Version: CurrentCVS
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: org.apache.xalan.xsltc
        AssignedTo: xalan-dev@xml.apache.org
        ReportedBy: tom.amiro@sun.com


Currently, there is no way to get a version on XSLTC

./java/src/org/apache/xalan/xslt/EnvironmentCheck.java

returns the following (as well as a whole lot of other info)

    version.xalan2_2=Xalan Java 2.2.D12

This is good but it doesn't differentiate between daily builds 
leading up to a release. 

We need a way to get both the point release as well as the 
daily build. How about adding a -v flag to the cmdline.Compiler 
class?