Tuscany SDO Tools
Building SDO Tools
To build the Tuscany SDO Java Generator tools, perform the following steps
- Ensure that the environment variable JAVA_HOME is set to point to an installation of Java 5 (Java 1.5.0_6 works)
- Run the command "mvn"
Note: only the Interface2JavaGenerator class requires Java 5. You can build the XSD2JavaGenerator tool using a Java 1.4 JDK by removing the Interface2JavaGenerator.java file before running the "mvn" command.