タグ付けされた質問 「ant」

6
OS X Mavericksにantをインストールする方法は?
OS X 10.9 Mavericksにアップグレードした後、antは私のパス上にありません。 [126] 11:23:26 rkarl-mba-4:~/mobile-baselayer > ant zsh: permission denied: ant [126] 11:23:50 rkarl-mba-4:~/mobile-baselayer > which ant ant not found 自作でインストールしてみた [126] 11:23:09 rkarl-mba-4:~/mobile-baselayer > brew install ant Error: No available formula for ant homebrewがそのための公式を持っていないのは奇妙です。 グーグル検索の後、この記事を見つけました。これは、ユーザーの醸造にカスタム式を使用することを提案しました。 [1] 11:23:56 rkarl-mba-4:~/mobile-baselayer > brew install https://raw.github.com/adamv/homebrew-alt/master/duplicates/ant.rb curl: (22) The requested URL …

3
ant&ivyのインストール方法は?
私はantをインストールしました...と私は(両方ともsynapticから)ivyをインストールしましたが、antはivyを見つけることができません! antを実行して「october-chess-engine」をビルドすると、次の結果が得られます。 BUILD FAILED /home/zeigfreid/repos/october-chess-engine/build.xml:32: Problem: failed to create task or type antlib:org.apache.ivy.ant:resolve Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any <presetdef>/<macrodef> declarations have taken place. No types or tasks have been defined in this namespace …
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.