2012-11-15 4 views
1

Jclouds 웹 사이트의 지침에 따라 Lein BAT 파일을 다운로드하고 Curl을 같은 폴더에 다운로드했습니다. Windows 8 x64 PC에서 작업하고 있습니다.jclouds newbie-- lemm을 사용하여 JClouds JAR 파일을 다운로드 할 수 없습니다.

이제 나는 lein과 curl을 포함하는 폴더 내에 "project.clj"라는 파일을 만들었습니다.

target\scale\dependencies 
-

그 후, 나는이 모든 수행은 (Lein과 컬이 들어있는 폴더 내) 경로를 다음 내 파일을 만드는 것입니다, 그러나 다음 command--

lein deps 

를 실행

"dependencies"라는 파일에 다음 텍스트가 포함되어 있습니다.

([:dependencies [[org.jclouds/jclouds-all "1.5.3"] [org.jclouds.driver/jclouds-sshj "1.5.3"]]]) 

나는 t 여기에서 잘못하고 있습니다 ... jclouds 파일을 모두 올바르게 다운로드하려면 어떻게합니까?

답변

3

죄송합니다. lein 2로 업데이트되었습니다. jclouds.apache.org doc이 수정되었습니다. project.clj를 생성 한 후

...

Execute lein pom, then mvn dependency:copy-dependencies which will fill target/dependency with all the jclouds jars.