Hi,

I am very *very* sad to say, but ... your e-mail was not posted to
an appropriate mailing list, it seems.

Please go to
http://ant.apache.org/mail.html
and subscribe to the (Ant) User List.

Then, you can post your questions to the mailing list.

Hope things go well.

Sincerely,

-- Tetsuya ([EMAIL PROTECTED])

---------------------------------------------------------------------

On Tue, 15 Jul 2003 08:46:12 +0100 (BST)
(Subject: Getting Problem in updating WAR file)
bas perumal <[EMAIL PROTECTED]> wrote:

> 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.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to