I am having trouble getting svnkit to build from source. I am trying to do
it to get the javadocs for the new version. The problems I am experiencing
happen on both trunk, the source from the build system and the source
posted on the website for beta 4.
When I run the javaDoc gradle task I get 22 compile errors all of the form:
SvnOldRepositoryAccess.java:144: type parameters of <X>X cannot be
determined; no unique maximal instance exists for type variable X with
upper bounds
org.tmatesoft.svn.core.internal.wc17.db.Structure<org.tmatesoft.svn.core.internal.wc2.SvnRepositoryAccess.UrlInfo>,org.tmatesoft.svn.core.internal.wc17.db.Structure<T>
Structure<UrlInfo> urlInfo = Structure.obtain(UrlInfo.class);
Does svnkit need to be built against a specific version of java or
something odd like that? I have to assume I am doing something wrong since
others build it just fine.
Bob