[seam-commits] Seam SVN: r9243 - in trunk/seam-gen: icefaces/build-scripts and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Thu Oct 9 02:47:38 EDT 2008
Author: dan.j.allen
Date: 2008-10-09 02:47:38 -0400 (Thu, 09 Oct 2008)
New Revision: 9243
Modified:
trunk/seam-gen/build-scripts/build-war.xml
trunk/seam-gen/build-scripts/build.xml
trunk/seam-gen/icefaces/build-scripts/build-war.xml
trunk/seam-gen/icefaces/build-scripts/build.xml
Log:
restart should be calling explode for an exploded archive (fixing regression)
Modified: trunk/seam-gen/build-scripts/build-war.xml
===================================================================
--- trunk/seam-gen/build-scripts/build-war.xml 2008-10-09 02:08:29 UTC (rev 9242)
+++ trunk/seam-gen/build-scripts/build-war.xml 2008-10-09 06:47:38 UTC (rev 9243)
@@ -258,6 +258,7 @@
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
+ <antcall target="explode"/>
<touch file="${war.deploy.dir}/WEB-INF/web.xml"/>
</target>
Modified: trunk/seam-gen/build-scripts/build.xml
===================================================================
--- trunk/seam-gen/build-scripts/build.xml 2008-10-09 02:08:29 UTC (rev 9242)
+++ trunk/seam-gen/build-scripts/build.xml 2008-10-09 06:47:38 UTC (rev 9243)
@@ -270,6 +270,7 @@
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
+ <antcall target="explode"/>
<touch file="${ear.deploy.dir}/META-INF/application.xml"/>
</target>
Modified: trunk/seam-gen/icefaces/build-scripts/build-war.xml
===================================================================
--- trunk/seam-gen/icefaces/build-scripts/build-war.xml 2008-10-09 02:08:29 UTC (rev 9242)
+++ trunk/seam-gen/icefaces/build-scripts/build-war.xml 2008-10-09 06:47:38 UTC (rev 9243)
@@ -252,6 +252,7 @@
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
+ <antcall target="explode"/>
<touch file="${war.deploy.dir}/WEB-INF/web.xml"/>
</target>
Modified: trunk/seam-gen/icefaces/build-scripts/build.xml
===================================================================
--- trunk/seam-gen/icefaces/build-scripts/build.xml 2008-10-09 02:08:29 UTC (rev 9242)
+++ trunk/seam-gen/icefaces/build-scripts/build.xml 2008-10-09 06:47:38 UTC (rev 9243)
@@ -265,6 +265,7 @@
</target>
<target name="restart-exploded" unless="archive.deployed" description="Deploy exploded archive if not deployed as packaged archive">
+ <antcall target="explode"/>
<touch file="${ear.deploy.dir}/META-INF/application.xml"/>
</target>
More information about the seam-commits
mailing list