Различия
Здесь показаны различия между двумя версиями данной страницы.
Следующая версия | Предыдущая версия | ||
dev:java:apache_ivy [2011/04/17 11:56] jamis7005 создано |
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**\\ | ||
Строка 43: | Строка 45: | ||
</code> | </code> | ||
- | 4. Start building. All needed libraries will mysteriously appeare in ./lib folder. | + | 4. Start building. All the needed libraries will mysteriously appear in ./lib folder. |