Loading Only New/Updated files to build machine for deployments
![]()
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?
|
One answer
![]()
Geoffrey Clemm (30.1k●2●30●35)
| 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. |
Comments
RTC doesn't understand 'files'. it uses changes.
what files are these?
our files are in .xml, We want to identify changes and load only changes to build machine. Is it possible?
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