Author: breser
Date: Fri Mar 29 02:16:59 2013
New Revision: 1462378
URL: http://svn.apache.org/r1462378
Log:
* publish/docs/community-guide/release.part.html
(rolling-release): Fix path to javahl README, mention --with-junit
Modified:
subversion/site/publish/docs/community-guide/releasing.part.html
Modified: subversion/site/publish/docs/community-guide/releasing.part.html
URL:
http://svn.apache.org/viewvc/subversion/site/publish/docs/community-guide/releasing.part.html?rev=1462378&r1=1462377&r2=1462378&view=diff
==============================================================================
--- subversion/site/publish/docs/community-guide/releasing.part.html (original)
+++ subversion/site/publish/docs/community-guide/releasing.part.html Fri Mar 29
02:16:59 2013
@@ -826,10 +826,11 @@ but avoid upgrading dependencies to new
j) Verify that the javahl bindings at least compile.
If you can't do this, then have another developer verify.
- (see bindings/java/javahl/README for details)
+ (see subversion/bindings/java/javahl/README for details)
Ensure that ./configure detected a suitable jdk, and then
- possibly re-run with '--enable-javahl' and '--with-jdk=':
+ possibly re-run with '--enable-javahl', '--with-jdk=' and
+ '--with-junit=':
make javahl
sudo make install-javahl