It's all about the answers!

Ask a question

How to get/view jar after running build definition


Kiran A (31560) | asked Oct 03 '18, 1:29 a.m.
edited Oct 03 '18, 11:05 a.m. by David Lafreniere (4.8k7)

Hello Team, 


Currently I am working on Build and Package, as per the document I followed the steps. And I came to know that there are some limitations to do packaging and too on particular platform (i.e.,) IBM i, Z/OS and Linux/Unix. 

In My scenario, for build and packaging I am working on Linux platform (Ubuntu) and I want jar file after running the build definition for packing. My question is, how to get/view jar file after running the build definition.

Regards,
Kiran

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Oct 10 '18, 5:17 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

You have to use the tools of your platform to compile and package. Java provides tools to create JARs. The build result needs to be published e.g. on the build result. This is something your build script needs to do. See https://rsjazz.wordpress.com/2015/10/28/build-artifacts-publishing-and-automated-build-output-management-using-the-plain-java-client-libraries/ for some ideas.


Other build systems such as Hudson might make this easier.

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.