mirror of
https://github.com/processing/processing4.git
synced 2026-01-29 11:21:06 +01:00
fixed classpath in ant build script, ignore library jar
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
<target name="compile" description="Compile sources">
|
||||
<condition property="core-built">
|
||||
<available file="../../../core/library/core.jar; ../../../core/library/jogl-all.jar" />
|
||||
<available file="../../../core/library/core.jar" />
|
||||
</condition>
|
||||
<fail unless="core-built" message="Please build the core library first and make sure it sits in ../../../core/library/core.jar" />
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
srcdir="src" destdir="bin"
|
||||
encoding="UTF-8"
|
||||
includeAntRuntime="false"
|
||||
classpath="../../../core/library/core.jar"
|
||||
classpath="../../../core/library/core.jar; ../../../core/library/jogl-all.jar; ../../../core/library/gluegen-rt.jar"
|
||||
nowarn="true"
|
||||
compiler="org.eclipse.jdt.core.JDTCompilerAdapter">
|
||||
<compilerclasspath path="../../mode/ecj.jar" />
|
||||
|
||||
1
java/libraries/glw/library/.gitignore
vendored
Normal file
1
java/libraries/glw/library/.gitignore
vendored
Normal file
@@ -0,0 +1 @@
|
||||
/glw.jar
|
||||
Reference in New Issue
Block a user