
| Key: |
APF-867
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Won't Fix
|
| Priority: |
Trivial
|
| Assignee: |
Matt Raible
|
| Reporter: |
Matt Raible
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
AppFuse
Created: 02/Sep/07 10:28 PM
Updated: 02/Sep/07 11:44 PM
|
|
| Component/s: |
Installation
|
| Affects Version/s: |
2.0-M5
|
| Fix Version/s: |
2.0-RC1
|
|
|
Missing:
----------
1) javax.jms:jms:jar:1.1
Try downloading the file manually from:
http://java.sun.com/products/jms/docs.html
Then, install it using the command:
mvn install:install-file -DgroupId=javax.jms -DartifactId=jms \
-Dversion=1.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.appfuse.archetypes:appfuse-core:jar:2.0-rc1-SNAPSHOT
2) log4j:log4j:jar:1.2.15
3) javax.jms:jms:jar:1.1
2) com.sun.jmx:jmxri:jar:1.2.1
Try downloading the file manually from the project website.
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.jmx -DartifactId=jmxri \
-Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.appfuse.archetypes:appfuse-core:jar:2.0-rc1-SNAPSHOT
2) log4j:log4j:jar:1.2.15
3) com.sun.jmx:jmxri:jar:1.2.1
3) com.sun.jdmk:jmxtools:jar:1.2.1
Try downloading the file manually from:
http://java.sun.com/products/JavaManagement/download.html
Then, install it using the command:
mvn install:install-file -DgroupId=com.sun.jdmk -DartifactId=jmxtools \
-Dversion=1.2.1 -Dpackaging=jar -Dfile=/path/to/file
Path to dependency:
1) org.appfuse.archetypes:appfuse-core:jar:2.0-rc1-SNAPSHOT
2) log4j:log4j:jar:1.2.15
3) com.sun.jdmk:jmxtools:jar:1.2.1
----------
3 required artifacts are missing.