[Debian-med-packaging] Status of netbeans (... and what to do with igv)
Emmanuel Bourg
ebourg at apache.org
Sun Aug 17 09:04:52 UTC 2014
Le 16/08/2014 17:45, Emmanuel Bourg a écrit :
> I can take a look, this is a trivial fix. Ant 1.9 added generics to some
> method signatures, and this broke a few packages like netbeans and visualvm.
I fixed the issue with Ant 1.9, as well as two other issues with Java 7
and mingw32 4.9. But now there is another problem with svnkit 1.8.5, if
someone could look into it I'm not familiar with this library.
Here is the error:
compile:
[mkdir] Created dir:
/tmp/buildd/netbeans-7.0.1+dfsg1/libs.svnClientAdapter.svnkit/build/classes
[nb-javac] Compiling 1 source file to
/tmp/buildd/netbeans-7.0.1+dfsg1/libs.svnClientAdapter.svnkit/build/classes
[repeat] warning: [options] bootstrap class path not set in
conjunction with -source 1.6
[repeat] Note:
org.netbeans.libs.svnclientadapter.svnkit.SvnKitClientAdapterFactory to
be registered as a
org.netbeans.libs.svnclientadapter.SvnClientAdapterFactory
[repeat]
/tmp/buildd/netbeans-7.0.1+dfsg1/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java:51:
error: package org.tmatesoft.svn.core.javahl does not exist
[repeat] import org.tmatesoft.svn.core.javahl.SVNClientImpl;
[repeat] ^
[repeat]
/tmp/buildd/netbeans-7.0.1+dfsg1/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java:51:
error: package org.tmatesoft.svn.core.javahl does not exist
[repeat] import org.tmatesoft.svn.core.javahl.SVNClientImpl;
[repeat] ^
[repeat]
/tmp/buildd/netbeans-7.0.1+dfsg1/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java:82:
error: cannot find symbol
[repeat]
SVNClientImpl.setRuntimeCredentialsStorage(null);
[repeat] ^
[repeat] symbol: variable SVNClientImpl
[repeat] location: class SvnKitClientAdapterFactory
[repeat] 2 errors
[repeat] 1 warning
Emmanuel Bourg
More information about the Debian-med-packaging
mailing list