You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2004/07/29 21:16:09 UTC

cvs commit: jakarta-tomcat-5 build.properties.default build.xml

markt       2004/07/29 12:16:09

  Modified:    .        build.properties.default build.xml
  Log:
  Update build scripts for JMX 1.2 in preperaton for a fix for bug 28178.
  
  Revision  Changes    Path
  1.130     +5 -5      jakarta-tomcat-5/build.properties.default
  
  Index: build.properties.default
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.properties.default,v
  retrieving revision 1.129
  retrieving revision 1.130
  diff -u -r1.129 -r1.130
  --- build.properties.default	16 Jun 2004 18:04:47 -0000	1.129
  +++ build.properties.default	29 Jul 2004 19:16:08 -0000	1.130
  @@ -177,12 +177,12 @@
   commons-fileupload.jar=${commons-fileupload.lib}/commons-fileupload-1.0.jar
   commons-fileupload.loc=${base-jakarta.loc}/commons/fileupload/binaries/commons-fileupload-1.0.tar.gz
   
  -# ----- Java Management Extensions (JMX), JMX RI 1.0.1 or later or MX4J 1.1 or later -----
  -jmx.home=${base.path}/mx4j-1.1.1
  +# ----- Java Management Extensions (JMX), JMX RI 1.2.1 or later or MX4J 2.0.1 or later -----
  +jmx.home=${base.path}/mx4j-2.0.1
   jmx.lib=${jmx.home}/lib
  -jmx.jar=${jmx.lib}/mx4j-jmx.jar
  +jmx.jar=${jmx.lib}/mx4j.jar
   jmx-tools.jar=${jmx.lib}/mx4j-tools.jar
  -jmx.loc=${base-sf.loc}/mx4j/mx4j-1.1.1.tar.gz
  +jmx.loc=${base-sf.loc}/mx4j/mx4j-2.0.1.zip
   
   
   # ----- JUnit Unit Test Suite, version 3.7 or later -----
  
  
  
  1.192     +2 -1      jakarta-tomcat-5/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-5/build.xml,v
  retrieving revision 1.191
  retrieving revision 1.192
  diff -u -r1.191 -r1.192
  --- build.xml	28 Jun 2004 02:38:41 -0000	1.191
  +++ build.xml	29 Jul 2004 19:16:08 -0000	1.192
  @@ -1597,9 +1597,10 @@
         <param name="destfile" value="${xml-apis.jar}"/>
       </antcall>
   
  -    <antcall target="downloadgz">
  +    <antcall target="downloadzip">
         <param name="sourcefile" value="${jmx.loc}"/>
         <param name="destfile" value="${jmx.jar}"/>
  +      <param name="destdir" value="${jmx.home}"/>
       </antcall>
   
       <antcall target="downloadzip">
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org