I have a system property which I have added to my build.properties file
and my build.xml
file.  Ant builds and deploys w/o any errors.  However, my tomcat
servlet cannot "find" this
new system property.   What is the trick here?  There is nothing in my
build.xml file to tell
tomcat explicitly about this property, but how would I do that?   Where
can system properties be
set in tomcat?

To recap
In build.properties
metadata.xmlfile=project.xml

In build.xml
<property name="metadata.path"
value="${catalina.home}/webapps/${app.name}/${metadata.xmlfile}"/>

Thanks, Rich


--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to