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

issues a warning about '-in z' when '-param x y' added

           Summary: issues a warning about '-in z' when '-param x y' added
           Product: XalanJ2
           Version: CurrentCVS
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Xalan-CmdLine
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


(Checked with yesterday's nightly build: xalan-j_20030215)

Below is an example line from my script:

java org.apache.xalan.xslt.Process -param bytes `du -k xces_$n` -param date_cre
`date --iso-8601` -in $n -xsl rzp_header.xsl -out xces_header_$n 2>> ${n}_log

$n is set to things like e.g. ekonomia_a_1.html.xml

Without the -param flags, it runs silently and does what it should. But when I
add at least one -param, it issues the following warning: 

"Invalid option: xces_ekonomia_a_1.html.xml"

but it runs OK, as far as I can see -- the parameters are passed and the result
is the same as without -param's (except for default parameter values).
The same happens as far back as version 2.2.D11.

Reply via email to