From: <br...@us...> - 2008-08-03 06:58:04
|
Revision: 3499 http://openvrml.svn.sourceforge.net/openvrml/?rev=3499&view=rev Author: braden Date: 2008-08-03 06:58:14 +0000 (Sun, 03 Aug 2008) Log Message: ----------- Only compile Java test programs if Script node Java support was enabled. Modified Paths: -------------- trunk/ChangeLog trunk/tests/Makefile.am Modified: trunk/ChangeLog =================================================================== --- trunk/ChangeLog 2008-07-26 20:20:15 UTC (rev 3498) +++ trunk/ChangeLog 2008-08-03 06:58:14 UTC (rev 3499) @@ -1,3 +1,8 @@ +2008-08-03 Braden McDaniel <br...@en...> + + * tests/Makefile.am: Only compile Java test programs if Script + node Java support was enabled. + 2008-07-26 Braden McDaniel <br...@en...> Fixed some potential crashes when processing coordinate, color, Modified: trunk/tests/Makefile.am =================================================================== --- trunk/tests/Makefile.am 2008-07-26 20:20:15 UTC (rev 3498) +++ trunk/tests/Makefile.am 2008-08-03 06:58:14 UTC (rev 3499) @@ -76,9 +76,10 @@ JAVAROOT = $(top_builddir)/tests CLASSPATH_ENV = CLASSPATH=$(top_builddir)/src/script/java/script.jar +if ENABLE_SCRIPT_NODE_JAVA dist_noinst_JAVA = TestScript.java +endif - EXTRA_DIST = \ package.m4 \ testsuite.at \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |