Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.debian.maint.java > #10397
| Path | csiph.com!fu-berlin.de!bofh.it!news.nic.it!robomod |
|---|---|
| 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 | Fri, 06 Apr 2018 13:50:01 +0200 |
| Message-ID | <vBy2t-26O-1@gated-at.bofh.it> (permalink) |
| References | <vBu8y-81s-3@gated-at.bofh.it> <vBuUV-6u-5@gated-at.bofh.it> |
| X-Mailbox-Line | From debian-java-request@lists.debian.org Fri Apr 6 11:45:45 2018 |
| Old-Return-Path | <andreas@an3as.eu> |
| X-Amavis-Spam-Status | No, score=-6.01 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, DIGITS_LETTERS=1, LDO_WHITELIST=-5, RCVD_IN_DNSWL_NONE=-0.0001, T_RP_MATCHES_RCVD=-0.01] autolearn=ham autolearn_force=no |
| X-Policyd-Weight | using cached result; rate: -6.1 |
| MIME-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| Content-Disposition | inline |
| User-Agent | NeoMutt/20170113 (1.7.2) |
| X-Mailing-List | <debian-java@lists.debian.org> archive/latest/20784 |
| List-ID | <debian-java.lists.debian.org> |
| List-URL | <https://lists.debian.org/debian-java/> |
| List-Archive | https://lists.debian.org/msgid-search/20180406114522.uwahftiuneb24olu@an3as.eu |
| Approved | robomod@news.nic.it |
| Lines | 51 |
| Organization | linux.* mail to news gateway |
| Sender | robomod@news.nic.it |
| X-Original-Cc | 894359@bugs.debian.org |
| X-Original-Date | Fri, 6 Apr 2018 13:45:22 +0200 |
| X-Original-Message-ID | <20180406114522.uwahftiuneb24olu@an3as.eu> |
| X-Original-References | <20180406073500.lsoewlj22copkl3q@an3as.eu> <81121a77-120d-0dfd-2055-339bcb81e090@apache.org> |
| Xref | csiph.com linux.debian.maint.java:10397 linux.debian.bugs.dist:891307 |
Cross-posted to 2 groups.
Show key headers only | View raw
Hi Emmanuel,
On Fri, Apr 06, 2018 at 10:25:07AM +0200, Emmanuel Bourg wrote:
> > error: package org.antlr.v4.runtime.dfa does not exist
>
> I think you have to add antlr4-runtime.jar to the classpath.
That's way better now. The remaining issues are:
[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] /build/beast2-mcmc-2.4.8+dfsg/src/test/beast/beast2vs1/tutorials/DivergenceDatingTest.java:15: error: package org.fest.util does not exist
[javac] DivergenceDatingRunner runner = new DivergenceDatingRunner(org.fest.util.Files.temporaryFolder());
[javac] ^
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/test/beast/beast2vs1/tutorials/StarBeastTest.java:15: error: package org.fest.util does not exist
[javac] StarBEASTRunner runner = new StarBEASTRunner(org.fest.util.Files.temporaryFolder());
[javac] ^
[javac] /build/beast2-mcmc-2.4.8+dfsg/src/test/beast/evolution/tree/TreeAnnotatorTest.java:168: error: package org.fest.util does not exist
[javac] String tmpFolder = org.fest.util.Files.temporaryFolder().toString();
[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] 5 errors
[javac] 3 warnings
Any additional hint?
Kind regards
Andreas.
--
http://fam-tille.de
Back to linux.debian.maint.java | Previous | Next — Previous in thread | Next 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