DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8648>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=8648 Create a "Work" directory Summary: Create a "Work" directory Product: Avalon Version: unspecified Platform: Other OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: Phoenix AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Create a "work" directory in which we can extract any temporary jars etc. For each application we are likely to have "temporary" data associated with it that we can delete when application is undeployed. Examples of this would be the jars in SAR-INF/lib/. What we should be doing is creating a temporary directory like $PHOENIX_HOME/work/myAppName for each application (where myAppName is name of application). Then we should store all these temporary files in there like $PHOENIX_HOME/work/myAppName/SAR-INF/lib/cornerstone.jar Then when undeploying application we should delete $PHOENIX_HOME/work/myAppName directory completely. (Note we should also delete the directory if it exists just before we deploy as it is remanent of failed run). -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
