Hi Nicolas, On 6/1/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Author: nicolas
magnolia/trunk/magnolia-core/src/main/java/info/magnolia/cms/servlets/PropertyInitializer.java
Log: creating missing tmp and logs folder when needed (missing separators)
+ File logs = new File(webapp+File.separator+"logs"); + File tmp = new File(webapp+File.separator+"tmp");
logs and tmp folders are already created when needed, and they can be configured in magnolia.properties. They can be outside the webapp and they can have a different name, so you should never create those two folders using a fixed name here. Did you had any problem with the code as it was before? I would like to remove this as soon as svn will be up again (it's only me or the svn server is down?) fabrizio ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/magnolia/developer.html ----------------------------------------------------------------
