From 6a8753df3b67ee49f9e23ec60429970f0177922a Mon Sep 17 00:00:00 2001 From: dchandler Date: Sun, 20 Oct 2002 22:40:49 +0000 Subject: [PATCH] Updated this to keep up with the new documentation on our build systems. --- build.xml | 62 +++++++++++++++++-------------------------------------- 1 file changed, 19 insertions(+), 43 deletions(-) diff --git a/build.xml b/build.xml index 8233bfc..4729651 100644 --- a/build.xml +++ b/build.xml @@ -1,18 +1,21 @@ - + @@ -23,7 +26,8 @@ info on where to find these. This Jakarta Ant buildfile is used to build Jskad, Savant, QuillDriver, and the Translation Tool. The docs at http://thdltools.sf.net/api are created using this buildfile, for - example. Read the comments of this buildfile to learn more. + example. Read the comments of this buildfile to learn more, or + see http://thdltools.sourceforge.net/BuildSystems.html. @@ -477,36 +481,8 @@ info on where to find these. HEY PROJECT MANAGER: http://thdltools.sf.net/api lives at - /home/groups/t/th/thdltools/htdocs/api. To update it, simply run - 'ant private-javadocs-dist', which creates - dist/docs/private-javadocs-DSTAMP.zip. Then scp that file over - with the command - - scp dist/docs/private-javadocs-WHATEVER.zip \ - yourUserId@thdltools.sf.net/home/groups/t/th/thdltools/ - - or use PuTTY's scp to do something equivalent. - - Now, shell in to thdltools.sf.net with 'ssh -l yourUserId - thdltools.sf.net' or with PuTTY. - - Change directory (cd) to /home/groups/t/th/thdltools/htdocs/. - - While you're here, do a 'cvs update' - just in case some developer - made changes to the web pages but forgot to update. - - Anyway, now run 'rm -fr api' (from the htdocs/ directory). - - Now run 'mkdir api'. - - Now 'cd api'. - - Now run 'unzip ../../private-javadocs-WHATEVER.zip'. - - See if http://thdltools.sf.net/api/ looks up to date. If so, - delete ../../private-javadocs-WHATEVER.zip and log out. - - UPDATE THESE INSTRUCTIONS if something above is wrong or unclear. + /home/groups/t/th/thdltools/htdocs/api. To update it, follow the instructions + at 'http://thdltools.sf.net/BuildSystems.html#wwwmodule'. --> @@ -592,7 +568,7 @@ info on where to find these. -