On Sat, 26 Jan 2002 12:08, Leif Mortenson wrote: > Peter Donald wrote: > > I have reverted this to the old behaviour and it will now extract > > assembly.xml. The original reason for not extracting it was because we > > wanted to try out an experimental idea that would not extract SARs at all > > if not needed. > > Does Phoenix support running without extracting sar files? I was about > to ask about that. :-)
It doesn't atm ... hopefully it will one day ;) We tried to do it by installing protocol handlers and loading classes through them but unfortunately that didn't work out quite as well as hoped. I had a look at a few different projects to see how they did it. All of them basically extract the embedded jars to a temporary file on the filesystem there and then load the classes from that. For instance I believe one of the Tomcats - not sure which creates a directory like $TOMCAT_HOME/work/myWebApp to store extracted jars and so forth and that seems to mostly work. We should probably do that eventually. Feel free to have a go if you want ;) -- Cheers, Pete ------------------------------------------------- We should take care not to make the intellect our god; it has, of course, powerful muscles, but no personality. ------------------------------------------------- -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>