Hi All,
   For Each version, I have to update the WAR file with cab files. So I used loop, for 
each version the loop will call the target where i am updating the WAR file. the 
problem is , first time (first version) i am able to update the WAR file with the cab 
files but for the other versions the control is coming into the target but it is not 
updating the WAR file. Please help me on this. This is my target where i am updating 
the war file(build.cds.war.corp)
 
 <target name='Update Crystal Package'>
  <mkdir 
dir="${build.root}/cdswebCorps/${build.corp.fullname}/crystal/${config.crystal.corp.version}/sys"/>
  <jar jarfile="${build.cds.war.corp}" taskname="cds.${build.corp}.war.crystal" 
update="true" duplicate="preserve" >
   <fileset dir="${build.root}/cdswebCorps/${build.corp.fullname}" 
includes="crystal/${config.crystal.corp.version}/sys/*.cab"/>
   <fileset dir="${build.root}/cdsweb2.0" 
includes="crystal/${config.crystal.corp.version}/sys/*.cab"/>
  </jar>
 </target>

Please let me know asap,
 
Thanks,
bas

SMS using the Yahoo! Messenger;Download latest version.

Reply via email to