more notes

This commit is contained in:
Ben Fry
2013-04-19 16:35:33 -04:00
parent 6cb824b54a
commit 8f7a8b0e95
2 changed files with 6 additions and 3 deletions
+2 -3
View File
@@ -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" />
+4
View File
@@ -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