You are viewing a plain text version of this content. The canonical link for it is here.
Posted to slide-dev@jakarta.apache.org by bu...@apache.org on 2004/09/21 13:01:34 UTC

DO NOT REPLY [Bug 31335] New: - ANT style property expansion for file stores.

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: slide-dev@jakarta.apache.org
        ReportedBy: gary.ratcliffe@saaconsultants.com


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: slide-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: slide-dev-help@jakarta.apache.org