History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: APF-867
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Won't Fix
Priority: Trivial Trivial
Assignee: Matt Raible
Reporter: Matt Raible
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
AppFuse

Upgrade to Log4J 1.2.15

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


 All   Comments   Change History   FishEye      Sort Order:
Matt Raible - 02/Sep/07 11:44 PM
Too many JMX dependencies that don't exist in Maven's Central Repo:

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.