How to put context.xml into ant war target

2004-10-26 Thread David Lee
I used ant war task to create the deployable war file, I just want to know how to put the context.xml into the meta-inf directory using war target. Thanks

RE: How to put context.xml into ant war target

2004-10-26 Thread Phillip Qin
zipfileset dir=${basedir}/conf includes=**/context.xml prefix=META-INF/ ${basedir}/conf is where my context.xml is stored. -Original Message- From: David Lee [mailto:[EMAIL PROTECTED] Sent: October 26, 2004 2:24 PM To: [EMAIL PROTECTED] Subject: How to put context.xml into ant war