I can not even get the compile target to build. The javadoc target requires the compile target to run first and this is where I experience the failures.
[bob@bob-1 svnkit-1.7.4-rc2]$ javac -version javac 1.6.0_24 This is the openjdk version of java that yum installs in fedora core 16. I can try it with the oracle jdk if you would prefer. Bob On Tue, Mar 27, 2012 at 14:07, Alexander Kitaev <[email protected]> wrote: > 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 >
