Index: lams_build/build_base.xml =================================================================== diff -u -r9bb615833c00a9139a689328ec07aaad8ee5cb16 -rb8e51289e8498d408a9379a64353ad9ca97e6fed --- lams_build/build_base.xml (.../build_base.xml) (revision 9bb615833c00a9139a689328ec07aaad8ee5cb16) +++ lams_build/build_base.xml (.../build_base.xml) (revision b8e51289e8498d408a9379a64353ad9ca97e6fed) @@ -1,476 +1,484 @@ - - - - - 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 - - - - - - - - - - - - + + + + + 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 + + + + + + + + + + ${ant.project.name}: Copying deployment handler + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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