From 9990105d172a87a3a5436a23f0d1c63d3d2de4d4 Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Wed, 10 Sep 2003 01:18:39 +0000 Subject: Added Gerard Ziemski's changes to the build process on OS X to look for jogl.properties in the Library/Java subdirectory of the user's home directory. Updated the build documentation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@64 232f8b59-042b-4e1e-8c03-345bb8c30851 --- doc/HowToBuild.html | 8 ++++++-- make/build.xml | 11 ++++++++++- make/validate-properties.xml | 24 +++++++++++++++--------- 3 files changed, 31 insertions(+), 12 deletions(-) diff --git a/doc/HowToBuild.html b/doc/HowToBuild.html index 59a4aa360..1f9a0e323 100644 --- a/doc/HowToBuild.html +++ b/doc/HowToBuild.html @@ -17,8 +17,12 @@ OpenGL binding from a fresh copy of the source distribution:
  • Unset your CLASSPATH environment variable:
    The Ant build requires that the Jogl jars not be visible on the classpath. On Unix, type unsetenv CLASSPATH into a csh or tcsh shell, or set CLASSPATH=; export CLASSPATH into a Bourne shell. On Windows, type set CLASSPATH= into a command prompt. -
  • Copy and edit jogl.properties:
    Copy make/jogl.properties into your home directory (pointed to by the Java system property user.home). Edit the copy to change any settings that are necessary, in particular the location of the ANTLR jar file (typically $HOME/antlr-2.7.2/antlr.jar). - +
  • Copy and edit jogl.properties:
    + + Edit the copy to change any settings that are necessary, in particular the location of the ANTLR jar file (typically $HOME/antlr-2.7.2/antlr.jar).
  • Build the source tree:
    Open a command shell in the "make" directory of the source tree and type "ant [target]", where [target] is one of linux, macosx, solaris, win32.vc6, win32.vc7, or win32.mingw.