On 11/21/06, Rene Gielen <[EMAIL PROTECTED]> wrote:
Hmm, just had a closer look into the output of
$ mvn idea:idea -P all
Looks like there's the problem...

<snip/>
[WARNING] An error occurred during dependency resolution of the
following artifact:

     org.apache.struts:struts2-jfreechart-plugin2.0.2-SNAPSHOT

Caused by: Missing:
----------
1) jfree:jfreechart:jar:[1.0.0,)

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=jfree -DartifactId=jfreechart \
           -Dversion=[1.0.0,) -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) org.apache.struts:struts2-jfreechart-plugin:jar:2.0.2-SNAPSHOT
         2) jfree:jfreechart:jar:[1.0.0,)

2) jfree:jcommon:jar:[1.0.0,)

   Try downloading the file manually from the project website.

   Then, install it using the command:
       mvn install:install-file -DgroupId=jfree -DartifactId=jcommon \
           -Dversion=[1.0.0,) -Dpackaging=jar -Dfile=/path/to/file

   Path to dependency:
         1) org.apache.struts:struts2-jfreechart-plugin:jar:2.0.2-SNAPSHOT
         2) jfree:jcommon:jar:[1.0.0,)

----------
2 required artifacts are missing.

<snap/>

The dependency <version>s for jfree groupId dependencies seem to be off here:

http://svn.apache.org/repos/asf/struts/struts2/trunk/plugins/jfreechart/pom.xml

-Rahul

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to