It's all about the answers!

Ask a question

Loading Only New/Updated files to build machine for deployments


chkvirgo Kris (122) | asked Jun 26 '14, 3:16 p.m.
 We are using ANT with RTC's Jazz build engine for deployments. Due to nature of the project, we only want to include New/Updated files to build machine for deployments.

Is there any way to achieve it using RTC ant tasks? or Load rules?

Comments
sam detweiler commented Jun 26 '14, 4:03 p.m. | edited Jul 06 '14, 9:56 a.m.

RTC doesn't understand 'files'. it uses changes. 

what files are these?


chkvirgo Kris commented Jun 26 '14, 11:47 p.m.

our files are in .xml, We want to identify changes and load only changes to build machine. Is it possible?


sam detweiler commented Jul 07 '14, 7:13 a.m.

if you do an Accept operation, this will apply any changes different between the stream and the build workspace to the workspace.

At the end, the stream and workspace and sandbox will be matched 

One answer



permanent link
Geoffrey Clemm (30.1k33035) | answered Jul 06 '14, 10:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Reminder:  There is a "search the forum" box in upper right corner  (right below the "submit a question" box).
If you search for "load changed files", you'll get a lot of hits, including:
https://jazz.net/forum/questions/156743/loading-only-newupdated-files-to-build-machine-for-deployments
https://jazz.net/forum/questions/35214/exporting-changed-files-to-the-filesystem-when-building
https://jazz.net/forum/questions/74797/how-do-i-get-a-copy-of-all-changednew-files-in-project
https://jazz.net/forum/questions/39185/just-update-changed-files-from-the-command-line-lscm
As a summary, you can call the "lscm" command line from and to do what you need, and there also are some Ant tasks available.  See the above questions for details.

Your answer


Register or to post your answer.