A way to resolve my problem would be to externalize the application xml file. Is there a way to link an application xml file outside the war ? So that I will be able to edit this file.
Redeploy the war is not a issue if the application xml file is changed. D. 2007/2/20, Tapestry User List <[EMAIL PROTECTED]>:
Hi ! I'm developing a Tapestry application. For adding a component library, I need to edit the application xml file. I need to add dynamically a library at the start of the web application. Is there a way to do that programatically without editing the application xml file? <?xml version="1.0"?> <!DOCTYPE application PUBLIC "-//Apache Software Foundation//Tapestry Specification 4.0//EN" "http://jakarta.apache.org/tapestry/dtd/Tapestry_4_0.dtd"> <application name="myWebApp"> <library id="contrib" specification-path="classpath:/org/apache/tapestry/contrib/Contrib.library"/> <library id="tacos" specification-path="/net/sf/tacos/Tacos.library"/> <!-- would like to add a library programatically instead of here---> </application> Thanks so much. D.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]