Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #10403
| From | Andreas Tille <andreas@an3as.eu> |
|---|---|
| Newsgroups | linux.debian.maint.java, linux.debian.bugs.dist |
| Subject | Re: Help needed to port beast2-mcmc to Java 9 |
| Date | 2018-04-09 13:30 +0200 |
| Message-ID | <vCD9M-6ry-5@gated-at.bofh.it> (permalink) |
| References | <vBu8y-81s-3@gated-at.bofh.it> <vBuUV-6u-5@gated-at.bofh.it> <vBy2t-26O-1@gated-at.bofh.it> <vByc9-2ay-3@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Cross-posted to 2 groups.
On Fri, Apr 06, 2018 at 01:50:39PM +0200, Emmanuel Bourg wrote:
> Le 06/04/2018 à 13:45, Andreas Tille a écrit :
>
> > [javac] error: package org.fest.util does not exist
>
> fest-util.jar?
Better, but not solved:
...
compile-all:
[echo] Building BEAST 2
[mkdir] Created dir: /build/beast2-mcmc-2.4.8+dfsg/build
[javac] Compiling 468 source files to /build/beast2-mcmc-2.4.8+dfsg/build
[javac] warning: [options] bootstrap class path not set in conjunction with -source 1.8
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/beast/util/XMLParserUtils.java:25: warning: CoreDocumentImpl is internal proprietary API and may be removed in a future release
[javac] import com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl;
[javac] ^
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/beast/util/XMLParserUtils.java:120: warning: CoreDocumentImpl is internal proprietary API and may be removed in a future release
[javac] ((CoreDocumentImpl) doc).putIdentifier(id, (Element) node);
[javac] ^
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/beast/util/TreeParser.java:353: error: cannot find symbol
[javac] CharStream charStream = CharStreams.fromString(newick);
[javac] ^
[javac] symbol: variable CharStreams
[javac] location: class TreeParser
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/beast/util/treeparser/NewickLexer.java:98: error: method does not override or implement a method from a supertype
[javac] @Override
[javac] ^
[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
[javac] 3 warnings
BUILD FAILED
/build/beast2-mcmc-2.4.8+dfsg/build.xml:77: Compile failed; see the compiler error output for details.
...
Thanks anyway
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Find similar | Unroll thread
Bug#894359: Help needed to port beast2-mcmc to Java 9 Andreas Tille <andreas@an3as.eu> - 2018-04-06 09:40 +0200
Re: Help needed to port beast2-mcmc to Java 9 Andreas Tille <andreas@an3as.eu> - 2018-04-06 13:50 +0200
Re: Help needed to port beast2-mcmc to Java 9 Emmanuel Bourg <ebourg@apache.org> - 2018-04-06 14:00 +0200
Re: Help needed to port beast2-mcmc to Java 9 Andreas Tille <andreas@an3as.eu> - 2018-04-09 13:30 +0200
csiph-web