remm        2002/12/27 01:25:29

  Modified:    .        build.xml
  Log:
  - Download JMX before atempting to build commons-modeler from CVS (it was working
    ok before because a release binary was used).
  
  Revision  Changes    Path
  1.61      +11 -16    jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- build.xml 16 Dec 2002 14:41:39 -0000      1.60
  +++ build.xml 27 Dec 2002 09:25:29 -0000      1.61
  @@ -830,6 +830,17 @@
       </antcall>
   
       <antcall target="downloadgz">
  +      <param name="sourcefile" value="${jmx.loc}"/>
  +      <param name="destfile" value="${jmx.jar}"/>
  +    </antcall>
  +
  +    <antcall target="downloadzip">
  +      <param name="sourcefile" value="${junit.loc}"/>
  +      <param name="destfile" value="${junit.jar}"/>
  +      <param name="destdir" value="${base.path}"/>
  +    </antcall>
  +
  +    <antcall target="downloadgz">
         <param name="sourcefile" value="${commons-launcher.loc}"/>
         <param name="destfile" value="${commons-launcher.jar}"/>
       </antcall>
  @@ -864,22 +875,6 @@
         <param name="destfile" value="${commons-modeler.jar}"/>
       </antcall>
   
  -<!--
  -    <antcall target="downloadzip">
  -      <param name="sourcefile" value="${javaservice.loc}"/>
  -      <param name="destfile" value="${javaservice.exe}"/>
  -      <param name="destdir" value="${javaservice.home}"/>
  -    </antcall>
  --->
  -    <antcall target="downloadgz">
  -      <param name="sourcefile" value="${jmx.loc}"/>
  -      <param name="destfile" value="${jmx.jar}"/>
  -    </antcall>
  -    <antcall target="downloadzip">
  -      <param name="sourcefile" value="${junit.loc}"/>
  -      <param name="destfile" value="${junit.jar}"/>
  -      <param name="destdir" value="${base.path}"/>
  -    </antcall>
       <antcall target="downloadfile">
         <param name="sourcefile" value="${nsis.loc}"/>
         <param name="destfile" value="${nsis.exe}"/>
  
  
  

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

Reply via email to