From: <br...@us...> - 2009-04-17 04:59:13
|
Revision: 3888 http://openvrml.svn.sourceforge.net/openvrml/?rev=3888&view=rev Author: braden Date: 2009-04-17 04:59:03 +0000 (Fri, 17 Apr 2009) Log Message: ----------- Updated to reflect that Script node Java support is now enabled by default. Modified Paths: -------------- trunk/ChangeLog trunk/README Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2009-04-17 02:31:16 UTC (rev 3887) +++ trunk/ChangeLog 2009-04-17 04:59:03 UTC (rev 3888) @@ -1,3 +1,8 @@ +2009-04-17 Braden McDaniel <br...@en...> + + * README: Updated to reflect that Script node Java support is now + enabled by default. + 2009-04-16 Braden McDaniel <br...@en...> Allow OpenVRML to be configured to use only nonthrowing exception Modified: trunk/README =================================================================== --- trunk/README 2009-04-17 02:31:16 UTC (rev 3887) +++ trunk/README 2009-04-17 04:59:03 UTC (rev 3888) @@ -186,8 +186,8 @@ Disable support for JavaScript in the Script node. By default, OpenVRML uses the Mozilla JavaScript library to execute JavaScript. - --enable-script-node-java - Enable support for Java in the Script node. "configure" searches + --disable-script-node-java + Disable support for Java in the Script node. "configure" searches for a Java Native Interface (JNI) implementation, which may be provided either by a Java Development Kit or the GNU Compiler for Java (gcj). If using a Java Development Kit, you will probably @@ -195,10 +195,6 @@ and LDFLAGS, respectively. See the file INSTALL for general information on using these variables. - NOTE: This option is not supported in this release of OpenVRML. - (Don't even bother trying; the code simply does not build.) Java - scripting support will reappear in a future release of OpenVRML. - --disable-gl-renderer Do not build the GL renderer. OpenVRML's GL renderer depends on OpenGL/Mesa. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |