[EMAIL PROTECTED] wrote: >>>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 dir should also work, because of the build.properties. > > The one in the root directory should be removed to avoid confusion > (together with build.properties). I don't agree, most source-packages have their build.xml in the root-dir. > 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. True, the src/org/scripts dir isn't the right one, but this must be changed in a total restructuring of the dir-structures and the build-proces. So it won't be changed for the 1.5.1 release. > 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. This was on my todo list, but I allmost forgot about it....thanks :) > 3) Bug in > org.mmbase.security.implementation.context.ContextAuthorization.java(see separate >posting to this mailinglist). Which bug are you reffering to? Gerard
