From c3f17a3b5ea435ebe6a124a9ee77ae6b3e74f2b6 Mon Sep 17 00:00:00 2001 From: Ian Farmer Date: Tue, 23 Oct 2007 21:06:51 +0000 Subject: [PATCH] Build changes: * ant build.xml produces 4 output jars: all-in-one jar, a "core" jar that should work under J2ME, an "extras" jar with classes that require J2SE, and the last jar provides the debug support for J2ME. * Change the Eclipse .classpath to include WTK jars. Requires WTK_HOME classpath variable be set in Eclipse workspace. --- .classpath | 3 +- build.xml | 129 ++++++++++++++++++++++++++++++++++++----------------- 2 files changed, 90 insertions(+), 42 deletions(-) diff --git a/.classpath b/.classpath index 1af1087a..9904b923 100644 --- a/.classpath +++ b/.classpath @@ -6,6 +6,7 @@ - + + diff --git a/build.xml b/build.xml index c17a9eee..cf47045f 100644 --- a/build.xml +++ b/build.xml @@ -7,56 +7,103 @@ - + + + - - - + + + - + - + - - - - - - - - - wtk.home: ${wtk.home} - - - - - - - - - - - - - - - - - - - - - - - - + + + + - - + + + Skipping steps that require J2ME WTK. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Using WTK found in ${wtk.home} + + + + + + + +