Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.debian.maint.java > #10403

Re: Help needed to port beast2-mcmc to Java 9

Path csiph.com!aioe.org!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 Mon, 09 Apr 2018 13:30:02 +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>
X-Original-To Emmanuel Bourg <ebourg@apache.org>
X-Mailbox-Line From debian-java-request@lists.debian.org Mon Apr 9 11:25:04 2018
Old-Return-Path <andreas@an3as.eu>
X-Amavis-Spam-Status No, score=-7.01 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, 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:hard: -6.1
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent NeoMutt/20170113 (1.7.2)
X-Mailing-List <debian-java@lists.debian.org> archive/latest/20790
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/20180409112451.znqil5xgftyr4ybh@an3as.eu
Approved robomod@news.nic.it
Lines 49
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Cc Debian Java List <debian-java@lists.debian.org>, 894359@bugs.debian.org
X-Original-Date Mon, 9 Apr 2018 13:24:51 +0200
X-Original-Message-ID <20180409112451.znqil5xgftyr4ybh@an3as.eu>
X-Original-References <20180406073500.lsoewlj22copkl3q@an3as.eu> <81121a77-120d-0dfd-2055-339bcb81e090@apache.org> <20180406114522.uwahftiuneb24olu@an3as.eu> <7ded2468-27f0-fc30-d712-0028ad831863@apache.org>
Xref csiph.com linux.debian.maint.java:10403 linux.debian.bugs.dist:891803

Cross-posted to 2 groups.

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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