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

I can't download dependencies. #1

Open
tokuhirom opened this issue Aug 4, 2014 · 1 comment
Open

I can't download dependencies. #1

tokuhirom opened this issue Aug 4, 2014 · 1 comment

Comments

@tokuhirom
Copy link

tokuhirom@candace:~/dev/dw-lombok$ ant ensureTestDeps
Buildfile: /Users/tokuhirom/dev/dw-lombok/build.xml

download-ipp:
    [mkdir] Created dir: /Users/tokuhirom/dev/dw-lombok/lib
      [get] Getting: http://projectlombok.org/downloads/ivyplusplus.jar
      [get] To: /Users/tokuhirom/dev/dw-lombok/lib/ivyplusplus.jar

ensure-ipp:

config-ivy:
[ivy:configure] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ ::
[ivy:configure] :: loading settings :: file = /Users/tokuhirom/dev/dw-lombok/buildScripts/ivysettings.xml

ensureTestDeps:
[ivy:resolve] :: resolving dependencies :: easytesting.org#lombok-javabeans;[email protected]
[ivy:resolve]   confs: [test]
[ivy:resolve]   found eclipse.org#core.runtime;3.6.0 in projectLocalRepo
[ivy:resolve]   found eclipse.org#jdt.core;3.6.0 in projectLocalRepo
[ivy:resolve]   found projectlombok.org#lombok;0.10.0-BETA2-HEAD in projectLocalRepo
[ivy:resolve]   found projectlombok.org#spi;0.2.4 in projectLocalRepo
[ivy:resolve]   found projectlombok.org#javac;1.6.0.18 in projectLocalRepo
[ivy:resolve]   found eclipse.org#ecj;3.6.0 in projectLocalRepo
[ivy:resolve]   found junit.org#junit;4.8.2 in projectLocalRepo
[ivy:resolve]   found easytesting.org#fest-assert;1.3 in projectLocalRepo
[ivy:resolve]   found easytesting.org#fest-util;1.1.4 in projectLocalRepo
[ivy:resolve]   found projectlombok.org#lombok-test-core;0.10.0-BETA2-HEAD in projectLocalRepo
[ivy:resolve] downloading http://projectlombok.org/ivyrepo/eclipse/org.eclipse.core.runtime_3.6.0.v20100505.jar ...
[ivy:resolve]   [SUCCESSFUL ] eclipse.org#core.runtime;3.6.0!core.runtime.jar (1361ms)
[ivy:resolve] downloading http://projectlombok.org/ivyrepo/eclipse/org.eclipse.jdt.core_3.6.0.v_A58.jar ...
[ivy:resolve]   [SUCCESSFUL ] eclipse.org#jdt.core;3.6.0!jdt.core.jar (9517ms)
[ivy:resolve] downloading http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-0.10.0-BETA2-HEAD.jar ...
[ivy:resolve] downloading http://projectlombok.org/ivyrepo/tools/spi-0.2.4.jar ...
[ivy:resolve]   [SUCCESSFUL ] projectlombok.org#spi;0.2.4!spi.jar (414ms)
[ivy:resolve] downloading http://projectlombok.org/ivyrepo/langtools/javac.jar ...
[ivy:resolve]   [SUCCESSFUL ] projectlombok.org#javac;1.6.0.18!javac.jar (1473ms)
[ivy:resolve] downloading http://eclipse.a3-system.be/eclipse/downloads/drops/R-3.6-201006080911/ecj-3.6.jar ...

[ivy:resolve] downloading http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.2.jar ...
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/easytesting/fest-assert/1.3/fest-assert-1.3.jar ...
[ivy:resolve]   [SUCCESSFUL ] easytesting.org#fest-assert;1.3!fest-assert.jar (1053ms)
[ivy:resolve] downloading http://repo1.maven.org/maven2/org/easytesting/fest-util/1.1.4/fest-util-1.1.4.jar ...
[ivy:resolve]   [SUCCESSFUL ] easytesting.org#fest-util;1.1.4!fest-util.jar (403ms)
[ivy:resolve] downloading http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-test-core-0.10.0-BETA2-HEAD.jar ...
[ivy:resolve] :: resolution report :: resolve 467ms :: artifacts dl 166480ms
    ---------------------------------------------------------------------
    |                  |            modules            ||   artifacts   |
    |       conf       | number| search|dwnlded|evicted|| number|dwnlded|
    ---------------------------------------------------------------------
    |       test       |   10  |   10  |   10  |   0   ||   10  |   6   |
    ---------------------------------------------------------------------
[ivy:resolve] 
[ivy:resolve] :: problems summary ::
[ivy:resolve] :::: WARNINGS
[ivy:resolve]       [FAILED     ] projectlombok.org#lombok;0.10.0-BETA2-HEAD!lombok.jar: The HTTP response code for http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-0.10.0-BETA2-HEAD.jar did not indicate a success. See log for more detail. (87ms)
[ivy:resolve]       [FAILED     ] projectlombok.org#lombok;0.10.0-BETA2-HEAD!lombok.jar: The HTTP response code for http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-0.10.0-BETA2-HEAD.jar did not indicate a success. See log for more detail. (87ms)
[ivy:resolve]   ==== projectLocalRepo: tried
[ivy:resolve]     http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-0.10.0-BETA2-HEAD.jar
[ivy:resolve]       [FAILED     ] eclipse.org#ecj;3.6.0!ecj.jar: Operation timed out (151653ms)
[ivy:resolve]       [FAILED     ] eclipse.org#ecj;3.6.0!ecj.jar: Operation timed out (151653ms)
[ivy:resolve]   ==== projectLocalRepo: tried
[ivy:resolve]     http://eclipse.a3-system.be/eclipse/downloads/drops/R-3.6-201006080911/ecj-3.6.jar
[ivy:resolve]       [FAILED     ] junit.org#junit;4.8.2!junit.jar: The HTTP response code for http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.2.jar did not indicate a success. See log for more detail. (464ms)
[ivy:resolve]       [FAILED     ] junit.org#junit;4.8.2!junit.jar: The HTTP response code for http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.2.jar did not indicate a success. See log for more detail. (464ms)
[ivy:resolve]   ==== projectLocalRepo: tried
[ivy:resolve]     http://cloud.github.com/downloads/KentBeck/junit/junit-4.8.2.jar
[ivy:resolve]       [FAILED     ] projectlombok.org#lombok-test-core;0.10.0-BETA2-HEAD!lombok-test-core.jar: The HTTP response code for http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-test-core-0.10.0-BETA2-HEAD.jar did not indicate a success. See log for more detail. (44ms)
[ivy:resolve]       [FAILED     ] projectlombok.org#lombok-test-core;0.10.0-BETA2-HEAD!lombok-test-core.jar: The HTTP response code for http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-test-core-0.10.0-BETA2-HEAD.jar did not indicate a success. See log for more detail. (44ms)
[ivy:resolve]   ==== projectLocalRepo: tried
[ivy:resolve]     http://cloud.github.com/downloads/alexruiz/dw-lombok/lombok-test-core-0.10.0-BETA2-HEAD.jar
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       ::              FAILED DOWNLOADS            ::
[ivy:resolve]       :: ^ see resolution messages for details  ^ ::
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve]       :: projectlombok.org#lombok;0.10.0-BETA2-HEAD!lombok.jar
[ivy:resolve]       :: eclipse.org#ecj;3.6.0!ecj.jar
[ivy:resolve]       :: junit.org#junit;4.8.2!junit.jar
[ivy:resolve]       :: projectlombok.org#lombok-test-core;0.10.0-BETA2-HEAD!lombok-test-core.jar
[ivy:resolve]       ::::::::::::::::::::::::::::::::::::::::::::::
[ivy:resolve] :::: ERRORS
[ivy:resolve]   Server access Error: Operation timed out url=http://eclipse.a3-system.be/eclipse/downloads/drops/R-3.6-201006080911/ecj-3.6.jar
[ivy:resolve] 
[ivy:resolve] :: USE VERBOSE OR DEBUG MESSAGE LEVEL FOR MORE DETAILS

BUILD FAILED
/Users/tokuhirom/dev/dw-lombok/build.xml:44: impossible to resolve dependencies:
    resolve failed - see output for details

Total time: 2 minutes 52 seconds
@javatlacati
Copy link

Most if not all of the required dependencies for extending lombok can be found either on poject lombok or in maven rerpositories
https://github.com/javatlacati/lombok-jedi

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

No branches or pull requests

2 participants