Author: raju
Date: 2007-08-09 11:54:34 -0700 (Thu, 09 Aug 2007)
New Revision: 5984
Modified:
labs/lzproject/trunk/build.xml
Log:
Added outpout of path for accessing the app to the deploy tasks.
Modified: labs/lzproject/trunk/build.xml
===================================================================
--- labs/lzproject/trunk/build.xml 2007-08-09 18:42:35 UTC (rev 5983)
+++ labs/lzproject/trunk/build.xml 2007-08-09 18:54:34 UTC (rev 5984)
@@ -338,6 +338,7 @@
username="${tomcat.user}"
url="${tomcat.url}"
war="${webapp.war.dir}/${webapp.name}.war" />
+ <echo message="You can access the application at
http://${tomcat.host}:${tomcat.port}/${webapp.name}" />
</target>
<!-- deploy SOLO WAR -->
@@ -348,6 +349,7 @@
username="${tomcat.user}"
url="${tomcat.url}"
war="${webapp.war.dir}/${webapp.name}-solo.war"
/>
+ <echo message="You can access the application at
http://${tomcat.host}:${tomcat.port}/${webapp.name}-solo" />
</target>
<!-- Undeploy proxied webapp-->
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins