Update of /cvsroot/xdoclet/xdoclet
In directory sc8-pr-cvs1:/tmp/cvs-serv30438/xdoclet

Modified Files:
        build.xml 
Log Message:
Added echo to indicate the call to maven.

Index: build.xml
===================================================================
RCS file: /cvsroot/xdoclet/xdoclet/build.xml,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** build.xml   29 Nov 2002 10:42:38 -0000      1.16
--- build.xml   1 Dec 2002 13:35:01 -0000       1.17
***************
*** 30,33 ****
--- 30,39 ----
  
      <target name="dist" depends="core, modules, maven, docs, samples">
+         
+<echo>+--------------------------------------------------------------------+</echo>
+         <echo>|                                                                    
+|</echo>
+         <echo>| E x e c u t i n g   M a v e n   t o   g e n e r a t e   d o c s    
+|</echo>
+         <echo>|                                                                    
+|</echo>
+         
+<echo>+--------------------------------------------------------------------+</echo>
+ 
          <condition property="maven.script" value="maven.bat">
              <and>
***************
*** 41,45 ****
  
          <property name="maven.command" 
value="${env.MAVEN_HOME}/bin/${maven.script}"/>
! 
          <exec executable="${maven.command}">
              <arg line="site"/>
--- 47,51 ----
  
          <property name="maven.command" 
value="${env.MAVEN_HOME}/bin/${maven.script}"/>
!         
          <exec executable="${maven.command}">
              <arg line="site"/>



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to