Index: lams_build/build.xml =================================================================== diff -u -r33d7aa31deb6606940bcd51544b17d62387777cf -r9bb615833c00a9139a689328ec07aaad8ee5cb16 --- lams_build/build.xml (.../build.xml) (revision 33d7aa31deb6606940bcd51544b17d62387777cf) +++ lams_build/build.xml (.../build.xml) (revision 9bb615833c00a9139a689328ec07aaad8ee5cb16) @@ -169,19 +169,6 @@ - - Copying LAMS core projects' JARs to lams_build/lib/lams - - - - - - - - - - ${ant.project.name}: Copying libraries Index: lams_build/build_base.xml =================================================================== diff -u -r0b67ee804237056395e60ed4cca2948a595ddb72 -r9bb615833c00a9139a689328ec07aaad8ee5cb16 --- lams_build/build_base.xml (.../build_base.xml) (revision 0b67ee804237056395e60ed4cca2948a595ddb72) +++ lams_build/build_base.xml (.../build_base.xml) (revision 9bb615833c00a9139a689328ec07aaad8ee5cb16) @@ -1,476 +1,476 @@ - - - - - This is a base for most LAMS build.xml files. - It contains several most common tasks. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ${ant.project.name} build file - ------------------------------------------------------ - - Available targets are: - - print-usage --> Display this information - copy-tags --> Copies custom JSP tags from Central - deploy-jar --> Deploys JAR to EAR - deploy-war --> Deploys WAR to EAR - copy-to-lams-lib --> Copies JAR to lams-build for other projects to use - explode-war --> Unpacks WAR in EAR - explode-war-synchronize --> Updates web content in exploded WAR - explode-war-delete --> Removes exploded WAR - - - - - - - - - - - - - This target is not implemented or applicable for ${ant.project.name} - - - - - - - - - ${ant.project.name}: Removing cache and build folders - - - - - ${ant.project.name}: Creating build dir structure - - - - - - - - - - - - ${ant.project.name}: Copying tags from Central - - - - - - - - - - - - - - - - - - - - - - - - - - - ${ant.project.name}: Compiling Java sources - - - - - ${ant.project.name}: Copying additional non-Java resources - - - - - - - - - - - - - - - - ${ant.project.name}: Copying Hibernate mapping files - - - - - - - - - - - ${ant.project.name}: Copying language files to build dir - - - - - - - - - - - - ${ant.project.name}: Preparing manifest - - - - - - - - - - - - - - - ${ant.project.name}: Building JAR - - - - - - - - - ${ant.project.name}: Building WAR - - - - - - - - - - - - - - - - - - - ${ant.project.name}: Deploying JAR - - - - - - ${ant.project.name}: Deploying WAR - - - Copying language files for ${ant.project.name}, if exist - - - - - - - - - - - - - - - - - - - - - - - ${ant.project.name}: Enable module in EAR config files - - - - - - - - - - - - - ${ant.project.name}: Renaming existing WAR - - ${ant.project.name}: Exploding WAR to folder - - ${ant.project.name}: Removing temporary WAR - - - - - - - - - - Overwriting deployed ${ant.project.name} web files with source files - - - - - - - - - - - ${ant.project.name}: Removing WAR folder - - - Removing temporary WAR for ${ant.project.name}, if exists - - - - - - - ${ant.project.name}: Copying JSP files - - - Copying web resources - - - - - - - - - ${ant.project.name}: Copying additional libraries - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Minifying Files - - - - - - - - - - - - - Copying css files from build area to web/css directory. The .map files are not copied. - - - - - - - - - - Copying css files from build area to web/css directory. The .map files are not copied. - - - - - - - - - - - - - - - - - Compiling ALL .sccs files from ${scss.css.dir} using ${sass_exec_file} - - - - - - - - - - - Compiling modified .sccs files from ${scss.css.dir} using ${sass_exec_file} - - - - - - - - - - - - - - - - - - - - - Minifying Javascript Files - - - - - - - - - - - - + + + + + This is a base for most LAMS build.xml files. + It contains several most common tasks. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${ant.project.name} build file + ------------------------------------------------------ + + Available targets are: + + print-usage --> Display this information + copy-tags --> Copies custom JSP tags from Central + deploy-jar --> Deploys JAR to EAR + deploy-war --> Deploys WAR to EAR + explode-war --> Unpacks WAR in EAR + explode-war-synchronize --> Updates web content in exploded WAR + explode-war-delete --> Removes exploded WAR + + + + + + + + + + + + + This target is not implemented or applicable for ${ant.project.name} + + + + + + + + + ${ant.project.name}: Removing cache and build folders + + + + + ${ant.project.name}: Creating build dir structure + + + + + + + + + + + + ${ant.project.name}: Copying tags from Central + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + ${ant.project.name}: Compiling Java sources + + + + + ${ant.project.name}: Copying additional non-Java resources + + + + + + + + + + + + + + + + + + ${ant.project.name}: Copying Hibernate mapping files + + + + + + + + + + + ${ant.project.name}: Copying language files to build dir + + + + + + + + + + + + ${ant.project.name}: Preparing manifest + + + + + + + + + + + + + + + ${ant.project.name}: Building JAR + + + + + + + + + ${ant.project.name}: Building WAR + + + + + + + + + + + + + + + + + + + ${ant.project.name}: Deploying JAR + + + + + + ${ant.project.name}: Deploying WAR + + + Copying language files for ${ant.project.name}, if exist + + + + + + + + + + + + + + ${ant.project.name}: Enable module in EAR config files + + + + + + + + + + + + + ${ant.project.name}: Renaming existing WAR + + ${ant.project.name}: Exploding WAR to folder + + ${ant.project.name}: Removing temporary WAR + + + + + + + + + + Overwriting deployed ${ant.project.name} web files with source files + + + + + + + + + + + ${ant.project.name}: Removing WAR folder + + + Removing temporary WAR for ${ant.project.name}, if exists + + + + + + + ${ant.project.name}: Copying JSP files + + + Copying web resources + + + + + + + + + ${ant.project.name}: Copying additional libraries + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Minifying Files + + + + + + + + + + + + + Copying css files from build area to web/css directory. The .map files are not copied. + + + + + + + + + + Copying css files from build area to web/css directory. The .map files are not copied. + + + + + + + + + + + + + + + + + Compiling ALL .sccs files from ${scss.css.dir} using ${sass_exec_file} + + + + + + + + + + + Compiling modified .sccs files from ${scss.css.dir} using ${sass_exec_file} + + + + + + + + + + + + + + + + + + + + + Minifying Javascript Files + + + + + + + + + + + + \ No newline at end of file Index: lams_build/build_tools_base.xml =================================================================== diff -u -r87f1bf7b9682e38a4196005787b14967c4661d96 -r9bb615833c00a9139a689328ec07aaad8ee5cb16 --- lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision 87f1bf7b9682e38a4196005787b14967c4661d96) +++ lams_build/build_tools_base.xml (.../build_tools_base.xml) (revision 9bb615833c00a9139a689328ec07aaad8ee5cb16) @@ -46,12 +46,6 @@ - - Tools JARs need not be copied to lams_build - - - Index: lams_build/lib/lams/lams.jar =================================================================== diff -u -r7e7ebcac9617605be0b38b6b43e5a3488732d8b0 -r9bb615833c00a9139a689328ec07aaad8ee5cb16 Binary files differ Index: lams_common/build.xml =================================================================== diff -u -r9a237de88d468b730a0f506a9166ea1a10e5bbdd -r9bb615833c00a9139a689328ec07aaad8ee5cb16 --- lams_common/build.xml (.../build.xml) (revision 9a237de88d468b730a0f506a9166ea1a10e5bbdd) +++ lams_common/build.xml (.../build.xml) (revision 9bb615833c00a9139a689328ec07aaad8ee5cb16) @@ -1,62 +1,64 @@ - - - - - - - - - Rebuilding LAMS database - - - - - - - - - - - - - - - - Executing SQL scripts - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + Rebuilding LAMS database + + + + + + + + + + + + + + + + Executing SQL scripts + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file