[Git][java-team/xmlgraphics-commons] Pushed new tag debian/2.8-2

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag debian/2.8-2 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/debian/2.8-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Deleted tag debian/1%2.8-2

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre deleted tag debian/1%2.8-2 at Debian Java Maintainers / 
xmlgraphics-commons

-- 

You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Pushed new tag debian/1%2.8-2

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag debian/1%2.8-2 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/debian/1%252.8-2
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons][master] 3 commits: d/patches: Fix CorruptImagesTestCase.testCorruptPNG

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed to branch master at Debian Java Maintainers / 
xmlgraphics-commons


Commits:
c02d6fe7 by Mathieu Malaterre at 2023-01-04T15:39:06+01:00
d/patches: Fix CorruptImagesTestCase.testCorruptPNG

- - - - -
2671e94a by Mathieu Malaterre at 2023-01-04T15:39:41+01:00
d/control: Bump Std-Vers to 4.6.2 no changes needed

- - - - -
db06c890 by Mathieu Malaterre at 2023-01-04T15:40:22+01:00
d/changelog: Upload 2.8-2 to unstable

- - - - -


4 changed files:

- debian/changelog
- debian/control
- + debian/patches/XGC-133.patch
- debian/patches/series


Changes:

=
debian/changelog
=
@@ -1,3 +1,10 @@
+xmlgraphics-commons (2.8-2) unstable; urgency=medium
+
+  * d/patches: Fix CorruptImagesTestCase.testCorruptPNG
+  * d/control: Bump Std-Vers to 4.6.2 no changes needed
+
+ -- Mathieu Malaterre   Wed, 04 Jan 2023 15:40:17 +0100
+
 xmlgraphics-commons (2.8-1) unstable; urgency=medium
 
   * New upstream version 2.8


=
debian/control
=
@@ -16,7 +16,7 @@ Build-Depends:
  libmockito-java,
  libxml-commons-resolver1.1-java,
  maven-debian-helper (>= 2.2)
-Standards-Version: 4.6.0
+Standards-Version: 4.6.2
 Vcs-Git: https://salsa.debian.org/java-team/xmlgraphics-commons.git
 Vcs-Browser: https://salsa.debian.org/java-team/xmlgraphics-commons
 Homepage: http://xmlgraphics.apache.org/commons/


=
debian/patches/XGC-133.patch
=
@@ -0,0 +1,27 @@
+Description: XGC-133: Fix test for Java 11
+Author: Simon Steiner 
+Bug: https://issues.apache.org/jira/browse/XGC-133
+Reviewed-By: Mathieu Malaterre 
+
+Index: 
xmlgraphics-commons/src/test/java/org/apache/xmlgraphics/image/loader/CorruptImagesTestCase.java
+===
+--- 
xmlgraphics-commons.orig/src/test/java/org/apache/xmlgraphics/image/loader/CorruptImagesTestCase.java
 
xmlgraphics-commons/src/test/java/org/apache/xmlgraphics/image/loader/CorruptImagesTestCase.java
+@@ -36,9 +36,14 @@ public class CorruptImagesTestCase {
+ 
+ ImageSessionContext sessionContext = imageContext.newSessionContext();
+ ImageManager manager = imageContext.getImageManager();
+-
+-ImageInfo imageInfo = manager.preloadImage(uri, sessionContext);
+-assertEquals(imageInfo.getMimeType(), "image/png");
++try {
++ImageInfo imageInfo = manager.preloadImage(uri, sessionContext);
++//IOException should continue to raw png
++assertEquals(imageInfo.getMimeType(), "image/png");
++} catch (Exception e) {
++//Otherwise should throw exception
++assertEquals(e.getMessage(), "pos < flushedPos!");
++}
+ }
+ 
+ }


=
debian/patches/series
=
@@ -1 +1,2 @@
 0001-XMPSchemaAdapter.java-Use-UTC-timezone-when-SOURCE_D.patch
+XGC-133.patch



View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/compare/9a09640da1e400b5184378b9f5e401bdf0f173a8...db06c8903a6194fdf66c8705f952544ce3701f00

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/compare/9a09640da1e400b5184378b9f5e401bdf0f173a8...db06c8903a6194fdf66c8705f952544ce3701f00
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Pushed new tag upstream/2.8

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag upstream/2.8 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/upstream/2.8
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Pushed new tag debian/2.8-1

2023-01-04 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag debian/2.8-1 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/debian/2.8-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Pushed new tag debian/2.7-1

2022-11-02 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag debian/2.7-1 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/debian/2.7-1
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


[Git][java-team/xmlgraphics-commons] Pushed new tag upstream/2.7

2022-11-02 Thread Mathieu Malaterre (@malat)


Mathieu Malaterre pushed new tag upstream/2.7 at Debian Java Maintainers / 
xmlgraphics-commons

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/xmlgraphics-commons/-/tree/upstream/2.7
You're receiving this email because of your account on salsa.debian.org.


___
pkg-java-commits mailing list
pkg-java-comm...@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits


Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-12 Thread Mathieu Malaterre
Hi,

On Tue, Jul 11, 2017 at 12:58 PM, Petter Reinholdtsen <p...@hungry.com> wrote:
>
> [Mathieu Malaterre]
>> Works in current fop:
>
> Did the PDF you created contain the sidebar text?  I just tested in sid,
> and could not find it in my PDF.

In that case sorry. I did not double check, just saw that the warning
message was gone.

Please re-open and forward it upstream.

Thanks

__
This is the maintainer address of Debian's Java team
<http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers>. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#867538: fop: Please implement sidebars floating at the side of the body of the text

2017-07-10 Thread Mathieu Malaterre
Control: fixed -1 1:2.1-6

Works in current fop:

Making portrait pages on letter paper (215.9mmx279.4mm)
[warning] /usr/bin/fop: No java runtime was found
[WARN] FOUserAgent - Font "Symbol,normal,700" not found. Substituting
with "Symbol,normal,400".
[WARN] FOUserAgent - Font "ZapfDingbats,normal,700" not found.
Substituting with "ZapfDingbats,normal,400".
[INFO] FOUserAgent - Rendered page #1.
[INFO] FOUserAgent - Rendered page #2.
[INFO] FOUserAgent - Rendered page #3.
[INFO] FOUserAgent - Rendered page #4.
/tmp/xmlto.a7bPuS

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Wheezy update of fop?

2017-04-26 Thread Mathieu Malaterre
Hi Ola,

On Sun, Apr 23, 2017 at 9:46 PM, Ola Lundqvist  wrote:
> Dear maintainer(s),
>
> The Debian LTS team would like to fix the security issues which are
> currently open in the Wheezy version of fop:
> https://security-tracker.debian.org/tracker/CVE-2017-5661
>
> Would you like to take care of this yourself?

The CVE is very unclear to me. It seems I need to upload fop 2.2 in
place of fop 2.1. Since we are in the middle of the freeze it does not
make much sense to make such upload in sid right now.

-M

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#858816: Fwd: [ANN] Apache FOP 2.2 Released

2017-04-10 Thread Mathieu Malaterre
-- Forwarded message --

The Apache XML Graphics team is pleased to announce the immediate
availability of Apache FOP Version 2.2 [1].



Apache FOP (Formatting Objects Processor) [2] is an output independent
print formatter driven by XSL Formatting Objects (XSL-FO) [3]. FOP is
a Java application that reads a formatting object tree and renders the
resulting pages to a specified output format, of which a variety of
formats are supported. Apache FOP is published under the Apache
License v2.0.



This release fixes a number of bugs. In addition the following
significant functional enhancements are provided:

PCL Color support

Allow generation of bold/italic versions of fonts for PDF

Allow to convert OTF fonts to Type 1 for Postscript

Deduplicate PDF content streams

Update to PDFBox 2

Transition from Ant to Maven Build Process



For release notes see [4]. Source and binary distributions can be
downloaded from an ASF Mirror at [5]. Further download information is
available at [6]. Maven artifacts for this release are available at
[7].



Note, that depending on which download mirror you use, it may take up
to 24 hours to see the download images at [5].



[1] http://xmlgraphics.apache.org/fop/2.2/

[2] http://xmlgraphics.apache.org/fop

[3] http://www.w3.org/TR/xsl11/

[4] http://xmlgraphics.apache.org/fop/changes.html

[5] http://www.apache.org/dyn/closer.cgi/xmlgraphics/fop

[6] http://xmlgraphics.apache.org/fop/download.html

[7] 
https://repository.apache.org/index.html#nexus-search;gav~org.apache.xmlgraphics~fop~2.2~~



The Apache XML Graphics team.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#858816: Apache FOP 2.2

2017-03-27 Thread Mathieu Malaterre
Package: fop

https://xmlgraphics.apache.org/fop/2.2/releaseNotes_2.2.html

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#858815: Apache XML Graphics Commons 2.2 Released

2017-03-27 Thread Mathieu Malaterre
Package: xmlgraphics-commons


The Apache XML Graphics team is pleased to announce the availability of

Apache XML Graphics Commons 2.2.



XML Graphics Commons is a set of components for dealing with graphics

e.g., PNG and TIFF codecs, Graphics2D implementations that generate PDF

and PostScript, an XMP metadata framework, etc.



It is primarily used by its sister projects Apache Batik and Apache FOP,

but can also be used independently.



This is a minor update to be compatible with the FOP 2.2 release.



For more information, see here:

http://xmlgraphics.apache.org/commons/



To download, see here:

http://xmlgraphics.apache.org/commons/download.html



The Apache XML Graphics team.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#847480: java.util.NoSuchElementException>org.apache.fop.apps.FOPException

2016-12-08 Thread Mathieu Malaterre
Source: fop
Version: 1:2.1-4
Severity: wishlist

I cannot build the DICOM docbook PDF (part17). It keeps on failing
with a mysterious error:

[INFO] FOUserAgent - Rendered page #826.
[INFO] FOUserAgent - Rendered page #827.
[INFO] FOUserAgent - Rendered page #828.
[INFO] FOUserAgent - Rendered page #829.
[ERROR] FOP - Exception org.apache.fop.apps.FOPException
java.util.NoSuchElementException
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:288)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
at org.apache.fop.cli.Main.startFOP(Main.java:186)
at org.apache.fop.cli.Main.main(Main.java:217)
Caused by: java.util.NoSuchElementException
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at 
org.apache.fop.layoutmgr.table.RowPainter.computeContentLength(RowPainter.java:372)
at 
org.apache.fop.layoutmgr.table.RowPainter.addAreasForCell(RowPainter.java:427)
at 
org.apache.fop.layoutmgr.table.RowPainter.addAreasAndFlushRow(RowPainter.java:312)
at 
org.apache.fop.layoutmgr.table.RowPainter.handleTableContentPosition(RowPainter.java:159)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addTablePartAreas(TableContentLayoutManager.java:568)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addBodyAreas(TableContentLayoutManager.java:552)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addAreas(TableContentLayoutManager.java:477)
at 
org.apache.fop.layoutmgr.table.TableLayoutManager.addAreas(TableLayoutManager.java:383)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:327)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:327)
at org.apache.fop.layoutmgr.AreaAdditionUtil.addAreas(AreaAdditionUtil.java:113)
at 
org.apache.fop.layoutmgr.FlowLayoutManager.addAreas(FlowLayoutManager.java:368)
at org.apache.fop.layoutmgr.PageBreaker.addAreas(PageBreaker.java:318)
at org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:683)
at org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:586)
at org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:581)
at org.apache.fop.layoutmgr.PageBreaker.doPhase3(PageBreaker.java:341)
at org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:450)
at org.apache.fop.layoutmgr.PageBreaker.doLayout(PageBreaker.java:114)
at 
org.apache.fop.layoutmgr.PageSequenceLayoutManager.activateLayout(PageSequenceLayoutManager.java:138)
at org.apache.fop.area.AreaTreeHandler.endPageSequence(AreaTreeHandler.java:267)
at org.apache.fop.fo.pagination.PageSequence.endOfNode(PageSequence.java:130)
at 
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.endElement(FOTreeBuilder.java:360)
at org.apache.fop.fo.FOTreeBuilder.endElement(FOTreeBuilder.java:190)
at 
org.apache.xalan.transformer.TransformerIdentityImpl.endElement(TransformerIdentityImpl.java:1102)
at org.apache.xerces.parsers.AbstractSAXParser.endElement(Unknown Source)
at org.apache.xerces.xinclude.XIncludeHandler.endElement(Unknown Source)
at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanEndElement(Unknown
Source)
at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
Source)
at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
at 
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:285)
... 3 more

-

java.util.NoSuchElementException
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at 
org.apache.fop.layoutmgr.table.RowPainter.computeContentLength(RowPainter.java:372)
at 
org.apache.fop.layoutmgr.table.RowPainter.addAreasForCell(RowPainter.java:427)
at 
org.apache.fop.layoutmgr.table.RowPainter.addAreasAndFlushRow(RowPainter.java:312)
at 
org.apache.fop.layoutmgr.table.RowPainter.handleTableContentPosition(RowPainter.java:159)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addTablePartAreas(TableContentLayoutManager.java:568)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addBodyAreas(TableContentLayoutManager.java:552)
at 
org.apache.fop.layoutmgr.table.TableContentLayoutManager.addAreas(TableContentLayoutManager.java:477)
at 
org.apache.fop.layoutmgr.table.TableLayoutManager.addAreas(TableLayoutManager.java:383)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:327)
at 
org.apache.fop.layoutmgr.BlockLayoutManager.addAreas(BlockLayoutManager.java:327)
at org.apache.fop.layoutmgr.AreaAdditionUtil.addAreas(AreaAdditionUtil.java:113)
at 

Bug#847443: Install fop.xsd in the binary package.

2016-12-08 Thread Mathieu Malaterre
Source: fop
Version: 1:2.1-4
Severity: wishlist

It would be nice to install the unofficial fop.xsd as it helps tracks
issue in the XSL-FO generated.

Right now user have to apt-get source fop to get it.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#847190: The following feature isn't implemented by Apache FOP, yet: table-layout="auto" (on fo:table)

2016-12-06 Thread Mathieu Malaterre
Source: fop
Version: 1:2.1-4
Severity: wishlist
Tags: patch

It would be nice to start integrating up to date patch from the famous
issue #2469 in fop so that Debian user get the feeling that auto table
layout is finally supported in fop:

https://issues.apache.org/jira/browse/FOP-2469

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#805469: Please provide a package with the fix

2016-10-06 Thread Mathieu Malaterre
Control: tags -1 pending

On Thu, Oct 6, 2016 at 4:19 PM, Emmanuel Bourg  wrote:
> This bug is marked as fixed upstream in fop 2.0 and we have fop 2.1 in
> testing/unstable. Are you sure the package in unstable is still affected?

https://bugs.debian.org/805469#10

It's in batik. I can do a source upload with the patch, I was waiting
for a release...

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#817264: offo 2.2 is out

2016-03-09 Thread Mathieu Malaterre
Package: src:fop

OFFO 2.2 is out ! Please package it.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#808839: Exception java.lang.IllegalArgumentException: URI is not hierarchical

2016-02-14 Thread Mathieu Malaterre
Control: tags -1 confirmed

$ export FOP_HYPHENATION_PATH=/usr/share/java/jlatexmath-fop.jar
$ sudo apt-get install libjlatexmath-fop-java
$ apt-get source libjlatexmath-fop-java
$ cd libjlatexmath-java-1.0.3/
$ fop -xsl ./plugin/fop/examples/latex.xsl -c
./plugin/fop/examples/conf.xml -xml
./plugin/fop/examples/latex_docbook.xml -pdf /tmp/bla.pdf
[...]
[WARN] FOUserAgent - Unable to load font file:
file:/usr/share/fonts/X11/Type1/a010035l.pfb. Reason:
java.io.FileNotFoundException: Neither an AFM nor a PFM file was found
for file:/usr/share/fonts/X11/Type1/a010035l.pfb
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 153 (anglearc)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 166 (diameter)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 153 (anglearc)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 166 (diameter)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 153 (anglearc)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 166 (diameter)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 153 (anglearc)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 166 (diameter)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 153 (anglearc)
[INFO] Type1FontLoader - No Unicode mapping for glyph: AFM Char: 166 (diameter)
[FATAL] TTFFile - Unsupported TrueType font: No Unicode or Symbol cmap
table not present. Aborting
[WARN] FOUserAgent - Unable to load font file:
file:/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf. Reason:
java.io.IOException: The font does not have a Unicode cmap table:
file:/usr/share/fonts/truetype/droid/DroidSansJapanese.ttf
[ERROR] FOP - Exception java.lang.IllegalArgumentException: URI is not
hierarchical
at java.io.File.(File.java:418)
at org.apache.fop.fonts.FontCache.addFont(FontCache.java:335)
at 
org.apache.fop.fonts.autodetect.FontInfoFinder.getFontInfoFromCustomFont(FontInfoFinder.java:157)
at org.apache.fop.fonts.autodetect.FontInfoFinder.find(FontInfoFinder.java:269)
at org.apache.fop.fonts.FontAdder.add(FontAdder.java:63)
at 
org.apache.fop.fonts.FontDetectorFactory$DefaultFontDetector.detect(FontDetectorFactory.java:110)
at org.apache.fop.fonts.FontManager.autoDetectFonts(FontManager.java:229)
at 
org.apache.fop.fonts.DefaultFontConfigurator.configure(DefaultFontConfigurator.java:82)
at 
org.apache.fop.render.PrintRendererConfigurator.getCustomFontCollection(PrintRendererConfigurator.java:147)
at 
org.apache.fop.render.PrintRendererConfigurator.setupFontInfo(PrintRendererConfigurator.java:127)
at org.apache.fop.render.intermediate.IFUtil.setupFonts(IFUtil.java:170)
at 
org.apache.fop.render.intermediate.IFRenderer.setupFontInfo(IFRenderer.java:187)
at org.apache.fop.area.RenderPagesModel.(RenderPagesModel.java:75)
at org.apache.fop.area.AreaTreeHandler.setupModel(AreaTreeHandler.java:135)
at org.apache.fop.area.AreaTreeHandler.(AreaTreeHandler.java:105)
at 
org.apache.fop.render.RendererFactory.createFOEventHandler(RendererFactory.java:350)
at org.apache.fop.fo.FOTreeBuilder.(FOTreeBuilder.java:107)
at org.apache.fop.apps.Fop.createDefaultHandler(Fop.java:104)
at org.apache.fop.apps.Fop.(Fop.java:78)
at org.apache.fop.apps.FOUserAgent.newFop(FOUserAgent.java:182)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:107)
at org.apache.fop.cli.Main.startFOP(Main.java:186)
at org.apache.fop.cli.Main.main(Main.java:217)

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#805472: work around

2016-02-08 Thread Mathieu Malaterre
For reference here is a possible fix:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=780579#15

It is currently not possible for me to patch the debian package.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#813572: fop 2.1 is out !

2016-02-03 Thread Mathieu Malaterre
Source: fop
Severity: important

Please package it.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#808839: fop: Exception java.lang.IllegalArgumentException: URI is not hierarchical

2016-02-03 Thread Mathieu Malaterre
On Wed, Feb 3, 2016 at 10:00 AM, Sylvain Joubert  wrote:
[...]
> Thanks for taking a look at this.
> Unfortunately I already have this package installed so that does not change
> anything.

Great. In that case please upload a minimal example so that we can
reproduce it here, for now we only have your error message from your
very specific setup.

Include all necessary step (fop / docbook / xslt steps).

Thanks.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#809821: 2.1.3 is out

2016-01-04 Thread Mathieu Malaterre
Package: xslthl

Seems like something is broken in d/watch file ! See:

https://sourceforge.net/projects/xslthl/files/xslthl/2.1.3/

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#805472: [ERROR] Hyphenator - Couldn't find hyphenation pattern for lang="en"

2015-11-19 Thread Mathieu Malaterre
Seems like #780579 is back. Will fix asap.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#805469: [ERROR] FOUserAgent - SVG graphic could not be built.

2015-11-18 Thread Mathieu Malaterre
Control: tags -1 patch

http://svn.apache.org/viewvc/xmlgraphics/batik/trunk/sources/org/apache/batik/util/ParsedURLDefaultProtocolHandler.java?r1=1687506=1687505=1687506

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#805472: [ERROR] Hyphenator - Couldn't find hyphenation pattern for lang="en"

2015-11-18 Thread Mathieu Malaterre
On Wed, Nov 18, 2015 at 3:39 PM, Jörg Frings-Fürst
 wrote:
> Source: fop
> Severity: important

Please specify the actual version.

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#805469: [ERROR] FOUserAgent - SVG graphic could not be built.

2015-11-18 Thread Mathieu Malaterre
Control: reassign -1 src:batik
Control: tags -1 fixed-upstream

Well the patch has been applied in batik already:

https://issues.apache.org/jira/browse/FOP-2489?focusedCommentId=14601141=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14601141

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#799662:

2015-09-21 Thread Mathieu Malaterre
Control: tags -1 patch

https://svnweb.freebsd.org/ports/head/textproc/fop/files/patch-src_java_org_apache_fop_layoutmgr_list_ListItemLayoutManager.java?view=markup=390702

__
This is the maintainer address of Debian's Java team
. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#672409: fixed in experimental

2015-08-18 Thread Mathieu Malaterre
Control: found -1 1:1.1.dfsg2-1
Control: fixed -1 1:2.0+dfsg-1

I can no longer reproduce the issue:

$ xmlto --with-fop pdf in.xml
Making portrait pages on letter paper (215.9mmx279.4mm)
[ERROR] FOUserAgent - Image not found. URI: openlogo-100.png. (See position
2:33014)
[WARN] FOUserAgent - Font Symbol,normal,700 not found. Substituting with
Symbol,normal,400.
[WARN] FOUserAgent - Font ZapfDingbats,normal,700 not found. Substituting
with ZapfDingbats,normal,400.
[INFO] FOUserAgent - Rendered page #1.
/tmp/xmlto.UPD2Ah
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#794214: Info received (SVGDOMImplementation moved into package org.apache.batik.anim.dom)

2015-08-16 Thread Mathieu Malaterre
Patch for third parties should be as simple as:

- import org.apache.batik.dom.svg.SVGDOMImplementation;
+ import org.apache.batik.anim.dom.SVGDOMImplementation;
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#683197:

2015-08-16 Thread Mathieu Malaterre

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#794214: org.apache.batik.dom.svg.SVGDOMImplementation

2015-08-16 Thread Mathieu Malaterre
On Sun, Aug 16, 2015 at 1:53 PM, Erich Schubert er...@debian.org wrote:

 Hi,
 ELKI now tries to load the class dynamically, from different packages. I
 don't know if this is the proper way to get the DOM implementation, but it
 was the only one I got working.

 It is not yet fixed in the Debian package. We're in the process of
 preparing the next release.

 Maybe a simple compatibility hack would be to include two copies of the
 class, in both the old and the new location, but that bears the danger of
 people continuing to use the old location...

 I wish there was a well-documented solution.



For reference:

http://stackoverflow.com/a/30250306/136285
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#692556: still in experimental

2015-08-16 Thread Mathieu Malaterre
Control: found -1 1:2.0+dfsg-2

Still there:

[ERROR] FOP - Exception org.apache.fop.apps.FOPException: Parameter alpha
must not be null
java.lang.NullPointerException: Parameter alpha must not be
nullorg.apache.fop.apps.FOPException: Parameter alpha must not be null
java.lang.NullPointerException: Parameter alpha must not be null
at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:288)
at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:115)
at org.apache.fop.cli.Main.startFOP(Main.java:186)
at org.apache.fop.cli.Main.main(Main.java:217)
Caused by: java.lang.NullPointerException: Parameter alpha must not be null
at org.apache.fop.pdf.AlphaRasterImage.init(AlphaRasterImage.java:57)
at org.apache.fop.pdf.AlphaRasterImage.init(AlphaRasterImage.java:71)
at
org.apache.fop.render.pdf.ImageRenderedAdapter.setup(ImageRenderedAdapter.java:127)
at org.apache.fop.pdf.PDFDocument.addImage(PDFDocument.java:872)
at
org.apache.fop.render.pdf.AbstractPDFImageHandler.handleImage(AbstractPDFImageHandler.java:46)
at
org.apache.fop.render.pdf.PDFImageHandlerRenderedImage.handleImage(PDFImageHandlerRenderedImage.java:32)
at
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:249)
at
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:205)
at
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingImageHandler(AbstractIFPainter.java:170)
at
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingURI(AbstractIFPainter.java:292)
at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:173)
at
org.apache.fop.render.intermediate.IFRenderer.drawImage(IFRenderer.java:1295)
at
org.apache.fop.render.intermediate.IFRenderer.renderImage(IFRenderer.java:1282)
at
org.apache.fop.render.AbstractRenderer.renderInlineViewport(AbstractRenderer.java:858)
at
org.apache.fop.render.AbstractPathOrientedRenderer.renderInlineViewport(AbstractPathOrientedRenderer.java:832)
at
org.apache.fop.render.intermediate.IFRenderer.renderInlineViewport(IFRenderer.java:863)
at
org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:715)
at
org.apache.fop.render.intermediate.IFRenderer.renderInlineArea(IFRenderer.java:927)
at
org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:690)
at
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:572)
at
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:613)
at
org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:999)
at
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:557)
at
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:613)
at
org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:999)
at
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:557)
at
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:613)
at
org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:999)
at
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:557)
at
org.apache.fop.render.AbstractRenderer.renderFlow(AbstractRenderer.java:457)
at
org.apache.fop.render.AbstractPathOrientedRenderer.renderFlow(AbstractPathOrientedRenderer.java:785)
at
org.apache.fop.render.AbstractRenderer.renderMainReference(AbstractRenderer.java:434)
at
org.apache.fop.render.AbstractRenderer.renderBodyRegion(AbstractRenderer.java:358)
at
org.apache.fop.render.AbstractRenderer.renderRegionViewport(AbstractRenderer.java:305)
at
org.apache.fop.render.intermediate.IFRenderer.renderRegionViewport(IFRenderer.java:738)
at
org.apache.fop.render.AbstractRenderer.renderPageAreas(AbstractRenderer.java:278)
at
org.apache.fop.render.AbstractRenderer.renderPage(AbstractRenderer.java:243)
at
org.apache.fop.render.intermediate.IFRenderer.renderPage(IFRenderer.java:586)
at org.apache.fop.area.RenderPagesModel.addPage(RenderPagesModel.java:123)
at
org.apache.fop.layoutmgr.AbstractPageSequenceLayoutManager.finishPage(AbstractPageSequenceLayoutManager.java:315)
at
org.apache.fop.layoutmgr.PageSequenceLayoutManager.finishPage(PageSequenceLayoutManager.java:216)
at
org.apache.fop.layoutmgr.AbstractPageSequenceLayoutManager.makeNewPage(AbstractPageSequenceLayoutManager.java:286)
at
org.apache.fop.layoutmgr.PageSequenceLayoutManager.makeNewPage(PageSequenceLayoutManager.java:176)
at
org.apache.fop.layoutmgr.PageBreaker.handleBreakTrait(PageBreaker.java:588)
at org.apache.fop.layoutmgr.PageBreaker.startPart(PageBreaker.java:475)
at
org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:532)
at
org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:477)
at
org.apache.fop.layoutmgr.AbstractBreaker.addAreas(AbstractBreaker.java:472)
at org.apache.fop.layoutmgr.PageBreaker.doPhase3(PageBreaker.java:345)
at
org.apache.fop.layoutmgr.AbstractBreaker.doLayout(AbstractBreaker.java:427)
at 

Bug#794214: SVGDOMImplementation moved into package org.apache.batik.anim.dom

2015-08-16 Thread Mathieu Malaterre
Control: retitle -1 SVGDOMImplementation moved into package
org.apache.batik.anim.dom

This bug will track the issue with transitioning from batik 1.7 to batik
1.8. The main issue being the move of SVGDOMImplementation.

See http://stackoverflow.com/a/30250306/136285 and
https://issues.apache.org/jira/browse/BATIK-1098 for further reference.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#794214: org.apache.batik.dom.svg.SVGDOMImplementation

2015-08-16 Thread Mathieu Malaterre
Erich,

Thanks for the report about batik API compat. Could you be a little more
verbose on what was needed to fix ELKI ? I see that that

import org.apache.batik.dom.svg.SVGDOMImplementation;

is still used in the ELKI (from sid).

I am trying to understand if this is possible to upload 1.8 to sid with a
debian-specific fix, then progressively upgrade dependencies to match
upstream (removing reference to SVGDOMImplementation).

Thanks much,
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#639683: Test org.apache.fop.BasicTranscoderTestSuite failed

2015-08-16 Thread Mathieu Malaterre
Here is current state in fop 2.0:

/tmp/fop-2.0+dfsg/build.xml:811: Test
org.apache.fop.BasicTranscoderTestSuite failed
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.actOnTestResult(JUnitTask.java:2150)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:1025)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.oneJunitThread(JUnitTask.java:917)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.runTestsInThreads(JUnitTask.java:932)
at
org.apache.tools.ant.taskdefs.optional.junit.JUnitTask.execute(JUnitTask.java:841)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at
org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:396)
at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:292)
at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at
org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
at org.apache.tools.ant.Task.perform(Task.java:348)
at org.apache.tools.ant.Target.execute(Target.java:435)
at org.apache.tools.ant.Target.performTasks(Target.java:456)
at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1393)
at org.apache.tools.ant.Project.executeTarget(Project.java:1364)
at
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
at org.apache.tools.ant.Project.executeTargets(Project.java:1248)
at org.apache.tools.ant.Main.runBuild(Main.java:851)
at org.apache.tools.ant.Main.startAnt(Main.java:235)
at org.apache.tools.ant.Main.start(Main.java:198)
at org.apache.tools.ant.Main.main(Main.java:286)
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792132: org.apache.batik.bridge.DefaultFontFamilyResolver;

2015-07-12 Thread Mathieu Malaterre
I cannot compile fop 2.0 on debian jessie, it fails with:

[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/util/text/LocatorFormatter.java
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/afp/svg/AFPBridgeContext.java:25:
error: cannot find symbol
[javac] import org.apache.batik.bridge.DefaultFontFamilyResolver;
[javac]   ^
[javac]   symbol:   class DefaultFontFamilyResolver
[javac]   location: package org.apache.batik.bridge
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/afp/svg/AFPBridgeContext.java:27:
error: cannot find symbol
[javac] import org.apache.batik.bridge.FontFamilyResolver;
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792175: batik 1.8 is out

2015-07-12 Thread Mathieu Malaterre
Package: libbatik-java

A newer package is out: 1.8. Please package it. Thx
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#780579: fop jessie backport

2015-07-12 Thread Mathieu Malaterre
[Cc me please]

I'd like to request a jessie backport for fop version 1:1.1.dfsg2-2.

Thanks much
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792132: batik ?

2015-07-12 Thread Mathieu Malaterre
Seems like batik 1.8 does not work as expected:

[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPBridgeContext.java:38:
error: cannot access CSSContext
[javac] public abstract class AbstractFOPBridgeContext extends
BridgeContext {
[javac] ^
[javac]   class file for org.apache.batik.css.engine.CSSContext not
found
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java:33:
error: package org.apache.batik.util does not exist
[javac] import org.apache.batik.util.ParsedURL;
[javac] ^
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/svg/AbstractFOPImageElementBridge.java:54:
error: cannot access SVGContext
[javac] public abstract class AbstractFOPImageElementBridge extends
SVGImageElementBridge {
[javac] ^
[javac]   class file for org.apache.batik.dom.svg.SVGContext not found
[javac]
/home/mathieu/debian/java/fop/fop-2.0/src/java/org/apache/fop/afp/svg/AFPImageElementBridge.java:30:
error: cannot access SVGConstants


With:

$ apt-cache policy libbatik-java
  Installed: 1.8-2
  Candidate: 1.8-2
  Version table:
 *** 1.8-2 0
100 /var/lib/dpkg/status
 1.7+dfsg-5 0
700 http://ftp.fr.debian.org/debian/ jessie/main amd64 Packages
100 http://ftp.fr.debian.org/debian/ unstable/main amd64 Packages
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792130: Version 1.2 is out

2015-07-11 Thread Mathieu Malaterre
Package: libxml-commons-resolver1.1-java

See:
http://wwwftp.ciril.fr/pub/apache//xerces/xml-commons/source/xml-commons-resolver-1.2.tar.gz

Thanks !
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#780579: Couldn't find hyphenation pattern for lang=en, country=US.

2015-07-11 Thread Mathieu Malaterre
On Thu, May 7, 2015 at 5:30 PM, Joachim Breitner nome...@debian.org wrote:


 Anyways, can you fix this in sid and testing, then maybe we can have it
 in jessie-backports?


Fixed in sid. I'll request a backports (is this the right way?).
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792131:

2015-07-11 Thread Mathieu Malaterre
For now I am stuck on:

junit-compile:
[mkdir] Created dir:
/home/mathieu/debian/java/xmlgraphics-commons/xmlgraphics-commons-2.0.1/build/test-classes
[mkdir] Created dir:
/home/mathieu/debian/java/xmlgraphics-commons/xmlgraphics-commons-2.0.1/build/test-reports
[javac] Compiling 71 source files to
/home/mathieu/debian/java/xmlgraphics-commons/xmlgraphics-commons-2.0.1/build/test-classes
[javac] warning: [options] bootstrap class path not set in conjunction
with -source 1.5
[javac]
/home/mathieu/debian/java/xmlgraphics-commons/xmlgraphics-commons-2.0.1/test/java/org/apache/xmlgraphics/io/URIResolverAdapterTestCase.java:37:
error: package org.apache.xml.resolver.tools does not exist
[javac] import org.apache.xml.resolver.tools.CatalogResolver;
[javac]
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792131: 2.0.1 is out !

2015-07-11 Thread Mathieu Malaterre
Package: xmlgraphics-commons

Version 2.0.1 is out ! Please package it, it is required for fop 2.0.
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#792132: fop 2.0 is out

2015-07-11 Thread Mathieu Malaterre
Package: fop

fop 2.0 is out, please package it !
__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#787176: netbeans: Remove w3c-dtd-xhtml reference from d/control

2015-05-29 Thread Mathieu Malaterre
Source: netbeans
Severity: serious
Justification: rely on obsolete package
Control: blocks 711332 with -1

Please remove reference to w3c-dtd-xhtml from debian/control. This package will 
be removed for stretch (see #711332)


-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#787177: libnb-platform18-java: Remove w3c-dtd-xhtml reference from d/control

2015-05-29 Thread Mathieu Malaterre
Source: libnb-platform18-java
Severity: serious
Justification: rely on obsolete package
Control: blocks 711332 with -1

Please remove reference to w3c-dtd-xhtml from debian/control. This
package will be removed for stretch (see #711332), it has been
superseded by w3c-sgml-lib.


-- System Information:
Debian Release: 8.0
  APT prefers stable
  APT policy: (700, 'stable'), (100, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#780579: Couldn't find hyphenation pattern for lang=en, country=US.

2015-03-16 Thread Mathieu Malaterre
Package: fop
Version: 1:1.1.dfsg2-1
Severity: important

Seems like #655027 is back. Steps from debian/jessis amd64 (today):

$ cd /tmp
$ apt-get source fop
$ cd fop-1.1.dfsg2
$ fop ./examples/fo/basic/hyphen.fo /tmp/out.pdf
Couldn't find hyphenation pattern for lang=en,country=US.
Couldn't find hyphenation pattern for lang=de.
Font Symbol,normal,700 not found. Substituting with Symbol,normal,400.
Font ZapfDingbats,normal,700 not found. Substituting with
ZapfDingbats,normal,400.
Couldn't find hyphenation pattern for lang=fi.
Couldn't find hyphenation pattern for lang=it.
Couldn't find hyphenation pattern for lang=da.
Couldn't find hyphenation pattern for lang=no.
Rendered page #1.
Rendered page #2.
Rendered page #3.
Rendered page #4.
Rendered page #5.
Rendered page #6.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#780579: Acknowledgement (Couldn't find hyphenation pattern for lang=en, country=US.)

2015-03-16 Thread Mathieu Malaterre
Just in case no solution is found, here is a work-around:

  wget 
http://sourceforge.net/projects/offo/files/offo-hyphenation/2.1/offo-hyphenation-binary.zip/download
  unzip offo-hyphenation-binary.zip
  export 
FOP_HYPHENATION_PATH=/tmp/fop-1.1.dfsg2/offo-hyphenation-binary/fop-hyph.jar
  fop ./examples/fo/basic/hyphen.fo /tmp/out.pdf
Font Symbol,normal,700 not found. Substituting with Symbol,normal,400.
Font ZapfDingbats,normal,700 not found. Substituting with
ZapfDingbats,normal,400.
Couldn't find hyphenation pattern for lang=no.
Rendered page #1.
Rendered page #2.
Rendered page #3.
Rendered page #4.
Rendered page #5.
Rendered page #6.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#780579: Acknowledgement (Couldn't find hyphenation pattern for lang=en, country=US.)

2015-03-16 Thread Mathieu Malaterre
On Mon, Mar 16, 2015 at 10:42 AM, Mathieu Malaterre ma...@debian.org wrote:
 Just in case no solution is found, here is a work-around:

Here is another one:

  wget 
http://sourceforge.net/projects/offo/files/offo-hyphenation/2.1/offo-hyphenation-binary.zip/download
  unzip offo-hyphenation-binary.zip
  sudo cp /tmp/fop-1.1.dfsg2/offo-hyphenation-binary/fop-hyph.jar
/usr/share/fop/fop-hyph.jar

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#775750: 2.4.8 is out

2015-01-19 Thread Mathieu Malaterre
Package: yui-compressor
Version: 2.4.7-1
Severity: wishlist
Block: 682069 by -1

It would be nice to have 2.4.8 in debian.

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682069#25

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#764630: RFS: javatools 0.48 [RC]

2014-12-15 Thread Mathieu Malaterre
On Sun, Dec 14, 2014 at 6:50 PM, Markus Koschany a...@gambaru.de wrote:
[...]
 Actually what was the reasoning behind the choice to use a custom shell
 script like jarwrapper instead of jexec to register executable jars with
 binfmt-misc? This question also came up in the bug report.

Here is my guess:
`jexec` only works with openjdk installed. At one point debian had
multiple java implementation (sun, kaffe...). These days only two
really remains, so maybe an easier solution would be to have a
`gcj-exec` provided by `gcj-jdk` to mimic openjdk package. Which means
it would be much easier to handle the LD_LIBRARY_PATH issue within the
`gcj-exec` executable.

jarwrapper is only really needed with a custom jre installation...

2cts

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#764630: missing JNI path in jarwrapper

2014-12-03 Thread Mathieu Malaterre
On Wed, Dec 3, 2014 at 9:06 AM, Markus Koschany a...@gambaru.de wrote:
[...]
 On a side note: jarwrapper exports LD_LIBRARY_PATH=/usr/lib/jni. Was
 this ever useful because -Djava.library.path is still used?

I believe you *should* try your patch on libvtk-java package. I can't
remember if each and every java module (*.so) are explictely loaded
within the jar file, or if the behavior rely on existing (valid)
LD_LIBRARY_PATH pointing to (sub) java modules. In other word, only
/usr/lib/jni/libfoo.so is loaded but needs /usr/lib/jni/libbar.so.

Thanks for preparing a patch,

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#770608:

2014-12-01 Thread Mathieu Malaterre
tags -1 pending

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=770608#17

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#764630: missing JNI path in jarwrapper

2014-11-25 Thread Mathieu Malaterre
On Tue, Nov 25, 2014 at 12:49 AM, Emmanuel Bourg ebo...@apache.org wrote:
 Le 21/11/2014 17:12, Mathieu Malaterre a écrit :

 Maybe this is time to change the Java policy §2.4 Java libraries

 This means that dicomscope package would install only the `jar` file,
 and the x86 or x86_64 native lib (*.so) can be installed whether the
 user want the 32bits or the 64bits version.

 Comments ?

 The policy change is certainly a good idea, but it will not solve this
 specific issue.

 For example, let say we are on an amd64 system and we install the
 package libfoo-java that depends on libfoo-jni. libfoo-jni installs its
 .so in a multiarch path (/usr/lib/x86_64-linux-gnu). We install the 32
 bits JRE from Oracle and set it as the default JRE. Then we run foo with
 jarwrapper. jarwrapper tries to build the library path, and seeing we
 are on amd64 set it to /usr/lib:/usr/lib/x86_64-linux-gnu. foo fails
 because we tried loading a 64 bits library from a 32 bits VM.

That is the correct behavior. When I want to run an x86 executable
(apps are not co-installable) but install the default amd64 (x86_64)
it does not work (the amd64 is used instead). So to run an x86 you
need to explicitly install libfoo-jni:i386, that is the intended
behavior.

 Actually jarwrapper has to guess the 32/64 bits architecture of the VM
 and build the library path accordingly (at least for the architectures
 where Oracle provides a JVM, that's amd64/i386 and maybe the arm
 variants). So the logic would be:

  Are we running on amd64/i386?
  - Yes : Check if the VM is 32 or 64 bits
   (by parsing the output of java -d32 -version
and java -d64 -version)
- 32 bits : set the library path to /usr/lib:/usr/lib/i386-linux-gnu
- 64 bits : set the library path to /usr/lib:/usr/lib/x86_64-linux-gnu
  - No : this is a Debian VM and the path is ok by default, do nothing

Building a proper library path for an Oracle JRE is maybe outside of
debian policy ? and beyond debian-java responsabilities ?

Maybe what was not clear is that jexec does have the proper behavior,
jarwrapper should only be used only if the first binfmts (=jexec)
fails to execute.

In summary:
1. Make jexec the default binfmts (before jarwrapper)
2. Update jarwrapper to use the above mentionned `java -d32|64` trick
to build the library path.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#764630: missing JNI path in jarwrapper

2014-11-21 Thread Mathieu Malaterre
On Fri, Nov 21, 2014 at 12:23 PM, Emmanuel Bourg ebo...@apache.org wrote:
 On Thu, 30 Oct 2014 10:36:02 +0100 Mathieu Malaterre ma...@debian.org
 wrote:

 Currently jarwrapper is used as backend for binfmts (not sure why this
 is not jexec). Anyway the script is incomplete, now that we have
 multi-arch JNI location:

 This is tricky, because if we add the multi arch path based on the
 output of dpkg-architecture, we'll still get an error with a 32 bits JRE
 on a 64 bits system. The java.library.path parameter would point to
 /usr/lib/x86_64-linux-gnu when it should actually include
 /usr/lib/i386-linux-gnu.

 A solution would be to remove the java.library.path parameter from
 jarwrapper. The openjdk-*-jre packages already include the right
 multiarch path so it's not necessary to add this parameter in this case
 (I verified dicomscope starts without it). But if an Oracle VM is used
 instead it would still break.

Maybe this is time to change the Java policy §2.4 Java libraries

From:

[...]
These dynamic libraries should be shipped in a separate
architecture-specific package named libXXX[version]-jni.
[...]

to:

[...]
These dynamic libraries *must* be shipped in a separate
architecture-specific package named libXXX[version]-jni.
[...]

This means that dicomscope package would install only the `jar` file,
and the x86 or x86_64 native lib (*.so) can be installed whether the
user want the 32bits or the 64bits version.

Comments ?

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#737988: Cannot build package

2014-02-07 Thread Mathieu Malaterre
Package: libcommons-fileupload-java
Version: 1.3-3
Severity: serious

For some reason libcommons-fileupload-java fails to build on my wheezy
system. It fails with:

---
 T E S T S
---
Running org.apache.commons.fileupload.ParameterParserTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.208 sec
Running org.apache.commons.fileupload.MultipartStreamTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.commons.fileupload.DiskFileItemSerializeTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.apache.commons.fileupload.DefaultFileItemTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec
Running org.apache.commons.fileupload.ServletFileUploadTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.13 sec
Running org.apache.commons.fileupload.ProgressListenerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.45 sec
Running org.apache.commons.fileupload.SizesTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.722 sec
Running org.apache.commons.fileupload.StreamingTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.391 sec
Running org.apache.commons.fileupload.FileItemHeadersTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.apache.commons.fileupload.util.mime.MimeUtilityTestCase
Tests run: 6, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 0.078
sec  FAILURE!
Running org.apache.commons.fileupload.util.mime.QuotedPrintableDecoderTestCase
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec
Running org.apache.commons.fileupload.util.mime.Base64DecoderTestCase
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec

Results :

Failed tests:
decodeUtf8QuotedPrintableEncoded(org.apache.commons.fileupload.util.mime.MimeUtilityTestCase):
expected: h[�! ���]u !!! but was: h[é! àèô]u !!!
  
decodeUtf8Base64Encoded(org.apache.commons.fileupload.util.mime.MimeUtilityTestCase):
expected: h[�! ���]u !!! but was: h[é! àèô]u !!!

Tests run: 67, Failures: 2, Errors: 0, Skipped: 0

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#730695: downgrading

2014-02-07 Thread Mathieu Malaterre
Control: severity -1 important

As discussed over at

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730685#24

I believe this bug cannot be marked as serious, since this only impact
backports. Downgrading to important as explained by release-team
(libguava-java = 15.0 is in sid anyway)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#737990: Fails to build on wheezy

2014-02-07 Thread Mathieu Malaterre
Package: stapler
Version: 1.218-1
Severity: important

For some reason I cannot build stapler on wheezy system, it fails with:

jh_installlibs -plibstapler-java
jh_classpath -plibstapler-java
error: Can't rename /usr/share/java/stapler.jar as
/usr/share/java/stapler.zbk Permission denied
 at /usr/share/perl5/Archive/Zip/Archive.pm line 454
Archive::Zip::Archive::overwriteAs('Archive::Zip::Archive=HASH(0x19e5fa0)',
'/usr/share/java/stapler.jar') called at
/usr/share/perl5/Archive/Zip/Archive.pm line 422
Archive::Zip::Archive::overwrite('Archive::Zip::Archive=HASH(0x19e5fa0)')
called at /usr/bin/jh_manifest line 342
main::update_jar('Getopt::Long::CallBack=HASH(0x2069ae8)', undef)
called at /usr/bin/jh_manifest line 144
jh_manifest: Writing modified jar (/usr/share/java/stapler.jar)
failed: Permission denied
make: *** [binary-post-install/libstapler-java] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#737994: fails to build on wheezy

2014-02-07 Thread Mathieu Malaterre
Package: jenkins-trilead-ssh2
Version: 217-jenkins-3-1

I cannot build the package on wheeyz system. It fails with:

[INFO] Scanning for projects...
[INFO] 
[INFO] Building Ganymed SSH2 for Java
[INFO]task-segment: [package]
[INFO] 
[INFO] [resources:resources {execution: default-resources}]
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered
resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory
/tmp/jenkins-trilead-ssh2-217-jenkins-3/src/main/resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 130 source files to
/tmp/jenkins-trilead-ssh2-217-jenkins-3/target/classes
[INFO] 
[ERROR] BUILD FAILURE
[INFO] 
[INFO] Compilation failure

/tmp/jenkins-trilead-ssh2-217-jenkins-3/src/com/trilead/ssh2/channel/Channel.java:[13,7]
static import declarations are not supported in -source 1.3
(use -source 5 or higher to enable static import declarations)
import static com.trilead.ssh2.util.IOUtils.closeQuietly;

/tmp/jenkins-trilead-ssh2-217-jenkins-3/src/com/trilead/ssh2/channel/FifoBuffer.java:[53,21]
';' expected


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 2 seconds
[INFO] Finished at: Fri Feb 07 13:41:02 CET 2014
[INFO] Final Memory: 6M/108M
[INFO] 
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


It would be nice to have it as backport (this would solve 730685)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#737988:

2014-02-07 Thread Mathieu Malaterre
What's really annoying is that DEB_BUILD_OPTIONS=nocheck is not taken
into account.

Policy says it is recommended to support those flags:
https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#737994: fails to build on wheezy

2014-02-07 Thread Mathieu Malaterre
Control: tags -1 patch
Control: severity -1 wishlist

On Fri, Feb 7, 2014 at 1:52 PM, Emmanuel Bourg ebo...@apache.org wrote:
 On Wheezy the maven-compiler-plugin defaults to the Java 1.3 language
 level. The version in unstable/testing is more recent and defaults to
 1.5. To solve this you have to add this to debian/maven.properties:

 maven.compiler.source=1.5
 maven.compiler.target=1.5

That work thanks !

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#737990:

2014-02-07 Thread Mathieu Malaterre
Using javahelper version 0.45, I can get a little further:

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /tmp/stapler-1.218/jsp/target/stapler-jsp-1.218.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /tmp/stapler-1.218/jsp/target/stapler-jsp-1.218.jar
to 
/tmp/stapler-1.218/debian/maven-repo/org/kohsuke/stapler/stapler-jsp/1.218/stapler-jsp-1.218.jar
[INFO] 
[INFO] Building Stapler Jelly module
[INFO]task-segment: [install]
[INFO] 
[INFO] 
[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) org.jvnet.maven-jellydoc-plugin:jellydoc-annotations:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command:
  mvn install:install-file
-DgroupId=org.jvnet.maven-jellydoc-plugin
-DartifactId=jellydoc-annotations -Dversion=debian -Dpackaging=jar
-Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there:
  mvn deploy:deploy-file -DgroupId=org.jvnet.maven-jellydoc-plugin
-DartifactId=jellydoc-annotations -Dversion=debian -Dpackaging=jar
-Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency:
  1) org.kohsuke.stapler:stapler-jelly:jar:1.218
  2) org.jvnet.maven-jellydoc-plugin:jellydoc-annotations:jar:debian

--
1 required artifact is missing.

for artifact:
  org.kohsuke.stapler:stapler-jelly:jar:1.218

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



NOTE: Maven is executing in offline mode. Any artifacts not already in
your local
repository will be inaccessible.


[INFO] 
[INFO] For more information, run Maven with the -e switch
[INFO] 
[INFO] Total time: 13 seconds
[INFO] Finished at: Fri Feb 07 13:38:39 CET 2014
[INFO] Final Memory: 27M/361M
[INFO] 
make: *** [mvn-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#730685:

2014-02-07 Thread Mathieu Malaterre
Even with an up-to-date libjenkins-trilead-ssh2-java package, the
package cannot be backported to wheezy. It fails with:

dh_install -plibtrilead-putty-extension-java
dh_link -plibtrilead-putty-extension-java
dh_installmime -plibtrilead-putty-extension-java
dh_installgsettings -plibtrilead-putty-extension-java
jh_installlibs -plibtrilead-putty-extension-java
jh_classpath -plibtrilead-putty-extension-java
error: Can't rename /usr/share/java/trilead-putty-extension.jar as
/usr/share/java/trilead-putty-extension.zbk Permission denied
 at /usr/share/perl5/Archive/Zip/Archive.pm line 454
Archive::Zip::Archive::overwriteAs('Archive::Zip::Archive=HASH(0x19e6fc0)',
'/usr/share/java/trilead-putty-extension.jar') called at
/usr/share/perl5/Archive/Zip/Archive.pm line 422
Archive::Zip::Archive::overwrite('Archive::Zip::Archive=HASH(0x19e6fc0)')
called at /usr/bin/jh_manifest line 342
main::update_jar('Getopt::Long::CallBack=HASH(0x280e288)', undef)
called at /usr/bin/jh_manifest line 147
jh_manifest: Writing modified jar
(/usr/share/java/trilead-putty-extension.jar) failed: Permission
denied
make: *** [binary-post-install/libtrilead-putty-extension-java] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

This happens with a javahelper version 0.45

My guess is that a newer maven-debian-helper should be used (wild guess).

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#714596: a package should build from scratch

2014-02-07 Thread Mathieu Malaterre
Control: severity -1 serious

I failed to understand why this would be wishlist ? Shouldn't a
package in debian always build nicely from scratch ?
I understand that the task is tedious, but it should bootstrap nicely
instead of having to manually do steps.

Right ?

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#738003: FTBFS from wheezy

2014-02-07 Thread Mathieu Malaterre
Package: maven-debian-helper
Version: 1.6.6
Severity: important

For some reason I cannot backport the current m-d-h on my wheezy
system it fails with:

process-resources:

process-pom:
[mkdir] Created dir:
/tmp/maven-debian-helper-1.6.6/debian-maven-plugin/target/classes/META-INF/maven/org.debian.maven/debian-maven-plugin
 [copy] Copying 2 files to
/tmp/maven-debian-helper-1.6.6/debian-maven-plugin/target/classes/META-INF/maven/org.debian.maven/debian-maven-plugin

mvn-generate:

mvn-shared-repo:

mvn-local-repo:
 [copy] Copying 2016 files to
/tmp/maven-debian-helper-1.6.6/debian/.mh/maven-repo
 [java] + Error stacktraces are turned on.
 [java] -
 [java] this realm = plexus.core
 [java] Number of imports: 0
 [java] -
 [java] FATAL ERROR: Unable to configure the Maven application
 [java] Error stacktrace:
 [java] 
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component 'org.apache.maven.Maven', it could not be
started
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:339)
 [java] at org.codehaus.plexus.embed.Embedder.lookup(Embedder.java:78)
 [java] at 
org.apache.maven.cli.MavenCli.createMavenInstance(MavenCli.java:598)
 [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:335)
 [java] at org.apache.maven.cli.MavenCli.main(MavenCli.java:100)
 [java] Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException:
Error starting component
 [java] at 
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:109)
 [java] at 
org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:95)
 [java] at 
org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:92)
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
 [java] ... 4 more
 [java] Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.PhaseExecutionException:
Error composing component
 [java] at 
org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:33)
 [java] at 
org.codehaus.plexus.lifecycle.AbstractLifecycleHandler.start(AbstractLifecycleHandler.java:101)
 [java] at 
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:105)
 [java] ... 7 more
 [java] Caused by:
org.codehaus.plexus.component.composition.CompositionException:
Composition failed of field projectBuilder in object of type
org.apache.maven.DefaultMaven because the requirement
ComponentRequirement{role='org.apache.maven.project.MavenProjectBuilder',
roleHint='null', fieldName='null'} was missing
 [java] at 
org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:154)
 [java] at 
org.codehaus.plexus.component.composition.FieldComponentComposer.assembleComponent(FieldComponentComposer.java:73)
 [java] at 
org.codehaus.plexus.component.composition.DefaultComponentComposerManager.assembleComponent(DefaultComponentComposerManager.java:68)
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.composeComponent(DefaultPlexusContainer.java:1486)
 [java] at 
org.codehaus.plexus.personality.plexus.lifecycle.phase.CompositionPhase.execute(CompositionPhase.java:29)
 [java] ... 9 more
 [java] Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLookupException:
Unable to lookup component
'org.apache.maven.project.MavenProjectBuilder', it could not be
started
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:339)
 [java] at 
org.codehaus.plexus.component.composition.FieldComponentComposer.assignRequirementToField(FieldComponentComposer.java:129)
 [java] ... 13 more
 [java] Caused by:
org.codehaus.plexus.component.repository.exception.ComponentLifecycleException:
Error starting component
 [java] at 
org.codehaus.plexus.component.manager.AbstractComponentManager.startComponentLifecycle(AbstractComponentManager.java:109)
 [java] at 
org.codehaus.plexus.component.manager.AbstractComponentManager.createComponentInstance(AbstractComponentManager.java:95)
 [java] at 
org.codehaus.plexus.component.manager.ClassicSingletonComponentManager.getComponent(ClassicSingletonComponentManager.java:92)
 [java] at 
org.codehaus.plexus.DefaultPlexusContainer.lookup(DefaultPlexusContainer.java:331)
 [java] ... 14 more
 [java] Caused by:
org.codehaus.plexus.personality.plexus.lifecycle.phase.PhaseExecutionException:
Error composing component
 [java] at 

Bug#736101: Non free files

2014-01-19 Thread Mathieu Malaterre
forcemerge 657281 736101

On Sun, Jan 19, 2014 at 8:52 PM, bastien ROUCARIES
roucaries.bast...@gmail.com wrote:
 Package: src:fop
 Version: 1:1.1.dfsg-2
 Severity: serious
 User: debian...@debian.org
 Usertags:  license-problem-md5sum-non-free-file
 X-Debbugs-CC: ftpmas...@debian.org

 Thess file is not free
 fop 1:1.1.dfsg-2 (source)
 src/java/org/apache/fop/pdf/sRGB Color Space Profile.icm usual name is 
 sRGB.icm. This file may not be distributed without fee if modified. See also 
 http://bugs.debian.org/657281.

Dup of 657281 AFAIK

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#721925: saxonb is not free

2013-09-05 Thread Mathieu Malaterre
Package: saxonb
Severity: serious

As per discussion with ftp team, we have an issue with files in saxonb:

http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/2013-September/043308.html

-- Forwarded message --
From: Michael Kay m...@saxonica.com
Date: Mon, Sep 2, 2013 at 11:24 PM
Subject: Re: Saxon-HE copyright
To: Eugene Zhukov jevgeni...@gmail.com


These Java interface definitions are taken from the XQJ specification,
JSR 225, which you can find here:

http://jcp.org/aboutJava/communityprocess/final/jsr225/index.html

along with the licensing terms.

An extract of the license is:

In addition, to the extent that an implementation of the Specification
would be considered
a derivative work under applicable law requiring a license grant from
the holder of the
copyright in the Specification, the Spec Lead grants a copyright
license solely for the
purpose of making and/or distributing an implementation of the
Specification that: (a)
except for the RI code licensed from Oracle under the RI License which
is attached
hereto as Exhibit B, does not include or otherwise make any use of the
RI; (b) fully
implements the Specification including all of its required interfaces
and functionality; (c)
does not modify, subset, superset or otherwise extend those public
class or interface
declarations whose names begin with “java;” and (d) passes the TCK.

In other words: Saxon, as an implementation of the XQJ specification,
takes advantage
of the copyright license granted by Oracle, and satisifies the terms
of this license insofar
as it is a complete implementation of the specification and passes the TCK.

NOTE: I am not a lawyer and this is not legal advice.

Michael Kay
Saxonica

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#713889:

2013-06-24 Thread Mathieu Malaterre
ref:
http://opendap.org/java-DAP

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#713889: javadap 1.0.0 is out !

2013-06-23 Thread Mathieu Malaterre
Package: javadap
Severity: normal


technically javadap 2.2 should be removed since this is now deprecated. Use now 
javadap2 1.0.0

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#709950: fop: fails to build xmlstarlet documentation on mips (java.lang.IllegalArgumentException)

2013-05-27 Thread Mathieu Malaterre
On Mon, May 27, 2013 at 1:51 AM, Mònica Ramírez mon...@debian.org wrote:
 $ fop -xml xmlstarlet-man.xml -xsl xmlstar-fodoc-style.xsl -pdf xmlstarlet.pdf
 Exception
 java.lang.IllegalArgumentException: Invalid profile data

 #580333 was a similar bug found in fop/1:0.95.dfsg-11 and was fixed in 
 fop/1:1.0.dfsg2-2.

 It seems there is a regression in fop/1:1.1.dfsg-2.

Hum, looks more like #680404

Looks like fop is using someting that really does not work with openjdk on mips.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#709950: fop: fails to build xmlstarlet documentation on mips (java.lang.IllegalArgumentException)

2013-05-27 Thread Mathieu Malaterre
On Mon, May 27, 2013 at 1:30 PM, Mathieu Malaterre ma...@debian.org wrote:
 On Mon, May 27, 2013 at 1:51 AM, Mònica Ramírez mon...@debian.org wrote:
 $ fop -xml xmlstarlet-man.xml -xsl xmlstar-fodoc-style.xsl -pdf 
 xmlstarlet.pdf
 Exception
 java.lang.IllegalArgumentException: Invalid profile data

 #580333 was a similar bug found in fop/1:0.95.dfsg-11 and was fixed in 
 fop/1:1.0.dfsg2-2.

 It seems there is a regression in fop/1:1.1.dfsg-2.

 Hum, looks more like #680404

 Looks like fop is using someting that really does not work with openjdk on 
 mips.

Hum, why is your buildds skrewed up:

$ cat 
https://buildd.debian.org/status/fetch.php?pkg=xmlstarletarch=mipsver=1.4.2-2stamp=1368583482;
[...]
Get:109 http://ftp.de.debian.org/debian/ unstable/main libfop-java all
1:1.0.dfsg2-6 [9107 kB]
Get:110 http://ftp.de.debian.org/debian/ unstable/main fop all
1:1.0.dfsg2-6 [22.1 kB]
[...]

fop 1:1.1.dfsg-2 has been in sid for a while now.

--
Mathieu

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#709950: fop: fails to build xmlstarlet documentation on mips (java.lang.IllegalArgumentException)

2013-05-27 Thread Mathieu Malaterre
# as per OP report
found 709950 1:1.1.dfsg-2
thanks

On Mon, May 27, 2013 at 2:36 PM, Mònica Ramírez mon...@debian.org wrote:
 found 709950 1:1.0.dfsg2-6
 thanks
...
 So, it failed with fop/1:1.0.dfsg2-6, but I've tested on a mips machine
 with fop/1:1.1.dfsg-2 and it is still failing with the same error.

 It's not a regression, but still a bug :-(

Thanks ! Please copy/paste the exact output as found from mips (call
stack and al.)

Regards,

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#567210:

2013-05-17 Thread Mathieu Malaterre
tags 567210 important
thanks

Technically this render the package unusable if you do not have
internet connection, right ? Should'nt this be marked a 'grave' then ?

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#568348: libsaxon-java: produces extra NS declaration if multiple prefixes for NS

2013-05-14 Thread Mathieu Malaterre
tags 568348 moreinfo
thanks

Shouldn't it be reported upstream instead ? saxon 6.5.5 hasnot been
work on for a long time.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#693234:

2013-04-11 Thread Mathieu Malaterre
found 693234 maven-debian-helper/1.6.1
thanks

Same goes for ctakes:

$ wget 
http://mirror.olnevhost.net/pub/apache//incubator/ctakes/apache-ctakes-3.0.0-incubating-src.tar.gz
$ tar xvfz apache-ctakes-3.0.0-incubating-src.tar.gz
$ cd apache-ctakes-3.0.0-incubating-src
$ mh_make
Environment variable DEBLICENSE not set, using GPL-3+ by default

Enter the name of the new Debian source package. If empty, it will
defaults to apache-ctakes


Enter the name of the binary package. If empty, it will defaults to
libapache-ctakes-java


Run tests while building the package?
[y]/n 

Generate the Javadoc while building the package?
[y]/n 

Checking that apt-file is installed and has been configured...
[ok]

Checking that licensecheck is installed...
[ok]

Solving dependencies for package libapache-ctakes-java (tests are
included) (documentation is included)
Analysing pom.xml...
 of scope runtime ...
Apr 11, 2013 11:55:16 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE: Error while resolving ./pom.xml: Dangling meta character '+'
near index 0
+)\.(.*)/\$1\.\$2\.x/
^
Apr 11, 2013 11:55:16 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE:
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
at java.util.regex.Pattern.error(Pattern.java:1730)
at java.util.regex.Pattern.sequence(Pattern.java:1895)
at java.util.regex.Pattern.expr(Pattern.java:1769)
at java.util.regex.Pattern.compile(Pattern.java:1477)
at java.util.regex.Pattern.init(Pattern.java:1150)
at java.util.regex.Pattern.compile(Pattern.java:840)
at org.debian.maven.repo.Rule.init(Rule.java:49)
at org.debian.maven.repo.Rule.init(Rule.java:36)
at org.debian.maven.repo.DependencyRule.maybeParseRule(DependencyRule.java:71)
at org.debian.maven.repo.DependencyRule.maybeParseRule(DependencyRule.java:78)
at org.debian.maven.repo.DependencyRule.init(DependencyRule.java:39)
at org.debian.maven.repo.POMInfo.getPublishedRules(POMInfo.java:104)
at org.debian.maven.repo.Repository.searchMatchingPOM(Repository.java:129)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:514)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:299)
at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:254)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:896)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#682069: yui-compressor: Can't find bundle for base name org.mozilla.javascript.resources.Messages, locale en_US

2013-03-08 Thread Mathieu Malaterre
Hi,

On Fri, Mar 8, 2013 at 3:58 PM, Michael Stapelberg
stapelb...@debian.org wrote:
 Hi Mathieu,

 Mathieu Malaterre ma...@debian.org writes:
 $ wget https://raw.github.com/thatcher/openseadragon/master/openseadragon.js
 $ yui-compressor -o test.js openseadragon.js
 I am not sure why yui-compressor in Debian does not print out useful
 error messages. Anyway, the javascript file you refer to is invalid, as
 you can see when you try to compress it via this online tool (also using
 yui-compressor, but with proper error reporting):

 http://refresh-sf.com/yui/

 I suppose this bug should be retitled “yui-compressor’s error reporting
 does not work in Debian”. Do you agree?

yui-compressor could definitely prints out some message whether or not
the js is valid or not. But fundamentally it should not throw an error
like this, at least it should catch it's own exception.
gcc catch it's own ICE and report them nicely.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#698419: Version 2.1.0 is out

2013-01-18 Thread Mathieu Malaterre
Package: xslthl
Severity: normal

2.1.0 is out. Please package it.

It will need a change in sh vs bourne shell

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#698419: Acknowledgement (Version 2.1.0 is out)

2013-01-18 Thread Mathieu Malaterre
Cant build package:

$ mh_make 
--from-svn=https://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/xslthl-2.1.0/
[...]

Solving dependencies for package libxslthl-java (tests are included)
(documentation is included)
Analysing pom.xml...
Resolving org.sonatype.oss:oss-parent:pom:7 of scope runtime...
Jan 18, 2013 10:37:03 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE: Error while resolving ./pom.xml: Dangling meta character '+'
near index 0
+)\.(.*)/\$1\.\$2\.x/
^
Jan 18, 2013 10:37:03 AM org.debian.maven.packager.DependenciesSolver
resolveDependencies
SEVERE:
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
at java.util.regex.Pattern.error(Pattern.java:1730)
at java.util.regex.Pattern.sequence(Pattern.java:1895)
at java.util.regex.Pattern.expr(Pattern.java:1769)
at java.util.regex.Pattern.compile(Pattern.java:1477)
at java.util.regex.Pattern.init(Pattern.java:1150)
at java.util.regex.Pattern.compile(Pattern.java:840)
at org.debian.maven.repo.Rule.init(Rule.java:44)
at org.debian.maven.repo.DependencyRule.init(DependencyRule.java:41)
at org.debian.maven.repo.POMInfo.getPublishedRules(POMInfo.java:275)
at 
org.debian.maven.repo.Repository.searchMatchingPOM(Repository.java:130)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:987)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:629)
at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:585)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:1420)

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#697922: org.apache.fop.render.rtf.RTFHandler.startPageSequence(RTFHandler.java:221)

2013-01-11 Thread Mathieu Malaterre
Package: fop
Version: 1:1.1.dfsg-1
Severity: important

I cannot use the RTF output, it keeps on failing with:

Building formatting object tree
Unhandled element: xmpmeta at 1/12385
ExtensionAttachment of category adobe:ns:meta/ added to fo:declarations: 
org.apache.fop.fo.extensions.xmp.XMPMetadata@290fd7f6
Only simple-page-masters are supported on page-sequences. Using default 
simple-page-master from page-sequence-master body. (See position 1:14047)
Exception
java.lang.NullPointerException
  at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:303)
  at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130)
  at org.apache.fop.cli.Main.startFOP(Main.java:177)
  at org.apache.fop.cli.Main.main(Main.java:208)
Caused by: java.lang.NullPointerException
  at org.apache.fop.render.rtf.RTFHandler.startPageSequence(RTFHandler.java:221)
  at 
org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:119)
  at 
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:325)
  at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175)
  at 
org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1073)
  at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
  at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
  at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)
  at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  at 
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
  at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:300)
  ... 3 more

-

java.lang.NullPointerException
  at org.apache.fop.render.rtf.RTFHandler.startPageSequence(RTFHandler.java:221)
  at 
org.apache.fop.fo.pagination.PageSequence.startOfNode(PageSequence.java:119)
  at 
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:325)
  at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:175)
  at 
org.apache.xalan.transformer.TransformerIdentityImpl.startElement(TransformerIdentityImpl.java:1073)
  at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
  at org.apache.xerces.xinclude.XIncludeHandler.startElement(Unknown Source)
  at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown 
Source)
  at 
org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown
 Source)
  at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown 
Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
  at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
  at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
  at org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown Source)
  at 
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:485)
  at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:300)
  at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:130)
  at org.apache.fop.cli.Main.startFOP(Main.java:177)
  at org.apache.fop.cli.Main.main(Main.java:208)



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.4-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  default-jre-headl 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headl 4.4.5-2Java runtime environment using GIJ
ii  gcj-jre-headless  4:4.4.5-1  Java runtime environment using GIJ
ii  libfop-java   1:1.1.dfsg-1   XML formatter driven by XSL Format
ii  openjdk-6-jre-hea 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
pn  fop-docnone(no description available)
ii  libservlet2.5-java 6.0.35-1+squeeze2 Servlet 2.5 and JSP 2.1 Java API c

-- debconf-show failed

__
This is the maintainer address of Debian's Java team

Bug#695108: mh_make fails to find log4j for quartz

2012-12-04 Thread Mathieu Malaterre
Package: maven-debian-helper
Version: 1.1
Severity: normal

Hi,

mh_make fails with the following:

[ERROR] BUILD ERROR
[INFO] 
[INFO] Failed to resolve artifact.

Missing:
--
1) log4j:log4j:jar:debian

  Try downloading the file manually from the project website.

  Then, install it using the command: 
  mvn install:install-file -DgroupId=log4j -DartifactId=log4j 
-Dversion=debian -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
  mvn deploy:deploy-file -DgroupId=log4j -DartifactId=log4j 
-Dversion=debian -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
1) org.quartz-scheduler:quartz:jar:2.1.6
2) log4j:log4j:jar:debian

--
1 required artifact is missing.

for artifact: 
  org.quartz-scheduler:quartz:jar:2.1.6

from the specified remote repositories:
  central (http://repo1.maven.org/maven2)



-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk1:1.6-40  Standard Java or Java compatible D
ii  libmaven-clean-plugin-java 2.3-3 Maven clean plugin
ii  libmaven-compiler-plugin-j 2.0.2-4   Maven compiler plugin
ii  libmaven-jar-plugin-java   2.2-4 Maven Jar plugin
ii  libmaven-resources-plugin- 2.3-5 Maven resources plugin
ii  libmaven-site-plugin-java  2.1-1 Maven Site Plugin for generating a
ii  libplexus-velocity-java1.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.7.1~bpo60+1 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:
pn  libmaven-javadoc-plugin-java  none (no description available)

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#695108:

2012-12-04 Thread Mathieu Malaterre
Steps to reproduce:

$ mh_make --from-svn=http://svn.terracotta.org/svn/quartz/tags/quartz-2.1.6

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#694369:

2012-11-26 Thread Mathieu Malaterre
severity 694369 important
tags 694369 pending
thanks

I do not believe this is a serious issue. Simply do

$ sudo apt-get install libfop-java -t experimental

This is fixed in fop/svn

Thanks !

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#693234: Error while resolving ./pom.xml: Dangling meta character '+' near index 0

2012-11-14 Thread Mathieu Malaterre
Package: maven-debian-helper
Version: 1.1
Severity: important

I cannot run mh_make on xslthl. It fails with:

$ mh_make 
--from-svn=http://xslthl.svn.sourceforge.net/svnroot/xslthl/tags/xslthl-2.1.0/
[...]
Solving dependencies for package libxslthl-java (tests are included) 
(documentation is included)
Analysing pom.xml...
Resolving org.sonatype.oss:oss-parent:pom:7 of scope runtime...
Nov 14, 2012 2:12:12 PM org.debian.maven.packager.DependenciesSolver 
resolveDependencies
SEVERE: Error while resolving ./pom.xml: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
Nov 14, 2012 2:12:12 PM org.debian.maven.packager.DependenciesSolver 
resolveDependencies
SEVERE: 
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
  at java.util.regex.Pattern.error(Pattern.java:1730)
  at java.util.regex.Pattern.sequence(Pattern.java:1895)
  at java.util.regex.Pattern.expr(Pattern.java:1769)
  at java.util.regex.Pattern.compile(Pattern.java:1477)
  at java.util.regex.Pattern.init(Pattern.java:1150)
  at java.util.regex.Pattern.compile(Pattern.java:840)
  at org.debian.maven.repo.Rule.init(Rule.java:44)
  at org.debian.maven.repo.DependencyRule.init(DependencyRule.java:41)
  at org.debian.maven.repo.POMInfo.getPublishedRules(POMInfo.java:275)
  at org.debian.maven.repo.Repository.searchMatchingPOM(Repository.java:130)
  at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:987)
  at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:629)
  at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:585)
  at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:1420)


-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk1:1.6-40  Standard Java or Java compatible D
ii  libmaven-clean-plugin-java 2.3-3 Maven clean plugin
ii  libmaven-compiler-plugin-j 2.0.2-4   Maven compiler plugin
ii  libmaven-jar-plugin-java   2.2-4 Maven Jar plugin
ii  libmaven-resources-plugin- 2.3-5 Maven resources plugin
ii  libmaven-site-plugin-java  2.1-1 Maven Site Plugin for generating a
ii  libplexus-velocity-java1.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.7.1~bpo60+1 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:
pn  libmaven-javadoc-plugin-java  none (no description available)

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#693234:

2012-11-14 Thread Mathieu Malaterre
found 693234 maven-debian-helper/1.5.1
thanks

I can reproduce this from my sid/schroot system.

It really looks like #643276, maybe a regression from 1.4.5 ?

Thanks.

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#692556: java.lang.NullPointerException: Parameter alpha must not be null

2012-11-07 Thread Mathieu Malaterre
Package: fop
Version: 1:1.0.dfsg2-6~bpo60+1
Severity: normal


fop is not capable of dealing with some PNG, it keeps on failing with:

Error while rendering page 9
java.lang.NullPointerException: Parameter alpha must not be null

Exception
java.lang.NullPointerException: Parameter alpha must not be null



Input is:

$ pnginfo test.png
test.png...
  Image Width: 411 Image Length: 225
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 1
  Pixel depth (Pixel Depth): 8
  Colour Type (Photometric Interpretation): PALETTED COLOUR with alpha (18 
colours, 17 transparent) 
  Image filter: Single row per byte filter 
  Interlacing: No interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 0, 0 (unit unknown)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0


As a simple workaround:

$ convert test.png new.png
$ pnginfo new.png
new.png...
  Image Width: 411 Image Length: 225
  Bitdepth (Bits/Sample): 8
  Channels (Samples/Pixel): 4
  Pixel depth (Pixel Depth): 32
  Colour Type (Photometric Interpretation): RGB with alpha channel 
  Image filter: Single row per byte filter 
  Interlacing: No interlacing 
  Compression Scheme: Deflate method 8, 32k window
  Resolution: 0, 0 (unit unknown)
  FillOrder: msb-to-lsb
  Byte Order: Network (Big Endian)
  Number of text strings: 0 of 0

...just works out of the box !

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  default-jre-headl 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headl 4.4.5-2Java runtime environment using GIJ
ii  gcj-jre-headless  4:4.4.5-1  Java runtime environment using GIJ
ii  libfop-java   1:1.0.dfsg2-6~bpo60+1  XML formatter driven by XSL Format
ii  openjdk-6-jre-hea 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
pn  fop-docnone(no description available)
ii  libservlet2.5-java 6.0.35-1+squeeze2 Servlet 2.5 and JSP 2.1 Java API c

-- no debconf information
attachment: test.png__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.

Bug#691474: fop 1.1 is out

2012-10-25 Thread Mathieu Malaterre
Package: fop
Version: 1:1.0.dfsg2-6~bpo60+1
Severity: normal


So that it is logged somewhere, fop 1.1 is out ! It would be nice to package it:
http://xmlgraphics.apache.org/fop/1.1/

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages fop depends on:
ii  default-jre-headl 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headl 4.4.5-2Java runtime environment using GIJ
ii  gcj-jre-headless  4:4.4.5-1  Java runtime environment using GIJ
ii  libfop-java   1:1.0.dfsg2-6~bpo60+1  XML formatter driven by XSL Format
ii  openjdk-6-jre-hea 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

Versions of packages fop recommends:
ii  libsaxon-java 1:6.5.5-6  The Saxon XSLT Processor

Versions of packages fop suggests:
pn  fop-docnone(no description available)
ii  libservlet2.5-java 6.0.35-1+squeeze2 Servlet 2.5 and JSP 2.1 Java API c

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#691202: Missing B-D to cdbs

2012-10-22 Thread Mathieu Malaterre
Package: libswingx1-java
Version: 1:1.0-1
Severity: serious


Package is missing B-D to cdbs and as such FTBFS. Marking as serious.

Thanks

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#691203: Missing B-D to ant

2012-10-22 Thread Mathieu Malaterre
Package: libswingx1-java
Version: 1:1.0-1
Severity: serious

I cannot build the package on a stable system. It currently fails with:

mkdir -p .
cd .  /usr/lib/jvm/default-java/bin/java -classpath 
/usr/share/ant/lib/ant.jar:/usr/share/ant/lib/ant-launcher.jar:/usr/share/java/ant-nodeps.jar:/usr/lib/jvm/default-java/lib/tools.jar
  -Dant.home=/usr/share/ant org.apache.tools.ant.Main -Dpackage=swingx1 
-Dversion=1.0   -buildfile debian/build.xml  package javadoc
Buildfile: /tmp/libswingx1-java-1.0/debian/build.xml

package:

BUILD FAILED
/tmp/libswingx1-java-1.0/debian/build.xml:37: The following error occurred 
while executing this line:
/tmp/libswingx1-java-1.0/debian/build.xml:21: The following error occurred 
while executing this line:
java.io.FileNotFoundException: /usr/share/maven-ant-helper/maven-build.xml (No 
such file or directory)
  at java.io.FileInputStream.open(Native Method)
  at java.io.FileInputStream.init(FileInputStream.java:137)
  at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:246)
  at org.apache.tools.ant.helper.ProjectHelper2.parse(ProjectHelper2.java:177)
  at org.apache.tools.ant.ProjectHelper.configureProject(ProjectHelper.java:80)
  at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:392)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.taskdefs.MacroInstance.execute(MacroInstance.java:398)
  at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  at java.lang.reflect.Method.invoke(Method.java:616)
  at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
  at org.apache.tools.ant.Task.perform(Task.java:348)
  at org.apache.tools.ant.Target.execute(Target.java:390)
  at org.apache.tools.ant.Target.performTasks(Target.java:411)
  at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1360)
  at org.apache.tools.ant.Project.executeTarget(Project.java:1329)
  at 
org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
  at org.apache.tools.ant.Project.executeTargets(Project.java:1212)
  at org.apache.tools.ant.Main.runBuild(Main.java:801)
  at org.apache.tools.ant.Main.startAnt(Main.java:218)
  at org.apache.tools.ant.Main.start(Main.java:180)
  at org.apache.tools.ant.Main.main(Main.java:269)

Total time: 0 seconds
make: *** [debian/stamp-ant-build] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


Thanks

-- System Information:
Debian Release: 6.0.6
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.3-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-- no debconf information

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#691202:

2012-10-22 Thread Mathieu Malaterre
Actually it looks like ant and javahelper are missing too.

Thanks

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#691203: Acknowledgement (Missing B-D to ant)

2012-10-22 Thread Mathieu Malaterre
Even after installing: maven-ant-helper I still get some error during building:

  [javadoc] 
/tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientPreviewPanel.java:26:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.RadialGradientPaint;
  [javadoc]^
  [javadoc] 
/tmp/libswingx1-java-1.0/src/java/org/jdesktop/swingx/color/GradientTrackRenderer.java:23:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.MultipleGradientPaint;
  [javadoc]^
  [javadoc] 
/tmp/libswingx1-java-1.0/src/beaninfo/org/jdesktop/swingx/editors/PainterUtil.java:50:
package org.apache.batik.ext.awt does not exist
  [javadoc] import org.apache.batik.ext.awt.LinearGradientPaint;

I guess I could merge 691203 and 691202 into one... let me know what you think.

thanks

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#689436:

2012-10-03 Thread Mathieu Malaterre
severity 689436 normal
tags 689436 upstream
tags 689436 confirmed
thanks

This is a known issue, downgrading severity since there are workarounds, eg:

https://issues.apache.org/bugzilla/show_bug.cgi?id=48765#c1


...
one possible way to work around this segfault is to pass the following
to the xsltproc engine:


  --stringparam hyphenate 0



I am leaving this bug open as to prevent any further duplicates.

-M

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#686019:

2012-10-02 Thread Mathieu Malaterre
block 686019 by 687429
block 686019 by 687379
thanks

In fact the issue is not in fop but instead in xpdf and evince (which
uses the same pdf rendering engine: poppler). Using acrobat reader and
or mupdf does solve the issue.

I am leaving this issue open to prevent any further duplicate report,
until this get fixed upstream (xpdf).

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Bug#688085: SEVERE: Cannot resolve dependencies in ./pom.xml: Dangling meta

2012-09-19 Thread Mathieu Malaterre
Package: maven-debian-helper
Version: 1.5.1
Severity: important

  I am trying to package Perf4j using mh_make. It seems to work quite
well. Steps:

$ wget https://github.com/perf4j/perf4j/tarball/perf4j-0.9.16
$ tar xvfz [...]
$ mh_make
Environment variable DEBLICENSE not set, using GPL-3+ by default

Enter the name of the new Debian source package. If empty, it will
defaults to perf4j


Enter the name of the binary package. If empty, it will defaults to
libperf4j-java


Run tests while building the package?
[y]/n  y

Generate the Javadoc while building the package?
[y]/n  y

Checking that apt-file is installed and has been configured...
[ok]

Checking that licensecheck is installed...
[ok]

Solving dependencies for package libperf4j-java (tests are included)
(documentation is included)
Analysing pom.xml...
Enter the upstream version for the package. If you press Enter it
will default to 0.9.16


Version of org.perf4j:perf4j is 0.9.16
Choose how it will be transformed:
[1] - Replace all versions starting by 0. with 0.x
 2  - Change the version to the symbolic 'debian' version
 3  - Keep the version
 4  - Custom rule

Resolving log4j:log4j:jar:1.2.14 of scope compile...
Sep 13, 2012 9:16:29 AM
org.debian.maven.packager.DependenciesSolver$ToResolve resolve
SEVERE: Cannot resolve dependencies in ./pom.xml: Dangling meta
character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
java.util.regex.PatternSyntaxException: Dangling meta character '+' near index 0
+)\.(.*)/\$1\.\$2\.x/
^
at java.util.regex.Pattern.error(Pattern.java:1730)
at java.util.regex.Pattern.sequence(Pattern.java:1895)
at java.util.regex.Pattern.expr(Pattern.java:1769)
at java.util.regex.Pattern.compile(Pattern.java:1477)
at java.util.regex.Pattern.init(Pattern.java:1150)
at java.util.regex.Pattern.compile(Pattern.java:840)
at org.debian.maven.repo.Rule.init(Rule.java:44)
at org.debian.maven.repo.DependencyRule.init(DependencyRule.java:41)
at org.debian.maven.repo.POMInfo.getPublishedRules(POMInfo.java:275)
at 
org.debian.maven.repo.Repository.searchMatchingPOM(Repository.java:130)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:987)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependency(DependenciesSolver.java:883)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependencies(DependenciesSolver.java:878)
at 
org.debian.maven.packager.DependenciesSolver.access$000(DependenciesSolver.java:56)
at 
org.debian.maven.packager.DependenciesSolver$ToResolve.resolve(DependenciesSolver.java:353)
at 
org.debian.maven.packager.DependenciesSolver.resolveDependenciesNow(DependenciesSolver.java:864)
at 
org.debian.maven.packager.DependenciesSolver.solveDependencies(DependenciesSolver.java:598)
at 
org.debian.maven.packager.DependenciesSolver.main(DependenciesSolver.java:1420)
Resolving org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0.2
of scope runtime...
Dependency org.apache.maven.plugins:maven-compiler-plugin:maven-plugin:2.0.2
found in package libmaven-compiler-plugin-java
[ok]

Resolving org.apache.maven.plugins:maven-release-plugin:maven-plugin:2.2.1
of scope runtime...

In pom.xml:
This plugin is not useful for the build or its use is against Debian
policies. Ignore this plugin?
  org.apache.maven.plugins:maven-release-plugin:maven-plugin:2.2.1

ref:
http://lists.debian.org/debian-java/2012/09/msg9.html

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages maven-debian-helper depends on:
ii  default-jdk1:1.6-40  Standard Java or Java compatible D
ii  libmaven-clean-plugin-java 2.3-3 Maven clean plugin
ii  libmaven-compiler-plugin-j 2.0.2-4   Maven compiler plugin
ii  libmaven-jar-plugin-java   2.2-4 Maven Jar plugin
ii  libmaven-resources-plugin- 2.3-5 Maven resources plugin
ii  libmaven-site-plugin-java  2.1-1 Maven Site Plugin for generating a
ii  libplexus-velocity-java1.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.7.1~bpo60+1 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:
pn  libmaven-javadoc-plugin-java  none (no 

Bug#685995: Exception in thread main java.lang.NoSuchFieldError: MAC_GLYPH_NAMES

2012-08-27 Thread Mathieu Malaterre
Package: fop
Version: 1:1.0.dfsg2-6~bpo60+1
Severity: grave

I cannot generate a simple docbook file. It fails with the following exception:

[warning] /usr/bin/fop: Unable to locate servlet-api in /usr/share/java
Image not found. URI: images/draft.png. (See position 1:9612)
Image not found. URI: images/draft.png. (See position 1:10270)
Image not found. URI: images/draft.png. (See position 1:10926)
Image not found. URI: images/draft.png. (See position 1:11579)
Image not found. URI: images/draft.png. (See position 1:12229)
Image not found. URI: images/draft.png. (See position 1:12879)
Image not found. URI: images/draft.png. (See position 1:13526)
Image not found. URI: images/draft.png. (See position 1:14178)
Image not found. URI: images/draft.png. (See position 1:14830)
Image not found. URI: images/draft.png. (See position 1:15479)
Image not found. URI: images/draft.png. (See position 1:16130)
Image not found. URI: images/draft.png. (See position 1:16781)
Image not found. URI: images/draft.png. (See position 1:17429)
Image not found. URI: images/draft.png. (See position 1:18080)
Image not found. URI: images/draft.png. (See position 1:18731)
Image not found. URI: images/draft.png. (See position 1:19379)
Image not found. URI: images/draft.png. (See position 1:20031)
Image not found. URI: images/draft.png. (See position 1:20683)
Image not found. URI: images/draft.png. (See position 1:21332)
Font Symbol,normal,700 not found. Substituting with Symbol,normal,400.
Font ZapfDingbats,normal,700 not found. Substituting with 
ZapfDingbats,normal,400.
Exception in thread main java.lang.NoSuchFieldError: MAC_GLYPH_NAMES
  at org.apache.fop.fonts.truetype.TTFFile.readPostScript(TTFFile.java:1018)
  at org.apache.fop.fonts.truetype.TTFFile.readFont(TTFFile.java:542)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:98)
  at org.apache.fop.fonts.truetype.TTFFontLoader.read(TTFFontLoader.java:84)
  at org.apache.fop.fonts.FontLoader.getFont(FontLoader.java:190)
  at org.apache.fop.fonts.FontLoader.loadFont(FontLoader.java:139)
  at org.apache.fop.fonts.LazyFont.load(LazyFont.java:134)
  at org.apache.fop.fonts.LazyFont.hasChar(LazyFont.java:192)
  at org.apache.fop.fonts.Font.hasChar(Font.java:232)
  at org.apache.fop.svg.PDFTextUtil.selectFontForChar(PDFTextUtil.java:111)
  at org.apache.fop.svg.PDFTextPainter.paintTextRun(PDFTextPainter.java:184)
  at 
org.apache.fop.svg.NativeTextPainter.paintTextRuns(NativeTextPainter.java:91)
  at org.apache.batik.gvt.renderer.StrokingTextPainter.paint(Unknown Source)
  at org.apache.batik.gvt.TextNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.CanvasGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at org.apache.batik.gvt.CompositeGraphicsNode.primitivePaint(Unknown Source)
  at org.apache.batik.gvt.AbstractGraphicsNode.paint(Unknown Source)
  at 
org.apache.fop.render.pdf.PDFImageHandlerSVG.handleImage(PDFImageHandlerSVG.java:168)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:227)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImage(AbstractIFPainter.java:183)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingImageHandler(AbstractIFPainter.java:148)
  at 
org.apache.fop.render.intermediate.AbstractIFPainter.drawImageUsingURI(AbstractIFPainter.java:270)
  at org.apache.fop.render.pdf.PDFPainter.drawImage(PDFPainter.java:146)
  at 
org.apache.fop.render.intermediate.IFRenderer.drawImage(IFRenderer.java:1171)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderImage(IFRenderer.java:1158)
  at 
org.apache.fop.render.AbstractRenderer.renderViewport(AbstractRenderer.java:741)
  at 
org.apache.fop.render.AbstractPathOrientedRenderer.renderViewport(AbstractPathOrientedRenderer.java:709)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderViewport(IFRenderer.java:860)
  at 
org.apache.fop.render.AbstractRenderer.renderInlineArea(AbstractRenderer.java:634)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderInlineArea(IFRenderer.java:912)
  at 
org.apache.fop.render.AbstractRenderer.renderLineArea(AbstractRenderer.java:609)
  at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:544)
  at 
org.apache.fop.render.AbstractRenderer.renderBlock(AbstractRenderer.java:581)
  at 
org.apache.fop.render.intermediate.IFRenderer.renderBlock(IFRenderer.java:976)
  at 
org.apache.fop.render.AbstractRenderer.renderBlocks(AbstractRenderer.java:534)

Bug#682069: yui-compressor: Can't find bundle for base name org.mozilla.javascript.resources.Messages, locale en_US

2012-07-19 Thread Mathieu Malaterre
Package: yui-compressor
Version: 2.4.7-1
Severity: important


Steps:

$ wget https://raw.github.com/thatcher/openseadragon/master/openseadragon.js
$ yui-compressor -o test.js openseadragon.js

See attached error.log file.

Thanks much !


-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'testing'), (100, 
'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-0.bpo.2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages yui-compressor depends on:
ii  default-jre-headl 1:1.6-40   Standard Java or Java compatible R
ii  gcj-4.4-jre-headl 4.4.5-2Java runtime environment using GIJ
ii  gcj-jre-headless  4:4.4.5-1  Java runtime environment using GIJ
ii  java-wrappers 0.1.16 wrappers for java executables
ii  libjargs-java 1.0.0-2Command-line argument parsing for 
ii  openjdk-6-jre-hea 6b18-1.8.13-0+squeeze2 OpenJDK Java runtime, using Hotspo

yui-compressor recommends no packages.

yui-compressor suggests no packages.

-- no debconf information
Exception in thread main java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:616)
at com.yahoo.platform.yui.compressor.Bootstrap.main(Bootstrap.java:21)
Caused by: java.util.MissingResourceException: Can't find bundle for base name 
org.mozilla.javascript.resources.Messages, locale en_US
at 
java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1539)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1278)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:805)
at 
org.mozilla.javascript.ScriptRuntime$DefaultMessageProvider.getMessage(ScriptRuntime.java:3608)
at 
org.mozilla.javascript.ScriptRuntime.getMessage(ScriptRuntime.java:3592)
at 
org.mozilla.javascript.ScriptRuntime.getMessage0(ScriptRuntime.java:3540)
at org.mozilla.javascript.Parser.addError(Parser.java:145)
at org.mozilla.javascript.Parser.reportError(Parser.java:160)
at org.mozilla.javascript.Parser.memberExprTail(Parser.java:2039)
at org.mozilla.javascript.Parser.memberExpr(Parser.java:1977)
at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1832)
at org.mozilla.javascript.Parser.mulExpr(Parser.java:1761)
at org.mozilla.javascript.Parser.addExpr(Parser.java:1742)
at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1722)
at org.mozilla.javascript.Parser.relExpr(Parser.java:1696)
at org.mozilla.javascript.Parser.eqExpr(Parser.java:1652)
at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1641)
at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1630)
at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1619)
at org.mozilla.javascript.Parser.andExpr(Parser.java:1607)
at org.mozilla.javascript.Parser.orExpr(Parser.java:1595)
at org.mozilla.javascript.Parser.condExpr(Parser.java:1578)
at org.mozilla.javascript.Parser.assignExpr(Parser.java:1563)
at org.mozilla.javascript.Parser.expr(Parser.java:1542)
at org.mozilla.javascript.Parser.statementHelper(Parser.java:1221)
at org.mozilla.javascript.Parser.statement(Parser.java:726)
at org.mozilla.javascript.Parser.parseFunctionBody(Parser.java:482)
at org.mozilla.javascript.Parser.function(Parser.java:611)
at org.mozilla.javascript.Parser.primaryExpr(Parser.java:2255)
at org.mozilla.javascript.Parser.memberExpr(Parser.java:1974)
at org.mozilla.javascript.Parser.unaryExpr(Parser.java:1832)
at org.mozilla.javascript.Parser.mulExpr(Parser.java:1761)
at org.mozilla.javascript.Parser.addExpr(Parser.java:1742)
at org.mozilla.javascript.Parser.shiftExpr(Parser.java:1722)
at org.mozilla.javascript.Parser.relExpr(Parser.java:1696)
at org.mozilla.javascript.Parser.eqExpr(Parser.java:1652)
at org.mozilla.javascript.Parser.bitAndExpr(Parser.java:1641)
at org.mozilla.javascript.Parser.bitXorExpr(Parser.java:1630)
at org.mozilla.javascript.Parser.bitOrExpr(Parser.java:1619)
at org.mozilla.javascript.Parser.andExpr(Parser.java:1607)
at org.mozilla.javascript.Parser.orExpr(Parser.java:1595)
at org.mozilla.javascript.Parser.condExpr(Parser.java:1578)
at org.mozilla.javascript.Parser.assignExpr(Parser.java:1563)
at org.mozilla.javascript.Parser.expr(Parser.java:1542)
at 

Bug#657281: fop vs non-free ?

2012-05-31 Thread Mathieu Malaterre
Any news on this bug ?

$ cat https://issues.apache.org/bugzilla/show_bug.cgi?id=52704#c12
Sylvestre Ledru 2012-04-13 11:26:24 UTC
I am in touch with HP on this subject. Looks like they might be able
to do something about this file.


Thanks



__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding pirl_2.3.6-1_amd64.changes

2012-05-26 Thread Mathieu Malaterre
On Fri, May 4, 2012 at 10:13 AM, Ansgar Burchardt ftpmas...@debian.org wrote:
 Hi,

 the images PIRL/Database/Icons/{Im,Ex}port_24.gif contain the following 
 notice:
 Copyright 2000 by Sun Microsystems, Inc. All Rights Reserved

 What is the license for these?

Please reject the package until situtation is completely solved. I do
not believe thoses icons are needed for the apps, so I can re-upload
without those icons.

Thanks

-- 
Mathieu

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


Re: Comments regarding lein-clojars_0.8.0-1_amd64.changes

2012-05-26 Thread Mathieu Malaterre
On Fri, May 4, 2012 at 1:50 PM, Alexander Reichle-Schmehl
ftpmas...@debian.org wrote:
 Really tiny; maintainer proded

Please reject lein-clojars. Noone seems to be interested on
debian-java. I'll include it only without the main app.

Thanks !
-- 
Mathieu

__
This is the maintainer address of Debian's Java team
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-maintainers. 
Please use
debian-j...@lists.debian.org for discussions and questions.


  1   2   3   4   >