Progammatically change the dataset associated wit a zFolder
![]()
Luis Bazo (68●3●20●19)
| asked Jul 15 '13, 1:27 p.m.
JAZZ DEVELOPER edited Jul 23 '13, 9:05 a.m. by Kevin Doyle (604●2●5)
Hi guys,
Do you know if there is something to progammatically change the dataset associated wit a zFolder? This is what we've already tested so far, 1. Change zFolder property "Dataset Definition" with scm set property command. It does not work for us because it duplicates the property "Dataset Definition" but does not change the Dataset Definition associated. 2. We have tried with ant tasks as explained in https://jazz.net/help-dev/clm/index.jsp?re=1&topic=/com.ibm.team.scm.doc/topics/t_RTCz_usingLDG.html&scope=null. This works but we would like to run this ant outside of eclipse (from a script) by running something like "ant -f oursetuprtcz.xml -lib required_libs -verbose all". |