You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ca...@apache.org on 2008/08/05 22:10:49 UTC

svn commit: r682919 - /logging/log4j/trunk/INSTALL

Author: carnold
Date: Tue Aug  5 13:10:49 2008
New Revision: 682919

URL: http://svn.apache.org/viewvc?rev=682919&view=rev
Log:
Bug 45485: Update INSTALL for elimination of jmxtools.jar dependency

Modified:
    logging/log4j/trunk/INSTALL

Modified: logging/log4j/trunk/INSTALL
URL: http://svn.apache.org/viewvc/logging/log4j/trunk/INSTALL?rev=682919&r1=682918&r2=682919&view=diff
==============================================================================
--- logging/log4j/trunk/INSTALL (original)
+++ logging/log4j/trunk/INSTALL Tue Aug  5 13:10:49 2008
@@ -77,7 +77,7 @@
 place Maven 2 on the PATH and execute "mvn package".  The resulting
 jar will be placed in the target subdirectory.
 
-Three dependencies need to be manually installed since their licenses do
+Two dependencies need to be manually installed since their licenses do
 not allow them to be placed in the online maven repositories.
 If the dependencies are not already installed, a build attempt will
 describe where to download and how to install the dependencies.  To
@@ -86,8 +86,6 @@
 Download JMX 1.2.1 from http://java.sun.com/products/JavaManagement/download.html.
 
 $ jar xf jmx-1_2_1-ri.zip
-$ mvn install:install-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools \
-          -Dversion=1.2.1 -Dpackaging=jar -Dfile=jmx-1_2_1-bin/lib/jmxtools.jar
 $ mvn install:install-file -DgroupId=com.sun.jmx -DartifactId=jmxri \
           -Dversion=1.2.1 -Dpackaging=jar -Dfile=jmx-1_2_1-bin/lib/jmxri.jar
 



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


Re: svn commit: r682919 - /logging/log4j/trunk/INSTALL

Posted by Thorbjørn Ravn Andersen <th...@gmail.com>.
carnold@apache.org skrev  den 05-08-2008 22:10:
> Author: carnold
> Date: Tue Aug  5 13:10:49 2008
> New Revision: 682919
>
> URL: http://svn.apache.org/viewvc?rev=682919&view=rev
> Log:
> Bug 45485: Update INSTALL for elimination of jmxtools.jar dependency
>
> Modified:
>     logging/log4j/trunk/INSTALL
>
> Modified: logging/log4j/trunk/INSTALL
> URL: http://svn.apache.org/viewvc/logging/log4j/trunk/INSTALL?rev=682919&r1=682918&r2=682919&view=diff
> ==============================================================================
> --- logging/log4j/trunk/INSTALL (original)
> +++ logging/log4j/trunk/INSTALL Tue Aug  5 13:10:49 2008
> @@ -77,7 +77,7 @@
>  place Maven 2 on the PATH and execute "mvn package".  The resulting
>  jar will be placed in the target subdirectory.
>  
> -Three dependencies need to be manually installed since their licenses do
> +Two dependencies need to be manually installed since their licenses do
>   

Great :)

Perhaps I was not clear enough.  If compiling with a JDK higher than 1.5 
the jmx-1_2_1-ri.zip is not necessary either.

-- 
  Thorbjørn Ravn Andersen          "... plus... Tubular Bells!"


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