2010-12-13 2 views
1

MacOSXでSVNからCyber​​duckをコンパイルしようとしていますが、makeを実行してxcodeプロジェクトを取得し、GUIからビルドとコンパイルを実行しようとしました。そのエラー:Cyber​​duckとantのエラーをコンパイルしようとしています

/Users/chmouel.boudjnah/tmp/cyberduck/build-mac.xml:187:0 /Users/chmouel.boudjnah/tmp/cyberduck/build-mac.xml:187:問題:失敗しました私は〜/ .ant/libに/ ANT-jsch.jar、まだ運このファイルを追加したタスクまたはタイプSCP

Cause: Could not load a dependent class com/jcraft/jsch/UserInfo 
     It is not enough to have Ant's optional JARs 
     you need the JAR files that the optional tasks depend upon 
     Ant's optional task dependencies are listed in the manual. 


Action: Determine what extra JAR files are needed, and place them in one of: 
     -/usr/share/ant/lib 
     -/Users/chmouel.boudjnah/.ant/lib 
     -a directory added on the command line with the -lib argument 


Do not panic, this is a common problem. 
The commonest cause is a missing JAR. 
This is not a bug; it is a configuration problem 
Total time: 5 minutes 4 seconds 

を作成します。私はいくつかのファイルやいくつかの環境変数が欠けているかどうか知っていますか?

乾杯、

答えて

1

あなたは、あなたのクラスパスにjsch-0.1.42.jar jarファイルを必要とする

+0

Cyber​​duckが0.1.42を強制しない限り、後のバージョン(0.1.44が最新です)に行くのが最適でしょう。私はjschをMaven中心に置くことに取り組んでいます –

0

コピー/libに/ EXTからAntのための依存関係〜/ .ant/libに/の.jarに*。これはReadmeに記載されています。

関連する問題