--- projects/cms/source/server/build.xml 2001/05/14 02:47:00 1.3 +++ projects/cms/source/server/build.xml 2002/02/04 00:14:13 1.12.2.1 @@ -1,15 +1,8 @@ - - + + + + - - - - + + + + These are the targets supported by this ANT build script: + + fetch - fetch all the JAR library files + + idl - generate java source from IDL + build - compile all source code + package - generate JAR package and distributions + packageutil - generate UTIL JAR package + + cvsbuild - build from cvs tag + use -Drev=TAG switch to specify cvs tag + + javadoc - generate javadoc API + install - install server + use -Dprefix=/path/ switch to specify dest + run - run the server + + clean - clean all generated files + distclean - remove 'fetched' libraries + clean + + Recommend to run the following target order: + + fetch packageutil package javadoc install + - - + + - - - - - - - - - - - - - - - - - - - - - - + + + @@ -102,10 +105,10 @@ --> - + - + @@ -116,7 +119,7 @@ ===================================================== --> - + - + - + Manifest-Version: 1.0 Created-By: www.i-scream.org.uk @@ -181,7 +184,7 @@ Class-Path: ${MFCLPATH} /> - + - + - - - - + + + + + + + + + + + - + @@ -207,16 +217,136 @@ Class-Path: ${MFCLPATH} - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +