This archive includes:
- README This file
Assignment3a.pdf
The text of Assignment 3 – Part aAssignment3b.pdf
The text of Assignment 3 – Part bbuild.xml
The ant script for this assignmenttomcat-build.xml
The ant script for tomcat-related targets (included by build.xml)custom
The location of custom filesdoc
The folder where you have to put the documentation of your design.lib
The location of the jar files necessary for this assignmentlib-src
The location of library sources (to be attached to the
corresponding lib jar files in eclipse)src
The location of source filesWebContent
The folder including the files used for the deployment to Tomcatwar
The location of the .war file of the Neo4JXML service and of the
.war file that will be generatedxsd
The location of your schema files
After Tomcat installation, set the Tomcat-related properties in tomcat-build.xml
.
You can create a single eclipse java project for this package and then add the
jars under lib to the build path. It is also suggested to attach the sources
available in lib-src to the corresponding jar library.
DO NOT USE tomcat-build.xml
directly. Instead use the build.xml
(which imports it).
Start tomcat by running the start-tomcat target
(from build.xml
).
The other instructions for using build.xml are included in the assignment text.
Leave a Reply