Hi,
[X] +1 Release this package as Apache Jackrabbit 2.0-beta1
- checksums [OK]
- signature [OK]
- license, notice, header and readme files [OK]
- maven build [OK] with Ubuntu Jaunty / Sun Java 1.6.0_14-b08:
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 14 minutes 46 seconds
[INFO] Finished at: Mon Oct 26 10:17:21 CET 2009
[INFO] Final Memory: 94M/478M
[INFO] ------------------------------------------------------------------------
I just have a few remarks which does not block this beta release:
- the following statement is no longer needed in README.TXT:
----><----
To build Jackrabbit, you first need to download the jcr-2.0-b114.jar and
jcr-2.0-b114.xml files from https://issues.apache.org/jira/browse/JCR-1104
and install them to your local Maven repository:
mvn install:install-file \
-Dfile=jcr-2.0-b114.jar -DpomFile=jcr-2.0-b114.xml
----><----
- the javadoc is still linked to JCR 1.0 javadoc and not to JCR 2.0:
- <link>http://www.day.com/maven/jsr170/javadocs/jcr-1.0/</link>
+ <link>http://www.day.com/maven/javax.jcr/javadocs/jcr-2.0/</link>
- starting jackrabbit-standalone works well but accessing about.jsp page
throws a NPE because /META-INF/NOTICE.TXT is not found (but there is
/NOTICE.TXT and /META-INF/NOTICE in the jar)
- i mount the jackrabbit-webapp.war in a Jetty installation
* at startup i have the following exception:
ERROR RepositoryStartupServlet: Either create the
jackrabbit/bootstrap.properties file or
ERROR RepositoryStartupServlet: use the '/config/index.jsp' for easy
configuration.
ERROR RepositoryStartupServlet: RepositoryStartupServlet
initializing failed: javax.servlet.ServletException: Repository
startup configuration is not valid.
* then when i access http://localhost:8080/ i am forwarded to the page:
http://localhost:8080/bootstrap/missing.jsp
* creating the repository by clicking on "Create Content Repository" button
fails complaining that the jackrabbit directory already exists
* by deleting the "jackrabbit" directory in my JETTY_HOME i can create
the repository by clicking on the previous button again and then i can access
the repository
By the way i think that '/config/index.jsp' is not a valid link and may be
changed to '/bootstrap/missing.jsp'.
I already fixed the first two remarks in trunk.
I created a bug on the third point (JCR-2364) and I don't know if the last one
is related to my configuration or a standard issue.
--
Sébastien Launay
|