You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by sa...@apache.org on 2002/04/23 20:56:53 UTC

cvs commit: xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util ErrorMessages.java

santiagopg    02/04/23 11:56:53

  Modified:    java/src/org/apache/xalan/xsltc/compiler/util Tag:
                        jaxp-ri-1_2_0-fcs-branch ErrorMessages.java
  Log:
  Fixed command line synopsis.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.5.8.1   +5 -5      xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java
  
  Index: ErrorMessages.java
  ===================================================================
  RCS file: /home/cvs/xml-xalan/java/src/org/apache/xalan/xsltc/compiler/util/ErrorMessages.java,v
  retrieving revision 1.5
  retrieving revision 1.5.8.1
  diff -u -r1.5 -r1.5.8.1
  --- ErrorMessages.java	5 Dec 2001 11:27:50 -0000	1.5
  +++ ErrorMessages.java	23 Apr 2002 18:56:53 -0000	1.5.8.1
  @@ -1,5 +1,5 @@
   /*
  - * @(#)$Id: ErrorMessages.java,v 1.5 2001/12/05 11:27:50 morten Exp $
  + * @(#)$Id: ErrorMessages.java,v 1.5.8.1 2002/04/23 18:56:53 santiagopg Exp $
    *
    * The Apache Software License, Version 1.1
    *
  @@ -220,8 +220,8 @@
   	"The -i option must be used with the -o option.",
   	// COMPILE_USAGE_STR
   	"Usage:\n" + 
  -	"   xsltc [-o <output>] [-d <directory>] [-j <jarfile>]\n"+
  -	"         [-p <package name>] [-x] [-s] [-u] <stylesheet>|-i\n\n"+
  +	"   java org.apache.xalan.xsltc.cmdline.Compile [-o <output>] [-d <directory>] [-j <jarfile>]\n"+
  +	"         [-p <package name>] [-x] [-s] [-u] { <stylesheet> | -i }\n\n"+
   	"   Where <output> is the name to give the the generated translet.\n"+
   	"         <stylesheet> is one or more stylesheet file names, or if\n"+
   	"         the -u options is specified, one or more stylesheet URLs.\n"+
  @@ -235,8 +235,8 @@
   	"         The -s option disables calling System.exit.",
   	// TRANSFORM_USAGE_STR
   	"Usage: \n" +
  -	"   xslt  [-j <jarfile>] {-u <document_url> | <document>} <class>\n"+
  -	"         [<name1>=<value1> ...]\n\n" +
  +	"   java org.apache.xalan.xsltc.cmdline.Transform [-j <jarfile>] [-x] [-s]\n" +
  +	"         {-u <document_url> | <document>} <class> [<param1>=<value1> ...]\n" +
   	"   Where <document> is the xml document to be transformed, or\n" +
   	"         <document_url> is a url for the xml document,\n" +
   	"         <class> is the translet class which is either in\n" +
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org