Author: ekoneil
Date: Mon Oct 25 08:02:05 2004
New Revision: 55500
Modified:
incubator/beehive/trunk/netui/ant/webappTemplate.xml
Log:
Fixup webappTemplate.xml.
We need to whack netui-config.xml until some additional work is done in NetUI
to support graceful failover when netui-config.xml fails to parse.
This file is deployed and undeployed by the NetUI webapp runtime targets in
this Ant file, and it's considered part of the runtime itself (for the time
being).
BB: self
DRT: Beehive pass
Modified: incubator/beehive/trunk/netui/ant/webappTemplate.xml
==============================================================================
--- incubator/beehive/trunk/netui/ant/webappTemplate.xml (original)
+++ incubator/beehive/trunk/netui/ant/webappTemplate.xml Mon Oct 25
08:02:05 2004
@@ -130,10 +130,17 @@
<delete dir="${resource.dir.name}" quiet="true"/>
- <!-- This seems wrong, we shouldn't delete files that aren't generated
-->
<!--
+ Whack the netui-config.xml file. If the deploy/undeploy runtime
targets
+ are being called to get a copy of the NetUI runtime, the
netui-config.xml file
+ is a part of that. Until we've actually had a release where we've
committed
+ NetUI to a specific XSD for the config file, this ensures that
what's in the
+ webapp is always current with the runtime rather than being out of
sync.
+
+ If you have a local NetUI config file to use, just copy it over
top of this
+ one after deploying / undeploying.
+ -->
<delete file="${webinf.dir}/netui-config.xml" quiet="true"/>
- -->
<delete quiet="true">
<fileset dir="${webapp.dir}">