From ce78f8e0da99124f6607c906259f1c67e1773485 Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 8 May 2010 23:20:52 +0000 Subject: [PATCH] Fixing (partially, at least) build.xml on Windows. Now requires you to have a local JDK and to install ant. --- build/build.xml | 37 ++++++++++++++++++++++++------------- 1 file changed, 24 insertions(+), 13 deletions(-) diff --git a/build/build.xml b/build/build.xml index 6cb1d3e2a..c6f5d320b 100644 --- a/build/build.xml +++ b/build/build.xml @@ -340,7 +340,7 @@ ======================================================= - Processing for Windows can only be built on windows. + Arduino for Windows can only be built on windows. Bye. ======================================================= @@ -365,6 +365,17 @@ + + + + + + + + + + + @@ -390,7 +401,7 @@ - @@ -405,31 +416,31 @@ - + + prefix="arduino-${version}" /> - + ======================================================= - Processing for Windows was built. Grab the archive from + Arduino for Windows was built. Grab the archive from - windows/processing-${version}.zip - windows/processing-${version}-expert.zip + windows/arduino-${version}.zip + windows/arduino-${version}-expert.zip =======================================================