Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37912385
en ru br
ALT Linux repos
S:1.1.1-alt2_13jpp8
4.1: 1.1.1_rc6-alt4

Group :: Development/Java
RPM: jogl

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: jogl-1.1.1-fix-antlr-classpath.patch
Download


Index: gluegen/make/build.xml
===================================================================
--- gluegen/make/build.xml
+++ gluegen/make/build.xml	2011-04-07 10:13:06.233698913 +0200
@@ -14,6 +14,12 @@
    <available property="antlr.jar" file="/usr/share/java/antlr.jar"
               value="/usr/share/java/antlr.jar"/>
 
+    <!-- Create the classpath for ANTLR.  This requires the user-defined
+      - "antlr.jar" property. -->
+    <path id="antlr.classpath">
+      <pathelement location="${antlr.jar}" />
+    </path>
+
   <target name="load.user.properties" unless="user.properties.file">
     <!-- Load the user specified properties file that defines various host
       - specific paths.  The user will be notified if this is does not
@@ -71,12 +77,6 @@
     <!-- Set up compilation for either Java SE or Java ME / CDC / FP. -->
     <antcall target="setup.javase"        inheritRefs="true" />
     <antcall target="setup.javame.cdc.fp" inheritRefs="true" />
-
-    <!-- Create the classpath for ANTLR.  This requires the user-defined
-      - "antlr.jar" property. -->
-    <path id="antlr.classpath">
-      <pathelement location="${antlr.jar}" />
-    </path>
     
     <!-- The location of the GlueGen source and the C grammar files. -->
     <property name="gluegen" value="${src.java}/com/sun/gluegen" />
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin