Hello Bob,

We do not build javadoc as part of the nightly build. What version of
the JDK do you use?

Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!



On 26 March 2012 22:49, Bob Miller <[email protected]> wrote:
> 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

Reply via email to