From e7188b0711f0a46c1d0ffec5668467f603a859df Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Wed, 12 May 2010 00:23:09 +0200 Subject: Put junit.jar 4.8.2, antlr.jar 2.7.7 into make/lib, and use it as the default, if not specified otherwise in /home/sven/gluegen.properties --- make/build-junit.xml | 6 ------ make/build.xml | 8 ++------ make/gluegen-properties.xml | 11 ++++------- make/gluegen.properties | 11 ++++++----- make/lib/antlr.jar | Bin 0 -> 443876 bytes make/lib/antlr.txt | 1 + make/lib/junit-4.5.jar | Bin 198945 -> 0 bytes make/lib/junit.jar | Bin 0 -> 237344 bytes make/lib/junit.txt | 1 + make/validate-properties.xml | 21 +-------------------- nbproject/ide-file-targets.xml | 10 +++++----- nbproject/project.xml | 4 ++-- test/junit/com/sun/gluegen/build.xml | 2 +- 13 files changed, 23 insertions(+), 52 deletions(-) create mode 100644 make/lib/antlr.jar create mode 100644 make/lib/antlr.txt delete mode 100644 make/lib/junit-4.5.jar create mode 100644 make/lib/junit.jar create mode 100644 make/lib/junit.txt diff --git a/make/build-junit.xml b/make/build-junit.xml index dc0506b..ad625ba 100644 --- a/make/build-junit.xml +++ b/make/build-junit.xml @@ -4,10 +4,6 @@ JUNIT Tests GlueGen - - - @@ -53,8 +49,6 @@ - - diff --git a/make/build.xml b/make/build.xml index c49c714..722e601 100755 --- a/make/build.xml +++ b/make/build.xml @@ -22,10 +22,6 @@ - - - @@ -653,7 +649,7 @@ - + @@ -671,7 +667,7 @@ - + diff --git a/make/gluegen-properties.xml b/make/gluegen-properties.xml index 2afc533..ec3b988 100755 --- a/make/gluegen-properties.xml +++ b/make/gluegen-properties.xml @@ -35,17 +35,14 @@ - - - - - + - + + + diff --git a/make/gluegen.properties b/make/gluegen.properties index 2f319bc..29b3351 100755 --- a/make/gluegen.properties +++ b/make/gluegen.properties @@ -9,17 +9,18 @@ # ############################################################################### # -# The required antlr.jar property that is the full path to the antlr.jar -# including the name of the jar +# You may include a custom antlr.jar file in the antlr.jar property. # # Windows -antlr.jar=C:/JOGL/lib/antlr-2.7.2.jar +# antlr.jar=C:/JOGL/lib/antlr-2.7.7.jar # Linux / Solaris / .. # antlr.jar=/home/sven/projects/JOGL/lib/antlr-2.7.7.jar # Mac OS X -# antlr.jar=/JOGL/lib/antlr-2.7.2.jar +# antlr.jar=/JOGL/lib/antlr-2.7.7.jar -junit.jar=/home/sven/projects/JOGL/lib/junit-4.5.jar +# You may include a custom junit.jar file in the junit.jar property. +# +# junit.jar=/home/sven/projects/JOGL/lib/junit.jar # If you are building the native code for the GlueGen run-time library # on Windows and have the Microsoft Visual C++ compilers installed, diff --git a/make/lib/antlr.jar b/make/lib/antlr.jar new file mode 100644 index 0000000..42f25e5 Binary files /dev/null and b/make/lib/antlr.jar differ diff --git a/make/lib/antlr.txt b/make/lib/antlr.txt new file mode 100644 index 0000000..74b17b3 --- /dev/null +++ b/make/lib/antlr.txt @@ -0,0 +1 @@ +version 2.7.7 diff --git a/make/lib/junit-4.5.jar b/make/lib/junit-4.5.jar deleted file mode 100644 index 7339216..0000000 Binary files a/make/lib/junit-4.5.jar and /dev/null differ diff --git a/make/lib/junit.jar b/make/lib/junit.jar new file mode 100644 index 0000000..5b4bb84 Binary files /dev/null and b/make/lib/junit.jar differ diff --git a/make/lib/junit.txt b/make/lib/junit.txt new file mode 100644 index 0000000..c7b67bc --- /dev/null +++ b/make/lib/junit.txt @@ -0,0 +1 @@ +version 4.8.2 diff --git a/make/validate-properties.xml b/make/validate-properties.xml index 195fb2a..42fd16f 100755 --- a/make/validate-properties.xml +++ b/make/validate-properties.xml @@ -5,25 +5,6 @@ --> - - - - - - ******************************************************************** - ** The property "antlr.jar" was not set in the GlueGen properties ** - ** file ** - ** "${user.properties.file}" ** - ** (or this file was not found). ** - ** ** - ** Please set "antlr.jar" to to the full path of the ANTLR jar ** - ** including the jar itself. ** - ******************************************************************** - - - - diff --git a/nbproject/ide-file-targets.xml b/nbproject/ide-file-targets.xml index 46dc184..343f527 100644 --- a/nbproject/ide-file-targets.xml +++ b/nbproject/ide-file-targets.xml @@ -5,21 +5,21 @@ - + Must set property 'files' - + Must set property 'run.class' - + @@ -29,7 +29,7 @@ - + @@ -37,7 +37,7 @@ Must set property 'debug.class' - + diff --git a/nbproject/project.xml b/nbproject/project.xml index 66a1c6c..181c1d4 100755 --- a/nbproject/project.xml +++ b/nbproject/project.xml @@ -237,7 +237,7 @@ test/junit - build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit-4.5.jar + build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit.jar build/classes 1.5 @@ -253,7 +253,7 @@ src/junit - build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit-4.5.jar + build/classes:build/test/build/classes:lib/antlr-3.2.jar:${jdk.home}/lib/tools.jar:${ant.core.lib}:make/lib/junit.jar 1.5 diff --git a/test/junit/com/sun/gluegen/build.xml b/test/junit/com/sun/gluegen/build.xml index 4889ab1..6622e0c 100644 --- a/test/junit/com/sun/gluegen/build.xml +++ b/test/junit/com/sun/gluegen/build.xml @@ -31,7 +31,7 @@ - + -- cgit v1.2.3