Ant reference
Hi,
I was looking for an ant reference for the Jazz ant tasks. I could not find it at /jazz/buildsystem/buildtoolkit/task-javadoc/index.html (as per https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html) in the TeamConcert-Installer-1.0Beta2a-win32.zip download. Am I looking in the wrong place?
-Amresh
I was looking for an ant reference for the Jazz ant tasks. I could not find it at /jazz/buildsystem/buildtoolkit/task-javadoc/index.html (as per https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html) in the TeamConcert-Installer-1.0Beta2a-win32.zip download. Am I looking in the wrong place?
-Amresh
4 answers
In the link I posted in my earlier email, I found this....
"Jazz provides several Ant tasks, including tasks for tracking build progress, and publishing build artifacts into the Jazz repository. Some existing build scripts can be used with Jazz unmodified, while others will require small modifications by simply sprinkling the Jazz Ant tasks at the appropriate places."
I am looking for a way to use an ant task for publishing a build artifact to the Jazz repository in the team area.
Thanks,
-Amresh
"Jazz provides several Ant tasks, including tasks for tracking build progress, and publishing build artifacts into the Jazz repository. Some existing build scripts can be used with Jazz unmodified, while others will require small modifications by simply sprinkling the Jazz Ant tasks at the appropriate places."
I am looking for a way to use an ant task for publishing a build artifact to the Jazz repository in the team area.
Thanks,
-Amresh
In the jazz\buildsystem\buildtoolkit\examples\compile-and-test directory of your Jazz installation, you will find a build.xml file that contains an example of different publisher tasks that update a Jazz build result.
You can run this build file after setting up a Jazz build definition and build engine, as descibed in the "Getting Started with setting up Jazz Builds" document here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
You can run this build file after setting up a Jazz build definition and build engine, as descibed in the "Getting Started with setting up Jazz Builds" document here:
https://jazz.net/learn/LearnItem.jsp?href=content/docs/build-setup/index.html
When using the installer, you should end up with a buildsystem directory in
the same location as the eclipse executable.
Whereever your buildsystem directory ended up, you should have a
buildsystem/buildtoolkit/task-javadoc/index.html
This is javadoc for each ant task. We are working on better ant docs, but
this is all we have right now.
the same location as the eclipse executable.
Whereever your buildsystem directory ended up, you should have a
buildsystem/buildtoolkit/task-javadoc/index.html
This is javadoc for each ant task. We are working on better ant docs, but
this is all we have right now.