File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 19
19
20
20
<target name =" compile" description =" Compile sources" >
21
21
<condition property =" core-built" >
22
- <available file =" ../processing/ core/library/core.jar " />
22
+ <available file =" ../processing-android/android- core.zip " />
23
23
</condition >
24
- <fail unless =" core-built" message =" Please build the core library first and make sure it sits in ../processing/ core/library/core.jar " />
24
+ <fail unless =" core-built" message =" Please build the core library first and make sure it sits in ../processing-android/android- core.zip " />
25
25
26
26
<mkdir dir =" bin" />
27
27
<javac source =" 1.6"
28
28
target =" 1.6"
29
- srcdir =" src" destdir =" bin"
29
+ srcdir =" src" destdir =" bin"
30
30
encoding =" UTF-8"
31
31
includeAntRuntime =" false"
32
- classpath =" ../processing/ core/library/core.jar ;${ env.ANDROID_SDK } /platforms/android-21/android.jar"
32
+ classpath =" ../processing-android/android- core.zip ;${ env.ANDROID_SDK } /platforms/android-21/android.jar"
33
33
nowarn =" true"
34
34
compiler =" org.eclipse.jdt.core.JDTCompilerAdapter" >
35
35
<compilerclasspath path =" ../processing/java/mode/org.eclipse.jdt.core.jar;../processing/java/mode/jdtCompilerAdapter.jar" />
You can’t perform that action at this time.
0 commit comments