Hi, You may have noticed that I have added a bunch of enhancement requests into bugzilla for phoenix. These represent things that I have been meaning to do for ages but not got around to doing ;)
If you have any similar requests then feel free to add them into bugzilla. Also if you feel like completeing any of these requests then feel free to do that aswell ;) On Tue, 30 Apr 2002 20:00, [EMAIL PROTECTED] wrote: > 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). -- Cheers, Peter Donald -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>