Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

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
jke.qa

0 votes



One answer

Permanent link
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

0 votes

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.

BUILD FAILED
C:\RTC_workspace\jke\manoj-ucd\JKEBuildScripts\sample.jke.build\build.xml:223: taskdef class com.ibm.team.build.ant.task.ArtifactFilePublisherTask cannot be found
 using the classloader AntClassLoader[]

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.
Can you please indicate which version RTC, which JKE build definition and maybe include screenshot of the ANT page of the build definition? Do you have the build toolkit installed locally and started the build engine jdk.dev.engine under the build user owning the Repository workspace associated to the build definition?

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,145

Question asked: Feb 22 '14, 9:17 a.m.

Question was seen: 5,521 times

Last updated: Feb 24 '14, 3:44 a.m.

Confirmation Cancel Confirm