morten 01/10/26 02:38:06 Modified: java/src/org/apache/xalan/xsltc/compiler XSLTC.java Log: Fix to ensure that the order of the -o and -p command line options is not significant. PR: bugzilla 4343 Obtained from: n/a Submitted by: [EMAIL PROTECTED] (John Howard) Reviewed by: [EMAIL PROTECTED] Revision Changes Path 1.30 +2 -1 xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XSLTC.java Index: XSLTC.java =================================================================== RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/XSLTC.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -r1.29 -r1.30 --- XSLTC.java 2001/10/23 14:44:33 1.29 +++ XSLTC.java 2001/10/26 09:38:06 1.30 @@ -1,5 +1,5 @@ /* - * @(#)$Id: XSLTC.java,v 1.29 2001/10/23 14:44:33 morten Exp $ + * @(#)$Id: XSLTC.java,v 1.30 2001/10/26 09:38:06 morten Exp $ * * The Apache Software License, Version 1.1 * @@ -505,6 +505,7 @@ */ public void setPackageName(String packageName) { _packageName = packageName; + if (_className != null) setClassName(_className); } /**
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]