mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
more notes
This commit is contained in:
+2
-3
@@ -1,9 +1,8 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- NOT YET FINISHED -->
|
||||
|
||||
<project name="Android Mode for Processing" default="build">
|
||||
|
||||
<!-- path to the main processing repo -->
|
||||
<property name="processing.dir" value=".." />
|
||||
<property name="jar.name" value="mode/android-mode.jar" />
|
||||
|
||||
@@ -13,10 +12,10 @@
|
||||
</target>
|
||||
|
||||
<target name="compile" description="Compile sources">
|
||||
|
||||
<condition property="core-built">
|
||||
<available file="${processing.dir}/core/library/core.jar" />
|
||||
</condition>
|
||||
|
||||
<fail unless="core-built"
|
||||
message="Please build the core library first and make sure it sits in ${processing.dir}/core/library/core.jar" />
|
||||
|
||||
|
||||
@@ -1,5 +1,9 @@
|
||||
0217 android
|
||||
|
||||
moving mode out to its own package
|
||||
_ make sure the download of the mode works properly
|
||||
_ maybe even straight from github
|
||||
_ change build script to use ../processing instead of .. as path
|
||||
|
||||
_ requires deleting the app before reinstalling
|
||||
_ just fix this like the others
|
||||
|
||||
Reference in New Issue
Block a user