Where is the lib directory of Ant ?
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/
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
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.)