It's all about the answers!

Ask a question

RTC build using ant


shobhan y (1326) | asked Jun 12 '15, 10:23 a.m.
 Can RTC detect the changes in project once we deliver and build the jar/ear automatically ?or do we need define what project needs to be built in ant script? I have a requirement where I have to build only few jars.

Thanks 

One answer



permanent link
sam detweiler (12.5k6195201) | answered Jun 12 '15, 1:22 p.m.
No magic here.. YOU define the build and process. RTC doesn't provide any 'automatic' (triggered) build process.

there are a couple private extensions that can trigger builds, but you still have to do the work to decide what needs to get built.

see the last two posts here
https://jazz.net/forum/questions/132739/jenkins-polling-is-too-slow-can-rtc-notify-jenkins-immediately

one can trigger a build definition, and mine triggers a script, ala SVN and GIT, and you can do what you want

I will say, deciding on the smallest build required based on code change is a challenge most of the time.


Comments
shobhan y commented Jun 12 '15, 1:45 p.m. | edited Jun 16 '15, 12:48 a.m.

I have multiple projects and I am not sure which project I am going to change..so do we need a build definition for each project?


Thanks


sam detweiler commented Jun 12 '15, 1:49 p.m.

generally yes, you typically don't share source across projects, you share results (jar/dll files)

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.