Author: jukka Date: Thu Jan 3 12:19:45 2008 New Revision: 608616 URL: http://svn.apache.org/viewvc?rev=608616&view=rev Log: Updated build instructions Modified: jackrabbit/trunk/README.txt jackrabbit/trunk/RELEASE-NOTES.txt Modified: jackrabbit/trunk/README.txt URL: http://svn.apache.org/viewvc/jackrabbit/trunk/README.txt?rev=608616&r1=608615&r2=608616&view=diff ============================================================================== --- jackrabbit/trunk/README.txt (original) +++ jackrabbit/trunk/README.txt Thu Jan 3 12:19:45 2008 @@ -71,6 +71,11 @@ mvn install +Note that the OCM components require Java 5, and need to be built separately: + + cd jackrabbit-ocm; mvn install + cd jackrabbit-ocm-nodemanagement; mvn install + For more instructions, please see the documentation at: http://jackrabbit.apache.org/doc/building.html Modified: jackrabbit/trunk/RELEASE-NOTES.txt URL: http://svn.apache.org/viewvc/jackrabbit/trunk/RELEASE-NOTES.txt?rev=608616&r1=608615&r2=608616&view=diff ============================================================================== --- jackrabbit/trunk/RELEASE-NOTES.txt (original) +++ jackrabbit/trunk/RELEASE-NOTES.txt Thu Jan 3 12:19:45 2008 @@ -35,11 +35,17 @@ The main source archive contains a "jackrabbit-1.4-src" directory with the full released source code and build environment. Use the following commands (or the equivalent in your system) to build all - the released components with Maven 2: + the released components with Maven 2 and Java 1.4: $ jar xf jackrabbit-1.4-src.jar $ cd jackrabbit-1.4-src $ mvn install + + The OCM components require Java 5 or higher, and you need to + build them separately: + + $ (cd jackrabbit-ocm; mvn install) + $ (cd jackrabbit-ocm-nodemanagement; mvn install) The components contained in the released source archive are listed below (with the pre-compiled binary archives in parenthesis):