DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26645>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND
INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=26645
war update is not working in Linux box
------- Additional Comments From taolily@hotmail.com 2004-02-03 21:38 -------
I got a target to update the war file. It's working pretty well in Window2000,
but is not updating the war file while it's running in a Linux box. Following
is my code:
<target name="updateWar" description="update configuration file for niobe
environment">
<war destfile="${project.scratch.path}/dist/esm-web.war" update="true">
<fileset dir="${niobe.deploybase.path}/config/webroot" />
</war>
</target>
I have the latest JDK1.4.2_03 and apache ant 1.6.0 running on RedHat 9.0 kernel
version 2.4.20-18.9smp. Please help. Thanks!
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|