Skip to content
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

Sometimes repox will generate a file joda-time/joda-time which should a directory #10

Closed
freewind opened this issue Dec 17, 2014 · 1 comment

Comments

@freewind
Copy link
Contributor

Delete all files under repox storage joda-time:

➜  joda-time  pwd
/Users/twer/.repox/storage/joda-time
➜  joda-time  rm -rf *

Run sbt update:

> update
[info] Updating {file:/Users/twer/rea/agent-profile-page/}agent-profile-page...
[info] Resolving joda-time#joda-time;[2.2,) ...
[warn]  module not found: joda-time#joda-time;[2.2,)
[warn] ==== local: tried
[warn]   /Users/twer/.ivy2/local/joda-time/joda-time/[revision]/ivys/ivy.xml
[warn] ==== repox-maven: tried
[warn]   http://127.0.0.1:8078/joda-time/joda-time/[revision]/joda-time-[revision].pom
[warn] ==== repox-ivy: tried
[warn]   http://127.0.0.1:8078/joda-time/joda-time/[revision]/ivys/ivy.xml
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  ::          UNRESOLVED DEPENDENCIES         ::
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]  :: joda-time#joda-time;[2.2,): not found
[warn]  ::::::::::::::::::::::::::::::::::::::::::::::
[warn]
[warn]  Note: Unresolved dependencies path:
[warn]      joda-time:joda-time:[2.2,)
[warn]        +- com.amazonaws:aws-java-sdk-core:1.8.11
[warn]        +- com.amazonaws:aws-java-sdk:1.8.11
[warn]        +- com.rea-group.resi:rea-aws_2.10:2.65 (/Users/twer/rea/agent-profile-page/build.sbt#L33-45)
[warn]        +- default:agent-profile-page_2.10:snapshot
[trace] Stack trace suppressed: run last *:update for the full output.
[error] (*:update) sbt.ResolveException: unresolved dependency: joda-time#joda-time;[2.2,): not found
[error] Total time: 1 s, completed Dec 17, 2014 1:50:10 PM

Found there is a joda-time file created (which should be a directory):

➜  joda-time  ls -al
total 16
drwxr-xr-x   3 twer  staff   102 Dec 17 13:48 .
drwxr-xr-x  97 twer  staff  3298 Dec 17 13:48 ..
-rw-r--r--   1 twer  staff  6643 Dec 17 13:48 joda-time

It's not happened every time, but it did happens several times.

@Centaur
Copy link
Owner

Centaur commented Dec 17, 2014

duplicate #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants