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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]