On Fri, 2 Nov 2001 14:01, Mircea Toma wrote: > Since I implemented some of the functionality of the > installation/unistallation process we have discussed, maybe you can give me > some feedback about what I did. More specifically what you think is good > and what is bad, what should be refactored, removed or added?
Haven't looked at it yet - sorry ;) Will try to have a look at it tomorrow. A few things I noticed. DefaultDeploymentRecorder seems to expect that all applications will be installed in ../apps/<appname> because it will always look for install log in ../apps/<appname>/install.log However if I run the following ./run --application /some/path/myapp.sar the above will not hold and thus install.log will not be generated. Perhaps it would be better to have a separate directory ${phoenix.dir}/conf/install/ in which is files like james-install.log myapp-install.log jo-install.log db-install.log etc. This would also keep the install log outside the application directory (which would make it harder to accidently mess with it). Thoughts? -- Cheers, Pete Duct tape is like the force. It has a light side, and a dark side, and it binds the universe together ... -- Carl Zwanzig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>