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


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

Re: Packaging maven-scala-plugin (Was: Help needed for gatk)

From Andreas Tille <andreas@an3as.eu>
Newsgroups linux.debian.maint.java
Subject Re: Packaging maven-scala-plugin (Was: Help needed for gatk)
Date 2016-02-01 10:00 +0100
Message-ID <qXiv0-4W-19@gated-at.bofh.it> (permalink)
References (5 earlier) <qVZE6-7sO-9@gated-at.bofh.it> <qWEef-3Qn-17@gated-at.bofh.it> <qWF0C-4FU-9@gated-at.bofh.it> <qWHc9-70c-69@gated-at.bofh.it> <qWKWl-1fn-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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

Back to linux.debian.maint.java | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 09:50 +0100
  Re: Help needed for gatk Thorsten Glaser <t.glaser@tarent.de> - 2016-01-21 10:00 +0100
    Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 10:10 +0100
      Re: Help needed for gatk gregor herrmann <gregoa@debian.org> - 2016-01-21 10:10 +0100
      Re: Help needed for gatk Thorsten Glaser <t.glaser@tarent.de> - 2016-01-21 10:20 +0100
        Re: Help needed for gatk Emmanuel Bourg <ebourg@apache.org> - 2016-01-21 10:30 +0100
          Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-21 10:50 +0100
            Re: Help needed for gatk Emmanuel Bourg <ebourg@apache.org> - 2016-01-21 11:10 +0100
              Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-27 15:10 +0100
                Re: Help needed for gatk Andrew Schurman <arcticwaters@gmail.com> - 2016-01-28 00:00 +0100
                Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-28 16:30 +0100
                Re: Help needed for gatk Andrew Schurman <arcticwaters@gmail.com> - 2016-01-29 19:50 +0100
                Re: Help needed for gatk Andreas Tille <andreas@an3as.eu> - 2016-01-29 22:40 +0100
                Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <tille@debian.org> - 2016-01-28 19:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-01-30 15:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Emmanuel Bourg <ebourg@apache.org> - 2016-01-30 15:50 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-01-30 18:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-01-30 22:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 10:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-02-01 12:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 12:20 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andrew Schurman <arcticwaters@gmail.com> - 2016-02-01 13:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Emmanuel Bourg <ebourg@apache.org> - 2016-02-01 14:40 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 14:50 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 22:00 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) David Bernard <david.bernard.31@gmail.com> - 2016-02-01 23:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@fam-tille.de> - 2016-02-01 23:10 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) David Bernard <david.bernard.31@gmail.com> - 2016-02-01 23:20 +0100
                Re: Packaging maven-scala-plugin (Was: Help needed for gatk) Andreas Tille <andreas@an3as.eu> - 2016-02-01 14:40 +0100

csiph-web