Index: lams_build/build_base.xml =================================================================== diff -u -r588fe01186ff8c7c5b215e15f5ac4763137e0284 -rd4997181b2a73dc16bdd0a69932d443fe7dbfbd7 --- lams_build/build_base.xml (.../build_base.xml) (revision 588fe01186ff8c7c5b215e15f5ac4763137e0284) +++ lams_build/build_base.xml (.../build_base.xml) (revision d4997181b2a73dc16bdd0a69932d443fe7dbfbd7) @@ -283,8 +283,7 @@ - + ${ant.project.name}: Building WAR @@ -395,111 +394,9 @@ - - - - - - - - ${ant.project.name}: Precompiling JSP files - - - ${ant.project.name}: Copying web files for building - - - - - - - - - - - - - - - - ${ant.project.name}: Generating Java source files from JSP pages - - - - ${ant.project.name}: Compiling JSP classes - - - - - - - - - - - - ${ant.project.name}: Copying compiled and remaining web resources - - - - - - - - - - - - - - - - - ${ant.project.name}: Copying additional libraries - - - - - - - - - - + - ${ant.project.name}: Copying JSP files without precompilation + ${ant.project.name}: Copying JSP files Copying web resources @@ -527,4 +424,4 @@ - + \ No newline at end of file Index: lams_build/common.properties =================================================================== diff -u -r4195e32352245e0ee2323b3d70ab3f23ef3f750e -rd4997181b2a73dc16bdd0a69932d443fe7dbfbd7 --- lams_build/common.properties (.../common.properties) (revision 4195e32352245e0ee2323b3d70ab3f23ef3f750e) +++ lams_build/common.properties (.../common.properties) (revision d4997181b2a73dc16bdd0a69932d443fe7dbfbd7) @@ -26,9 +26,6 @@ # which o/s related property file do you want? valid values "windows" or "unix" osPropertiesName=windows -# To precompile JSP pages uncomment the property below -# jsp.precompile=anyvalue - # these properties sometimes get altered in project's own properties file src.java.dir=${basedir}/src/java conf.web.dir=${basedir}/web Index: lams_central/build.xml =================================================================== diff -u -r0c0cbdac26679e47d5c48e045c30e5496e1f809b -rd4997181b2a73dc16bdd0a69932d443fe7dbfbd7 --- lams_central/build.xml (.../build.xml) (revision 0c0cbdac26679e47d5c48e045c30e5496e1f809b) +++ lams_central/build.xml (.../build.xml) (revision d4997181b2a73dc16bdd0a69932d443fe7dbfbd7) @@ -34,7 +34,7 @@ + depends="_build-webdoclet, _build-manifest, _copy-war-resources, _copy-planner, _copy-jsp"> ${ant.project.name}: Building exploded WAR Index: lams_www/build.xml =================================================================== diff -u -r0c0cbdac26679e47d5c48e045c30e5496e1f809b -rd4997181b2a73dc16bdd0a69932d443fe7dbfbd7 --- lams_www/build.xml (.../build.xml) (revision 0c0cbdac26679e47d5c48e045c30e5496e1f809b) +++ lams_www/build.xml (.../build.xml) (revision d4997181b2a73dc16bdd0a69932d443fe7dbfbd7) @@ -29,7 +29,7 @@ + depends="_clean-dirs, _build-manifest, _copy-war-resources, _copy-jsp"> ${ant.project.name}: Building WAR