[weld-commits] Weld SVN: r5983 - examples/trunk.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Tue Mar 2 13:36:42 EST 2010


Author: pete.muir at jboss.org
Date: 2010-03-02 13:36:42 -0500 (Tue, 02 Mar 2010)
New Revision: 5983

Modified:
   examples/trunk/build.xml
Log:
fix messages, more reliable touch

Modified: examples/trunk/build.xml
===================================================================
--- examples/trunk/build.xml	2010-03-02 18:33:26 UTC (rev 5982)
+++ examples/trunk/build.xml	2010-03-02 18:36:42 UTC (rev 5983)
@@ -109,6 +109,7 @@
    </target>
 
    <target name="restart.war" depends="explode" if="war">
+      <touch file="${jboss.home}/server/default/deploy/${example.name}.war" />
       <touch file="${jboss.home}/server/default/deploy/${example.name}.war/WEB-INF/web.xml" />
    </target>
 
@@ -121,8 +122,7 @@
    </target>
 
    <target name="restart" depends="restart.war, restart.ear">
-      <echo message="The app can be accessed at ${final.url}" />
-      <echo message="The app can be accessed at ${jboss.home}" />
+      <echo message="The app was deployed to ${jboss.home}/server/default/deploy/${example.name}.${type} and can be accessed at ${final.url}" />
    </target>
 
    <target name="undeploy" depends="check.jboss.home, undeploy.datasource">



More information about the weld-commits mailing list