From b2f881256addba8c997e5da471fbf552484f3d4b Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Wed, 19 May 2010 19:32:43 +0200 Subject: GlueGen frontpage cleanup. --- doc/manual/index.html | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) (limited to 'doc') diff --git a/doc/manual/index.html b/doc/manual/index.html index 64385f1..51dec44 100755 --- a/doc/manual/index.html +++ b/doc/manual/index.html @@ -347,25 +347,17 @@

Acquiring and Building GlueGen

- The source code for GlueGen may be obtained via Subversion: + The source code for GlueGen may be obtained by cloning the Git repository:
-    svn co https://gluegen.dev.java.net/svn/gluegen/trunk gluegen --username [username]
+    $git clone git://github.com/mbien/gluegen.git gluegen
                     
- To build GlueGen, first download the ANTLR jar file from antlr.org. Currently GlueGen is only - compatible with ANTLR releases up to 2.7.x and does not work with - ANTLR 3.x. (NOTE: do not place the ANTLR jar file in the Extensions - directory of the JRE or JDK, as this will cause the build to fail.) - Next, copy make/gluegen.properties from the GlueGen - workspace to your home directory (pointed to by the Java system - property user.home; on Windows this is - e.g. C:\Documents and Settings\username). Edit the copy - of gluegen.properties in your home directory to point the - antlr.jar property to the location of the ANTLR jar file - on your local disk. Finally, cd to the make/ subdirectory - and type "ant". Ant 1.6.x or later is required. + To build GlueGen, cd into the gluegen/make folder and invoke ant. +
+    $ant clean all test
+                    
+ Ant 1.8 or later and a Java 6 compatible JDK is required.

Common Build Problems

-- cgit v1.2.3