-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dependencies update for conf/dependencies.yml #211
Comments
I get the same error message as yours at the top but it doesn't seem to matter. I just copied This is possibly a bit of a silly suggestion, and people who understand these things better will be able to say for sure, but I've never been sure whether play requires Maven or Ivy to be installed to correctly manage dependencies. For what it's worth, both are installed on the box where I have this working. Cheers |
As of current version (c5c18e6), I have the following issues:
No more problem wit otp.
And the only remaining warning is with jai_core |
Hello, attached my dependencies.yml file, which might be helpful for others, too. I could fix every issue, except for otp-0.14.0.jar. See also: In the end, as neither 0.20.0 nor latest 1.1.0 worked for me, I just copied the otp-0.14.0.jar into the lib folder, and conveyal worked even in a docker image.
|
I have a partial solution. I am having problems with updating the dependencies. It seems some of the upstream libraries cannot be resolved. This is what I started with as a result:
As suggested by Damien Goujard in issue #171 one can manually copy some of the dependency files directly the the
lib/
folder. That, however, resulted in the following warnings:And yes, if you now use
--sync
it indeed deletes your just-completed hard work ;-)I have been able to resolve most of these, and did it by changing the
contains:
portion of theconf/depedencies.yml
file as follows:But I remain with two problems:
... even though both these
jar
files have been copied manually to thelib/
folder.osgeo.org
containsjavax.media
and jai_core 1.1.3 - the.jar
file is there. However, it seems that beforeosgeo.org
is checked, Maven Central is checked first!! An there too is ajava/media/jai_core/1.1.3/
folder but it does not contain the correct.jar
file. So it does not fall back toosgeo.org
. Is there a way one can tell the dependency management to first check the repositories we provide in thedependencies.yml
file before checking maven central? It was logged as a known issue on Maven central, stating the jar was possible never there... and the issue was closed with a 'won't fix' comment.404 Not found
response with the following additional info:Any suggestions please?
The text was updated successfully, but these errors were encountered: