Your message dated Tue, 21 Sep 2010 06:56:11 +0000
with message-id <[email protected]>
and subject line Bug#591513: fixed in maven-repo-helper 1.3
has caused the Debian Bug report #591513,
regarding maven-debian-helper: mh_make just fails for livetribe-jsr223
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
591513: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591513
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: maven-debian-helper
Version: 1.1
Severity: normal

Hi Ludovic,

mh_make fails with the following messages:

In pom.xml:
Ignore the parent POM for this POM?
  org.livetribe:livetribe:pom:1.2
[y]/n > 
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
[ERROR] Cannot find parent dependency org.livetribe:livetribe:pom:1.2, use 
--no-parent option to resolve this issue or install the parent POM in the Maven 
repository
Exception in thread "main" java.lang.NullPointerException
        at org.debian.maven.repo.Repository.scan(Repository.java:326)
        at org.debian.maven.repo.Repository.scan(Repository.java:145)
        at org.debian.maven.repo.Repository.scanOnce(Repository.java:140)
        at 
org.debian.maven.repo.POMTransformer.usePluginVersionsFromRepository(POMTransformer.java:106)
        at org.debian.maven.repo.POMTransformer.main(POMTransformer.java:898)

It creates the following files only:

liblivetribe-jsr223-java.poms
liblivetribe-jsr223-java.substvars
maven.cleanIgnoreRules
maven.ignoreRules
maven.publishedRules
maven.rules

Cheers,
Torsten


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk                   1.6-38     Standard Java or Java compatible D
ii  libmaven-clean-plugin-java    2.3-3      Maven clean plugin
ii  libmaven-compiler-plugin-java 2.0.2-4    Maven compiler plugin
ii  libmaven-jar-plugin-java      2.2-4      Maven Jar plugin
ii  libmaven-resources-plugin-jav 2.3-5      Maven resources plugin
ii  libmaven-site-plugin-java     2.1-1      Maven Site Plugin for generating a
ii  libplexus-velocity-java       1.1.7-3    Plexus component interface to velo
ii  libsurefire-java              2.4.3-3    Surefire test framework for Java
ii  maven-repo-helper             1.2        Helper tools for including Maven m
ii  maven2                        2.2.1-5    Java software project management a
ii  velocity                      1.6.2-4    Java-based template engine for web

Versions of packages maven-debian-helper recommends:
ii  apt-file                      2.4.0      search for files within Debian pac

Versions of packages maven-debian-helper suggests:
ii  libmaven-javadoc-plugin-java  2.6.1-1    Maven Javadoc Plugin

-- no debconf information



--- End Message ---
--- Begin Message ---
Source: maven-repo-helper
Source-Version: 1.3

We believe that the bug you reported is fixed in the latest version of
maven-repo-helper, which is due to be installed in the Debian FTP archive:

maven-repo-helper_1.3.dsc
  to main/m/maven-repo-helper/maven-repo-helper_1.3.dsc
maven-repo-helper_1.3.tar.gz
  to main/m/maven-repo-helper/maven-repo-helper_1.3.tar.gz
maven-repo-helper_1.3_all.deb
  to main/m/maven-repo-helper/maven-repo-helper_1.3_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Claude <[email protected]> (supplier of updated 
maven-repo-helper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Thu, 16 Sep 2010 23:18:57 +0200
Source: maven-repo-helper
Binary: maven-repo-helper
Architecture: source all
Version: 1.3
Distribution: experimental
Urgency: low
Maintainer: Debian Java Maintainers 
<[email protected]>
Changed-By: Ludovic Claude <[email protected]>
Description: 
 maven-repo-helper - Helper tools for including Maven metatada in Debian 
packages
Closes: 591513
Changes: 
 maven-repo-helper (1.3) experimental; urgency=low
 .
   [ Peter Collingbourne ]
   * Document the correct order of attributes in rules files
   * Escape all $ characters in usage messages
   * Fix a long option quoting bug
   * Add support for extra rule options on the command line
   * Add a --no-publish-used-rule option
 .
   [ Ludovic Claude ]
   * debian/control: Update Standards-Version to 3.9.1, no changes
   * mh_transformpoms: Remove warning about missing parent dependency
     when no-parent option is already used
   * Dependency class: make it Comparable, to allow easy sorting of 
dependencies.
   * mh_cleanpoms: rules defined in --clean-ignore-rules (or
     debian/maven.cleanIgnoreRules) are used in addition to the rules defined in
     --ignore-rules (or debian/maven.ignoreRules), so there is no need anymore
     to duplicate the list of rules to ignore when --clean-ignore-rules is used.
   * Removed small bugs in mh_make (Closes: #591513)
Checksums-Sha1: 
 c110856fce60c82544c9315a6098b854178efc2d 1124 maven-repo-helper_1.3.dsc
 4632c619a6c389708ec34277c09004a5a342a4ac 87415 maven-repo-helper_1.3.tar.gz
 51305b1709e27ca314eb0336bb4dfd17e03a2cd6 84950 maven-repo-helper_1.3_all.deb
Checksums-Sha256: 
 8f9e193808a64e02d48cd8005224d98b56b79486797359326e60d2ab6debc0d5 1124 
maven-repo-helper_1.3.dsc
 f8d7c3833115c36f1cffcb3e32609b132dacecd5b3bc97d7f915033bfc99b6ab 87415 
maven-repo-helper_1.3.tar.gz
 5375f039f37a68846856c6d443fa694970fae3cb4beeae6d46a6697007484f4c 84950 
maven-repo-helper_1.3_all.deb
Files: 
 733b227d14660273c9d51a2e03fa60c2 1124 java optional maven-repo-helper_1.3.dsc
 649b993660401290a45bc4f616841f9c 87415 java optional 
maven-repo-helper_1.3.tar.gz
 7255b690bf70233e3e90036199617eb0 84950 java optional 
maven-repo-helper_1.3_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkyXyNMACgkQfY3dicTPjsPcyACffDvwLVD2jBTy1aipUqc+qFfy
RkMAnjOqQEXNz5sOqs9nI+PRI5qlIWtV
=Krk3
-----END PGP SIGNATURE-----



--- End Message ---
__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please 
use
[email protected] for discussions and questions.

Reply via email to