>> There's a number of problems in source release 1.5 that I'm aware of, >> but I need to see sources to check if they're solved in this release. >> (I can't look in CVS either, because of the firewall that I'm >> currently behind) > > What kind of problems and are these reported somewhere?
1) There are two identical copies of build.xml, in the root directory and in \src\org\mmbase\scripts. The way it is set up, it works correctly only in the latter location, see:<property name="source.dir" location="../../../.."/> The one in the root directory should be removed to avoid confusion (together with build.properties). Alternatively, relocation to another directory than \src\org\scripts is a good idea too (I suggest \config\build), but there should be no copies left hanging around, and it should be set up to work correctly from the new location. 2) The property "servlet.url" must be changed to "http://jakarta.apache.org/builds/jakarta-tomcat-4.0/archives/v4.0/${servlet.version}.tar.gz" as the original url is no longer available. 3) Bug in org.mmbase.security.implementation.context.ContextAuthorization.java(see separate posting to this mailinglist). Rob van Maris Developer Finalist IT Group Java Specialists ------------------------------------------------------------- Amsterdam, The Netherlands Office: +31 20 5962321 (Direct) Mobile: +31 651444006 Fax: +31 20 5962331 -------------------------------------------------------------
