public class Zmake
extends java.lang.Object
main(String[]
.execute()
. Modifier and Type | Class and Description |
---|---|
private class |
Zmake.CmdLine |
Modifier and Type | Field and Description |
---|---|
private MainCmd_ifc |
console
Aggregation to the Console implementation class.
|
private java.lang.String |
curDir
String path to the current dir from calling.
|
private java.lang.String |
input |
private java.lang.String |
sAntXml
Path of the ant.xml
|
private java.lang.String |
sInputXml
Path of the input.xml
|
private java.lang.String |
sXslt4ant
Path of XSL script to generate the ant.xml
|
private java.lang.String |
sZbnf4ant
Path of ZBNF script to generate the ant.xml
|
private java.lang.String |
tmp
String path fromcurDir to a tmp dir.
|
private java.lang.String |
tmpAbs
String path for the absolute tmp dir.
|
private java.lang.String |
zbnfjax_PATH
String path to the XML_TOOLBASE Directory.
|
Constructor and Description |
---|
Zmake() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
execute()
Execute the task of the class.
|
static void |
main(java.lang.String[] args)
Invocation from command line.
|
private java.lang.String input
private MainCmd_ifc console
private java.lang.String zbnfjax_PATH
private java.lang.String curDir
private java.lang.String tmp
private java.lang.String tmpAbs
private java.lang.String sZbnf4ant
private java.lang.String sXslt4ant
private java.lang.String sInputXml
private java.lang.String sAntXml
public static void main(java.lang.String[] args)
Zmake organizer made by JcHartmut, 2007-07-06 - 2007-10-18 invoke>%JAX_EXE% org.vishia.zbnfXml.Zmake [INPUT] [{OPTIONS}] pathes to files or dirs are absolute or relativ from cmd line invocation. TPATH means a path started from given -ZBNFJAX_HOME:PATH or ZBNFJAX_HOME in environment. WPATH means a path started from given -tmp directory (WorkPATH). INPUTFILE is the only filename without path and without extension dissolved from INPUT INPUT The first argument without - is the input file with path and extension. -i:INPUT path to the input file alternatively to INPUT. -curdir:PATH sets the current dir alternatively to command line invocation path. -ZBNFJAX_HOME:PATH path to the ZBNFJAX_HOME, default it is getted from environment. -tmp:PATH path of tmp dir, will be created if not exists, default=\"../tmp\". -tmpinputxml:WPATH name of the temporary file parsed from input, default=INPUTFILE.xml -tmpantxml:WPATH ant.xml-file to generate, default=ant_INPUTFILE.xml -zbnf4ant:TPATH zbnf-file to parse the input -xslt4ant:TPATH xslt-file to generate the ant.xml
java.lang.String execute() throws java.text.ParseException
java.text.ParseException