kschrader    2002/06/18 12:04:56

  Modified:    .        build.xml
               src/templates/build/plugins/j2ee build.xml
  Log:
  This code did not sit well with Ant.
  I've commented it out so that I can build WARs again, as I don't know what it does.
  Whoever put it in there, please fix.
  -Kurt
  
  Revision  Changes    Path
  1.41      +4 -0      jakarta-turbine-maven/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/build.xml,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- build.xml 10 Jun 2002 15:43:58 -0000      1.40
  +++ build.xml 18 Jun 2002 19:04:56 -0000      1.41
  @@ -97,6 +97,10 @@
         <ant antfile="${maven.home}/plugins/test/build.xml" target="run-singletest"/>
       </target>
   
  +    <target name="maven:clover-report">
  +      <ant antfile="${maven.home}/plugins/clover/build.xml" target="clover-report"/>
  +    </target>
  +
       <target name="maven:compile">
         <ant antfile="${maven.home}/plugins/core/build.xml" target="compile"/>
       </target>
  
  
  
  1.22      +2 -0      jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: 
/home/cvs/jakarta-turbine-maven/src/templates/build/plugins/j2ee/build.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- build.xml 15 Jun 2002 14:18:50 -0000      1.21
  +++ build.xml 18 Jun 2002 19:04:56 -0000      1.22
  @@ -584,9 +584,11 @@
             is started.
         </fail>
         <!-- Ant 1.5 alert!! http condition FIXME -->
  +      <!--
         <condition property="maven.appserver.started">
             <http url="${maven.appserver.url}"/>
         </condition>
  +      -->
     </target>
   
     <!--==================================================================-->
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to