DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=31335>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=31335 ANT style property expansion for file stores. Summary: ANT style property expansion for file stores. Product: Slide Version: 2.1 Platform: All OS/Version: All Status: NEW Severity: Normal Priority: Other Component: Stores AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Existing file store classes dervied from AbstractTxFileStoreService work with either absolute paths or relative to current working directory. It would make deployment in an application server (like JBoss in my case) much easier across multiple platforms if the paths specified supported ANT style system property expansion. For example: <contentstore classname="org.apache.slide.store.txfile.TxFileContentStore"> <parameter name="rootpath"> ${a.platform.specific.directory}/webdav/store/content </parameter> <parameter name="workpath"> ${a.platform.specific.directory}/webdav/work/content </parameter> <parameter name="defer-saving">true</parameter> <parameter name="timeout">120</parameter> </contentstore> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
