jboynes 2004/02/13 07:46:47
Modified: assembly maven.xml
Log:
Indicate progress
Revision Changes Path
1.9 +4 -1 incubator-geronimo/assembly/maven.xml
Index: maven.xml
===================================================================
RCS file: /home/cvs/incubator-geronimo/assembly/maven.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- maven.xml 13 Feb 2004 07:12:56 -0000 1.8
+++ maven.xml 13 Feb 2004 15:46:47 -0000 1.9
@@ -109,6 +109,7 @@
</ant:jar>
<!-- bootstrap the service deployer -->
+ <ant:echo>Bootstrapping service deployer</ant:echo>
<ant:mkdir dir="target/config"/>
<ant:mkdir dir="target/config-store"/>
<j:invokeStatic className="org.apache.geronimo.deployment.Bootstrap"
method="bootstrap">
@@ -118,6 +119,7 @@
</j:invokeStatic>
<!-- build the system configuration -->
+ <ant:echo>Building system configuration</ant:echo>
<ant:java fork="true" jar="target/bin/deploy.jar">
<ant:sysproperty key="geronimo.base.dir" value="target"/>
<ant:arg value="--install"/>
@@ -132,6 +134,7 @@
</ant:java>
<!-- build the J2EEServer configuration -->
+ <ant:echo>Building server configuration</ant:echo>
<ant:java fork="true" jar="target/bin/deploy.jar">
<ant:sysproperty key="geronimo.base.dir" value="target"/>
<ant:arg value="--install"/>