Copy/paste from my
http://fornax-platform.org/cp/display/fornax/2.+Hello+World+Tutorial+%28
CSC%29?focusedCommentId=2098#comment-2098 :
 
Hello - I ran into the same "Couldn't find a version in
[1.0.0-v20070606, 1.0.0-v20070423] to match range [1.0.0,2.0.0)
org.eclipse.equinox:app:jar:null" problem. A colleague pointed out this
may be due to http://jira.codehaus.org/browse/MECLIPSE-208? Because a) I
can't figure out how to your repository before the central repository in
settings.xml in Maven 2.0.9 (the central doesn't seem to be explicitly
listed anymore), b) this may not work trough our in-hose repository
mirror proxy, c) depending on repository order is really bad practice,
we had a to find a work-around for this. The best we could come up with
is this procedure:

Download app-1.0.0-v20070606.pom and app-1.0.0-v20070606.jar from
http://repo1.maven.org/eclipse/org/eclipse/equinox/app/1.0.0-v20070606/
<http://repo1.maven.org/eclipse/org/eclipse/equinox/app/1.0.0-v20070606/
>  into an empty local directory, remove the 'v' from the <version> in
the POM and the filenames, and then "mvn install:install-file
-Dfile=app-1.0.0-20070606.jar -DpomFile=app-1.0.0-20070606.pom". With
that, on Maven 2.0.9, I was able to successfully depend on
org.openarchitectureware / oaw-classic-workflow (not even using Fornax).

Regards,
Michael

_____________________________
Michael Vorburger, Odyssey Financial Technologies


____________________________________________________________

• This email and any files transmitted with it are CONFIDENTIAL and intended
  solely for the use of the individual or entity to which they are addressed.
• Any unauthorized copying, disclosure, or distribution of the material within
  this email is strictly forbidden.
• Any views or opinions presented within this e-mail are solely those of the
  author and do not necessarily represent those of Odyssey Financial
Technologies SA unless otherwise specifically stated.
• An electronic message is not binding on its sender. Any message referring to
  a binding engagement must be confirmed in writing and duly signed.
• If you have received this email in error, please notify the sender immediately
  and delete the original.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fornax-developer mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to