Mail Archive Home | fractal-commits List | March 2007 Index
| <-- Date Index --> | <-- Thread Index --> |
remove dependency from jmxri; update the README accordingly;
--- branches/mavenization/fractaljmx/fractal-jmx/README_MAVEN.txt 2007-03-30 12:33:15 UTC (rev 2051)
+++ branches/mavenization/fractaljmx/fractal-jmx/README_MAVEN.txt 2007-03-30 12:37:11 UTC (rev 2052)
@@ -10,12 +10,10 @@
2) unzip the downloaded zip archive
-3) enter into the folder "jmx-${version}-bin"/lib . You should find 2 jars here:
+3) enter into the folder "jmx-1.2.1-bin"/lib . You should find 2 jars here:
jmxrmi and jmxtools
-4) manually install them into your local repository, doing:
- a) mvn install:install-file -Dfile=jmxri.jar -DgroupId=javax.management -DartifactId=jmxri -Dversion=${version} -Dpackaging=jar
- b) mvn install:install-file -Dfile=jmxtools.jar -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dversion=${version} -Dpackaging=jar
+4) manually install only jmxtools :
+
+ mvn install:install-file -Dfile=jmxtools.jar -DgroupId=com.sun.jdmk -DartifactId=jmxtools -Dversion=1.2.1 -Dpackaging=jar
-where ${version} is the same value of the archive you downloaded and the one
-requested by the fractal-jmx pom.xml.
--- branches/mavenization/fractaljmx/fractal-jmx/pom.xml 2007-03-30 12:33:15 UTC (rev 2051)
+++ branches/mavenization/fractaljmx/fractal-jmx/pom.xml 2007-03-30 12:37:11 UTC (rev 2052)
@@ -55,14 +55,7 @@
<artifactId>fractal-adl</artifactId>
<version>2.1.6-SNAPSHOT</version>
</dependency>
-
- <!-- SUN jmx stuff (see README_MAVEN.txt) -->
-<!-- <dependency>-->
-<!-- <groupId>javax.management</groupId>-->
-<!-- <artifactId>jmxri</artifactId>-->
-<!-- <version>1.2.1</version>-->
-<!-- </dependency>-->
-
+
<dependency>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
| <-- Date Index --> | <-- Thread Index --> |
Powered by MHonArc.
Copyright © 2006-2007, OW2 Consortium | contact | webmaster.