Различия
Здесь показаны различия между двумя версиями данной страницы.
Предыдущая версия справа и слева Предыдущая версия Следующая версия | Предыдущая версия | ||
dev:java:apache_ivy [2011/04/17 11:58] jamis7005 [Example] |
dev:java:apache_ivy [2013/05/20 09:48] (текущий) jamis7005 |
||
---|---|---|---|
Строка 8: | Строка 8: | ||
===== Example ===== | ===== Example ===== | ||
1. Download and place ivy-xxx.jar to the ant home lib folder: **/usr/share/ant/lib/ivy-2.2.0.jar**.\\ | 1. Download and place ivy-xxx.jar to the ant home lib folder: **/usr/share/ant/lib/ivy-2.2.0.jar**.\\ | ||
+ | cd $ANT_HOME/lib | ||
+ | wget http://repo1.maven.org/maven2/org/apache/ivy/ivy/2.3.0/ivy-2.3.0.jar | ||
2. Modify your project build script:\\ | 2. Modify your project build script:\\ | ||
**build.xml**\\ | **build.xml**\\ | ||
Строка 44: | Строка 46: | ||
4. Start building. All the needed libraries will mysteriously appear in ./lib folder. | 4. Start building. All the needed libraries will mysteriously appear in ./lib folder. | ||
- | |||