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


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

Re: Continuing work on qualimap (Was: Any help?)

Path csiph.com!news.mixmin.net!eternal-september.org!feeder.eternal-september.org!aioe.org!bofh.it!news.nic.it!robomod
From Andreas Tille <andreas@an3as.eu>
Newsgroups linux.debian.maint.java
Subject Re: Continuing work on qualimap (Was: Any help?)
Date Tue, 24 Nov 2015 15:50:02 +0100
Message-ID <qyn4S-Xh-25@gated-at.bofh.it> (permalink)
References <qylFM-9v-17@gated-at.bofh.it> <qylFM-9v-19@gated-at.bofh.it> <qylFM-9v-21@gated-at.bofh.it> <qylFM-9v-23@gated-at.bofh.it> <qylFM-9v-25@gated-at.bofh.it> <qylFM-9v-27@gated-at.bofh.it> <qylFM-9v-15@gated-at.bofh.it> <qylPs-cQ-23@gated-at.bofh.it>
X-Original-To debian-java@lists.debian.org
X-Mailbox-Line From debian-java-request@lists.debian.org Tue Nov 24 14:46:33 2015
Old-Return-Path <andreas@an3as.eu>
X-Amavis-Spam-Status No, score=-7.225 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.345] autolearn=ham autolearn_force=no
X-Policyd-Weight using cached result; rate: -6.1
MIME-Version 1.0
Content-Type text/plain; charset=iso-8859-1
Content-Disposition inline
Content-Transfer-Encoding 8bit
User-Agent Mutt/1.5.23 (2014-03-12)
X-Mailing-List <debian-java@lists.debian.org> archive/latest/18913
List-ID <debian-java.lists.debian.org>
List-URL <https://lists.debian.org/debian-java/>
List-Archive https://lists.debian.org/msgid-search/20151124144605.GO29080@an3as.eu
Approved robomod@news.nic.it
Lines 51
Organization linux.* mail to news gateway
Sender robomod@news.nic.it
X-Original-Date Tue, 24 Nov 2015 15:46:05 +0100
X-Original-Message-ID <20151124144605.GO29080@an3as.eu>
X-Original-References <20151123094802.GB13138@an3as.eu> <56537AEB.9090908@xs4all.nl> <20151123212047.GA29080@an3as.eu> <5653A874.7090807@xs4all.nl> <20151124114218.GI29080@an3as.eu> <8b914f9c6b2f4a33b2ae365f7001028b@xs4all.nl> <20151124131752.GL29080@an3as.eu> <5654658E.8000700@apache.org>
Xref csiph.com linux.debian.maint.java:8594

Show key headers only | View raw


On Tue, Nov 24, 2015 at 02:26:38PM +0100, Emmanuel Bourg wrote:
> Le 24/11/2015 14:17, Andreas Tille a écrit :
> 
> >> As you can see there is no entry in the maven-repo for the miglayout
> >> artifact, only the -core, -ideutil, -swing & -swg JARs.
> >>
> >> The miglayout-parent artifact is the only one not matching a JAR by the same
> >> name, so I suspect it's for miglayout.jar.
> 
> Actually miglayout-parent is just the parent pom defining common
> dependencies and settings for the submodules. No jar is attached to this
> artifactId and adding a rule to use it is unlikely to work. You should
> use miglayout-swing or miglayout-swg instead.

OK, changed this in Git but it does not affect the problem with

dh_auto_configure
        mh_patchpoms -pqualimap --debian-build --keep-pom-version --maven-repo=/build/qualimap-2.1.3\+dfsg/debian/maven-repo --build-no-docs
mvn --offline install:install-file \
        -Dmaven.repo.local=/build/qualimap-2.1.3+dfsg/debian/maven-repo \
        -Dfile=/usr/share/java/sam.jar \
        -DgroupId=net/sf \
        -DartifactId=samtools \
        -Dversion=fake \
        -Dpackaging=jar
[INFO] 
NOTE: Maven is executing in offline mode. Any artifacts not already in your local
repository will be inaccessible.

[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'install'.
[INFO] ------------------------------------------------------------------------
[INFO] Building qualimap
[INFO]    task-segment: [install:install-file] (aggregator-style)
[INFO] ------------------------------------------------------------------------
[INFO] [install:install-file {execution: default-cli}]
[INFO] pom.xml not found in sam.jar
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] The artifact information is incomplete or not valid:
  [0]  'groupId' with value 'net/sf' does not match a valid id pattern.

that simply remains.

Thanks anyway

      Andreas. 

-- 
http://fam-tille.de

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


Thread

Continuing work on qualimap (Was: Any help?) Andreas Tille <andreas@an3as.eu> - 2015-11-24 14:20 +0100
  Re: Continuing work on qualimap (Was: Any help?) Emmanuel Bourg <ebourg@apache.org> - 2015-11-24 14:30 +0100
    Re: Continuing work on qualimap (Was: Any help?) Andreas Tille <andreas@an3as.eu> - 2015-11-24 15:50 +0100
      Re: Continuing work on qualimap Bas Couwenberg <sebastic@xs4all.nl> - 2015-11-24 16:00 +0100
        Re: Continuing work on qualimap Emmanuel Bourg <ebourg@apache.org> - 2015-11-24 16:10 +0100
    Hopefully final problems with maven rules (Re: Continuing work on  qualimap) Andreas Tille <andreas@an3as.eu> - 2015-11-26 09:00 +0100
      Re: Hopefully final problems with maven rules (Re: Continuing work on  qualimap) Sebastiaan Couwenberg <sebastic@xs4all.nl> - 2015-11-26 09:10 +0100
      Re: Hopefully final problems with maven rules (Re: Continuing work on  qualimap) Emmanuel Bourg <ebourg@apache.org> - 2015-11-26 09:20 +0100
        Providing Maven input files for picard-tools (Was: Hopefully final  problems with maven rules) Andreas Tille <andreas@an3as.eu> - 2015-11-26 12:00 +0100
          Re: Providing Maven input files for picard-tools (Was: Hopefully  final problems with maven rules) Vincent Danjean <vdanjean@debian.org> - 2015-11-26 12:50 +0100
        How to obtain sources for org.bioinfo? (Was: Hopefully final  problems with maven rules) Andreas Tille <andreas@an3as.eu> - 2015-11-26 19:30 +0100

csiph-web