From f38290efd2ccbafc1c026489816e42815f223cd3 Mon Sep 17 00:00:00 2001 From: dchandler Date: Wed, 23 Oct 2002 01:08:52 +0000 Subject: [PATCH] If you've used 'ant -Dj2ee.sdk.home="C:\j2sdkee1.3.1\lib"', then the dist and compile targets will build the servlet form of the translation tool. If you haven't, they won't build it. Added comments. Made it easier to change the build classpath inside a target while retaining reusability. Fixed typo: ttbin should've been ttservletbin. --- build.xml | 44 ++++++++++++++++++++++++++++++-------------- 1 file changed, 30 insertions(+), 14 deletions(-) diff --git a/build.xml b/build.xml index 4729651..453a99a 100644 --- a/build.xml +++ b/build.xml @@ -1,4 +1,4 @@ - + + @@ -147,14 +150,12 @@ description="JARs up everything into self-contained JARs for double-click, classpath-worry-free joy" /> - + depends="jskad-compile,savant-compile,qd-compile,tt-standalone-compile,tt-handheld-compile,tt-applet-plus-jws-compile,tt-servlet-compile" + description="compiles all programs" /> - + + + + + + + - + @@ -393,6 +402,7 @@ + + + + + @@ -738,7 +754,7 @@ - +