Index: lams_build/build_base.xml =================================================================== RCS file: /usr/local/cvsroot/lams_build/build_base.xml,v diff -u -r1.25.2.20 -r1.25.2.21 --- lams_build/build_base.xml 16 Dec 2014 15:20:34 -0000 1.25.2.20 +++ lams_build/build_base.xml 28 Jan 2015 14:49:15 -0000 1.25.2.21 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_build/common.properties,v diff -u -r1.44.2.6 -r1.44.2.7 --- lams_build/common.properties 20 Nov 2014 15:07:26 -0000 1.44.2.6 +++ lams_build/common.properties 28 Jan 2015 14:49:15 -0000 1.44.2.7 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/build.xml,v diff -u -r1.60.2.7 -r1.60.2.8 --- lams_central/build.xml 18 Nov 2014 16:21:00 -0000 1.60.2.7 +++ lams_central/build.xml 28 Jan 2015 14:49:14 -0000 1.60.2.8 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_www/build.xml,v diff -u -r1.12.2.3 -r1.12.2.4 --- lams_www/build.xml 18 Nov 2014 16:20:54 -0000 1.12.2.3 +++ lams_www/build.xml 28 Jan 2015 14:49:11 -0000 1.12.2.4 @@ -29,7 +29,7 @@ + depends="_clean-dirs, _build-manifest, _copy-war-resources, _copy-jsp"> ${ant.project.name}: Building WAR