It's all about the answers!

Ask a question

Where is the lib directory of Ant ?


GIUSEFFI William (1654) | asked Nov 15 '11, 12:10 p.m.
I downloaded ant contrib package so as to use additional ant tasks:
http://ant-contrib.sourceforge.net/
I am told to copy ant-contrib.jar to the lib directory of my Ant installation.
Ant is included in the build engine package I downloaded from jazz.net.
Where is this lib directory on the server that hosts the build engine?
<install_dir>/buildsystem/
<install_dir>/client/
<install_dir>/properties/
<install_dir>/scmtools/

One answer



permanent link
David Lafreniere (4.8k7) | answered Nov 19 '11, 11:04 p.m.
FORUM MODERATOR / JAZZ DEVELOPER
I downloaded ant contrib package so as to use additional ant tasks:
http://ant-contrib.sourceforge.net/
I am told to copy ant-contrib.jar to the lib directory of my Ant installation.
Ant is included in the build engine package I downloaded from jazz.net.
Where is this lib directory on the server that hosts the build engine?
<install_dir>/buildsystem/
<install_dir>/client/
<install_dir>/properties/
<install_dir>/scmtools/


The required libraries for the Jazz Build Ant tasks are located in <install_dir>/buildsystem/buildtoolkit, so you could put your jar there. (Note: You could also put your jar anywhere you want and just use '-lib <path_to_your_jar> when invoking Ant.)

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.