Path: csiph.com!aioe.org!bofh.it!news.nic.it!robomod From: Andreas Tille Newsgroups: linux.debian.maint.java Subject: Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Date: Mon, 01 Feb 2016 10:00:02 +0100 Message-ID: References: X-Mailbox-Line: From debian-java-request@lists.debian.org Mon Feb 1 08:51:53 2016 Old-Return-Path: X-Amavis-Spam-Status: No, score=-6.881 tagged_above=-10000 required=5.3 tests=[BAYES_00=-2, FOURLA=0.1, LDO_WHITELIST=-5, MURPHY_DRUGS_REL8=0.02, RP_MATCHES_RCVD=-0.001] autolearn=ham autolearn_force=no X-Policyd-Weight: using cached result; rate:hard: -6.1 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) X-Mailing-List: archive/latest/19109 List-ID: List-URL: List-Archive: https://lists.debian.org/msgid-search/20160201085137.GB29773@an3as.eu Approved: robomod@news.nic.it Lines: 45 Organization: linux.* mail to news gateway Sender: robomod@news.nic.it X-Original-Cc: Debian Med Packaging Team X-Original-Date: Mon, 1 Feb 2016 09:51:37 +0100 X-Original-Message-ID: <20160201085137.GB29773@an3as.eu> X-Original-References: <56A0A467.8000207@apache.org> <20160121094602.GJ21410@an3as.eu> <56A0ACD2.4000709@apache.org> <20160127140801.GG19241@an3as.eu> <1453935175.21909.27.camel@gmail.com> <20160128183206.GF2043@an3as.eu> <20160130135904.GG26893@an3as.eu> <56ACCCA9.5040004@apache.org> <20160130170530.GK26893@an3as.eu> <1454187900.16827.5.camel@gmail.com> Xref: csiph.com linux.debian.maint.java:8789 Hi Andrew, On Sat, Jan 30, 2016 at 01:05:00PM -0800, Andrew Schurman wrote: > > artifact com.typesafe.zinc:zinc:jar:debian has not been downloaded > > All the details are in the error output. I've highlighted the line you > should pay attention to. It says you're missing the project > com.typesafe:zinc. This is another project that must be packaged in > order to use the scala-maven-plugin. Thanks for "reading aloud" for me - this might be due to my partial blindness for Java problems. :-) I inspected the code of scala-maven plugin and it seems to be able to cope with a missing Zinc server by falling back to the usual (normal speed) compilation. While I think Zinc is nice to have in Debian I decided that the time we might save for compilation with Zinc does not outweight the time I might need for proper packaging to reach the final goal to get gatk packaged. So I pushed a patch that disabled the check for the existence of zinc. The next stumbling stone is [INFO] ------------------------------------------------------------- [ERROR] COMPILATION ERROR : [INFO] ------------------------------------------------------------- [ERROR] /build/maven-scala-plugin-3.2.2/src/main/java/scala_maven/ScalaRunMojo.java:[3,34] package org.apache.maven.toolchain does not exist [ERROR] /build/maven-scala-plugin-3.2.2/src/main/java/scala_maven/ScalaMojoSupport.java:[24,35] package org.apache.maven.repository does not exist [ERROR] /build/maven-scala-plugin-3.2.2/src/main/java/scala_maven/ScalaMojoSupport.java:[33,34] package org.apache.maven.toolchain does not exist [ERROR] /build/maven-scala-plugin-3.2.2/src/main/java/scala_maven/ScalaMojoSupport.java:[87,15] cannot find symbol So I think I need to go on packaging: https://maven.apache.org/plugins/maven-toolchains-plugin/ and https://maven.apache.org/plugins/maven-repository-plugin/ I'm just asking here to make sure that there is no work in progress for this or that it somehow could be circumvented somehow ... Comments are welcome Andreas. -- http://fam-tille.de