Grendel:Compile: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{Grendel}} | {{Grendel}} | ||
Building Grendel: | |||
# Make sure you have the required (external) packages (see [[Grendel:Libraries|Libraries]]). | |||
# Copy the jars to the extlib directory. With OROMatcher, you'll have to create the jar yourself from the binaries in the OROMatcher distribution. To do this, unpack the OROMatcher distribution and cd to the top directory, then run 'jar cvf OROMatcher.jar com'. Copy the resulting OROMatcher.jar to the extlib directory in here. '''If you want, you can download the [http://mirrors.trfenv.com/rlk/grendel-jar-pack.zip Grendel Library Pack] to get a copy of all of the libraries needed to be put in this directory'''. | |||
# Type 'ant build' and go get a cup of coffee or something. Grendel takes a little while to build. | |||
# Binaries and application resources will now be in dist. | |||
# Go the the dist directory by typing 'cd dist' and then type 'java Grendel.main' and test that Grendel works. If everything built successfully, it should. | |||
# If you want to make an executable jar to package up all the application's classes (minus the external libraries), type 'ant jar'. Once you've done that, you can type 'java -jar Grendel.jar' and it should run Grendel for you. | |||
# To clean out the dist directory of all build products, type 'ant clean'. | |||
==Note to Mac users== | |||
We are no longer supporting JDK 1.4.x, so Grendel will not run on MacOS 10.2 or earlier. You'll have to upgrade to Mac OS 10.3 if you want to run Grendel. | |||
== | |||
We are no longer supporting JDK 1. | |||
to upgrade to Mac OS | |||
Happy haquing! | Happy haquing! | ||
Revision as of 23:36, 6 May 2005
| Grendel |
|---|
| Home |
| Coding Documentation |
| Review Policy |
| Libraries |
| Compile |
| Outstanding Issues |
| Development Document |
| Links |
Building Grendel:
- Make sure you have the required (external) packages (see Libraries).
- Copy the jars to the extlib directory. With OROMatcher, you'll have to create the jar yourself from the binaries in the OROMatcher distribution. To do this, unpack the OROMatcher distribution and cd to the top directory, then run 'jar cvf OROMatcher.jar com'. Copy the resulting OROMatcher.jar to the extlib directory in here. If you want, you can download the Grendel Library Pack to get a copy of all of the libraries needed to be put in this directory.
- Type 'ant build' and go get a cup of coffee or something. Grendel takes a little while to build.
- Binaries and application resources will now be in dist.
- Go the the dist directory by typing 'cd dist' and then type 'java Grendel.main' and test that Grendel works. If everything built successfully, it should.
- If you want to make an executable jar to package up all the application's classes (minus the external libraries), type 'ant jar'. Once you've done that, you can type 'java -jar Grendel.jar' and it should run Grendel for you.
- To clean out the dist directory of all build products, type 'ant clean'.
Note to Mac users
We are no longer supporting JDK 1.4.x, so Grendel will not run on MacOS 10.2 or earlier. You'll have to upgrade to Mac OS 10.3 if you want to run Grendel.
Happy haquing!