cvs commit: jakarta-tomcat-4.0/webapps/admin build.xml

2002-01-17 Thread remm

remm02/01/17 12:02:16

  Modified:webapps/admin build.xml
  Log:
  - The JMX support can now be built and distributed with an alternate JMX
implmentation: OpenJMX. OpenJMX is a Sourceforge project which uses
the Apache license, so this should remove the redistribution problems
with the JMX RI. Overall, I think OpenJMX is an ideal candidate for distribution
with upcoming Tomcat releases.
  - The build.properties mentions OpenJMX 1.0 b2, which is not released yet.
1.0 b1 will not work, as a few fixes were needed to work with Tomcat.
  - I don't see any reason why not to enable the JMX support by default once
OpenJMX reaches 1.0 status.
  - Removes use of proprietary APIs from the JMX RI.
  - Rename the main JMX variable: jmxri.jar -> jmx.jar (the first one implied that the
JMX RI is required).
  
  Revision  ChangesPath
  1.3   +4 -4  jakarta-tomcat-4.0/webapps/admin/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml 27 Oct 2001 22:18:49 -  1.2
  +++ build.xml 17 Jan 2002 20:02:16 -  1.3
  @@ -19,7 +19,7 @@
 
 
   
  -
  +
   
   
 
  @@ -49,7 +49,7 @@
   
   
  + classpath="${jmx.jar}" />
   
  @@ -61,7 +61,7 @@
classpath="${struts.jar}" />
   
   
  -
  +
   
   
   
  @@ -121,7 +121,7 @@
   
   
   
  -
  +
   
   
   
  
  
  

--
To unsubscribe, e-mail:   
For additional commands, e-mail: 




cvs commit: jakarta-tomcat-4.0/webapps/admin build.xml

2003-08-18 Thread amyroh
amyroh  2003/08/18 16:54:26

  Modified:webapps/admin build.xml
  Log:
  Backport patch.  Fix typo - bugzilla 19469.
  
  Revision  ChangesPath
  1.6   +1 -1  jakarta-tomcat-4.0/webapps/admin/build.xml
  
  Index: build.xml
  ===
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/admin/build.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- build.xml 11 Feb 2003 02:27:15 -  1.5
  +++ build.xml 18 Aug 2003 23:54:26 -  1.6
  @@ -67,7 +67,7 @@
classpath="${struts.jar}" />
   
  + classpath="${commons-beanutils.jar}" />
   
   
   
  
  
  

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