diff --git a/grendel/README.build b/grendel/README.build index 37947dc334ad..f3794a993b81 100644 --- a/grendel/README.build +++ b/grendel/README.build @@ -12,7 +12,7 @@ Building Grendel: 3. Type 'ant build' and go get a cup of coffee or something. Grendel takes a little while to build. 5. Binaries and application resources will now be in dist. -6. Go the the dist directory by typing 'cd dist' and then type 'java Grendel.main' and test that Grendel +6. 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. 7. 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: diff --git a/grendel/README.libs b/grendel/README.libs index 0bb4839ccb31..b9bdde94ea10 100644 --- a/grendel/README.libs +++ b/grendel/README.libs @@ -1,10 +1,13 @@ The following packages are required for Grendel. You can also download the Grendel Library pack (http://mirrors.trfenv.com/rlk/grendel-jar-pack.zip) to get all of -these JAR files in one big package. +the dependencies except for Java 1.5 and Ant. Java 2 (version 1.5 or newer) * http://java.sun.com/j2se/1.5.0/ +Apache Ant 1.6 or newer (older versions may work) +* http://ant.apache.org + JavaBeans Activation Framework (JAF) * http://java.sun.com/beans/glasgow/jaf.html