All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.objectweb.jonas_ejb.deployment.ejbql.README Maven / Gradle / Ivy



Author:	Helene Joanin
Date:	18 nov. 2004


All of the java sources of this directory are source generated by
	the javacc 3.2 tools
from the EJBQL.jjt file.

Information and download of the tools 'javacc' may be found on
	https://javacc.dev.java.net/

Three of the generated java files was modified.
There are:
	ParseException.java	// this class was modified to get specific error reporting
	SimpleNode.java		// this class was modified to hold specific fields used by Visitors
    EJBQL.java     // (since jdk1.4.2)
                   // change jjtn000.value += "." + t.image;
                   // by     jjtn000.value = jjtn000.value + "." + t.image;

The generation of all those files must probably (?) be do in a clean directory
(that does not contain previously generated files).

Commands to run to generated the java source files
	$ jjtree EJBQL.jjt
	$ javacc EJBQL.jj
See also the build.sh script.

Notes that there is also Ant optionals tasks
	JJTree
	JavaCC





© 2015 - 2025 Weber Informatics LLC | Privacy Policy