-
Notifications
You must be signed in to change notification settings - Fork 0
Project Setup
Rob Crocombe edited this page Jul 23, 2016
·
11 revisions
Codegen requires the following software:
- Java 1.8
- Java JDK 8
- Apache Tomcat 7.0.70
- Eclipse IDE for Java EE Developers Mars (or newer - untested), which should include:
- Maven
- EMF
- Ant
- JUnit
- Epsilon 1.3 JAR (kitchen sink)
- xmlparser.jar from my repository (download the release or build yourself)
- Import project into your Eclipse workspace.
- Add Epsilon and xmlparser JARs to
/WEB-INF/libdirectory insideCodeGeneratorproject. - Ensure Maven has added the required dependancies.
- Setup Tomcat as a server, add
CodeGeneratorto project list. - Create run configurations for each executable:
-
CodeGeneratorshould already be in the Tomcat config. -
GeneratorTestsshould be JUnit -
ValidationTestsshould be JUnit -
ClientTestsshould be JUnit -
Clientshould be a Java App
-
- Set environmental variables:
- gen_path
- output_path
- Test the project is working with the JUnit tests.