JKE Build defination
Hi,
i am using JKE Sample project and JKE Dev Engine. I am not sure what the difference between jke.qa and jke.dev build defination, though both are using the same build engine. But look at this snap in jke.qa build results, i get the link to number of work items included in the build. whereas the same info is not there in jke.dev build results. Any idea how do i add a link and where?? when i do the build using jke.dev |
One answer
Manoj,
adding work items included in a build can be done with the ANT task workItemPublishder from the Build Toolkit. If you include <taskdef name="workItemPublisher" classname="com.ibm.team.build.ant.task.WorkItemPublisherTask" /> in your build.xml you can use it. It is documented here. If this answers your question please mark it as accepted. Thanks, Arne Comments I just checked the default build.xml file provided by JKE Banking. When i try to compile, gives me the following error. I dont know much about java.
This indicates that the build definition you use either points to the wrong path for the build toolkit or the build toolkit is missing bits? The build.xml in the JKE examples contains ArtifactFilePublisher as the first task definition so if that fails to load, I would guess the -lib argument to ANT did not include the correct path.
|
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.