Index: lams_build/build.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build.xml,v diff -u -r1.50 -r1.51 --- lams_build/build.xml 12 Jan 2007 04:59:05 -0000 1.50 +++ lams_build/build.xml 19 Feb 2007 23:20:00 -0000 1.51 @@ -197,29 +197,25 @@ + description="Delete any old versions of the ear directory"> + - - + - - + - - - @@ -256,9 +252,40 @@ inheritAll="false" > - + + + Building the LAMS set of tools. + + + + + + + Building the RAMS set of tools. + + + + + + + + + + isLAMS ${isLAMS} + isRAMS ${isRAMS} + + + + + + + Index: lams_build/buildcombinedtasks.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/Attic/buildcombinedtasks.xml,v diff -u -r1.2 -r1.3 --- lams_build/buildcombinedtasks.xml 17 Feb 2007 12:02:56 -0000 1.2 +++ lams_build/buildcombinedtasks.xml 19 Feb 2007 23:20:00 -0000 1.3 @@ -35,7 +35,7 @@ - + Index: lams_build/common.properties =================================================================== RCS file: /usr/local/cvsroot/lams_build/common.properties,v diff -u -r1.19 -r1.20 --- lams_build/common.properties 17 Feb 2007 12:02:55 -0000 1.19 +++ lams_build/common.properties 19 Feb 2007 23:20:00 -0000 1.20 @@ -21,6 +21,10 @@ project=LAMS project_version=2.0beta1 +# which application are we trying to build? LAMS or RAMS +#conf.application=lams +conf.application=rams + # which o/s related property file do you want? valid values "windows" or "unix" osPropertiesName=windows @@ -70,11 +74,8 @@ conf.struts.dir=${conf.webinf.dir}/struts ##Language Files -# do we use lams or rams? needed as a separate option for the combined tasks. -conf.language.application=lams -#conf.language.application=rams # conf.language.dir is the directory containing all the language files for all the tools, learning, monitoring, etc. -conf.language.dir=${conf.dir}/language/${conf.language.application} +conf.language.dir=${conf.dir}/language/${conf.application} # Build directory build=${basedir}/build