Author: dan.j.allen
Date: 2009-04-07 00:22:02 -0400 (Tue, 07 Apr 2009)
New Revision: 10328
Modified:
trunk/seam-gen/build-scripts/glassfish-build.xml
trunk/seam-gen/build-scripts/glassfish-readme.txt
Log:
add gf-redeploy target
Modified: trunk/seam-gen/build-scripts/glassfish-build.xml
===================================================================
--- trunk/seam-gen/build-scripts/glassfish-build.xml 2009-04-07 03:45:57 UTC (rev 10327)
+++ trunk/seam-gen/build-scripts/glassfish-build.xml 2009-04-07 04:22:02 UTC (rev 10328)
@@ -116,6 +116,9 @@
<target name="gf-reexplode"
depends="clean,gf-undeploy,gf-explode"
description="Clean, undeploy, and deploy the datasource and exploded archive
to GlassFish"/>
+ <target name="gf-redeploy"
depends="clean,gf-undeploy,gf-deploy"
+ description="Clean, undeploy, and deploy the datasource and packaged archive
to GlassFish"/>
+
<target name="gf-hotdeploy" depends="gf-stage"
description="Publish hot deployable artifacts"/>
<target name="gf-stage" depends="gf-init,stage"
description="Prepare the exploded archive targeting GlassFish">
Modified: trunk/seam-gen/build-scripts/glassfish-readme.txt
===================================================================
--- trunk/seam-gen/build-scripts/glassfish-readme.txt 2009-04-07 03:45:57 UTC (rev 10327)
+++ trunk/seam-gen/build-scripts/glassfish-readme.txt 2009-04-07 04:22:02 UTC (rev 10328)
@@ -36,8 +36,10 @@
gf-deploy-datasource - Deploys the datasource and connection pool to GlassFish
gf-explode - Deploys the exploded archive to GlassFish (restarts application if already
deployed)
gf-hotdeploy - Hot deploys Java classes, Seam components, and view resources
+gf-reexplode - Cleans, undeploys, and deploys the exploded archive to GlassFish
gf-deploy - Deploys the packaged archive to GlassFish
gf-undeploy - Undeploys the exploded or packaged archive from GlassFish
+gf-redeploy - Cleans, undeploys, and deploys the packaged archive to GlassFish
gf-stage - Prepares an exploded archive targeting GlassFish
gf-archive - Prepares a packaged archive targeting GlassFish
gf-prepare - Prepares GlassFish for a seam-gen project deployment (calls
gf-deploy-hibernate)