From 1c3f7039b1579e0184a532eaade04dd7bc2c9dae Mon Sep 17 00:00:00 2001 From: Kenneth Russel Date: Sun, 24 Aug 2003 07:22:23 +0000 Subject: Fixed Mac OS X build after recent JAWT changes in 10.3 (which are apparently going to be brought back to the 10.2 Java on OS X as well). Renamed host.properties to jogl.properties and changed build to look for this file in user's home directory to avoid needing to always change a file that is in the repository. Updated build documentation. git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/jogl/trunk@58 232f8b59-042b-4e1e-8c03-345bb8c30851 --- src/net/java/games/gluegen/ant/GlueGenTask.java | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net') diff --git a/src/net/java/games/gluegen/ant/GlueGenTask.java b/src/net/java/games/gluegen/ant/GlueGenTask.java index 531f1198e..c9849c29d 100644 --- a/src/net/java/games/gluegen/ant/GlueGenTask.java +++ b/src/net/java/games/gluegen/ant/GlueGenTask.java @@ -147,6 +147,7 @@ public class GlueGenTask extends Task // set the VM and classname in the commandline gluegenCommandline.setVm(JavaEnvUtils.getJreExecutable("java")); gluegenCommandline.setClassname(GLUE_GEN); + // gluegenCommandline.createVmArgument().setValue("-verbose:class"); } // ========================================================================= -- cgit v1.2.3