https://bugzilla.redhat.com/show_bug.cgi?id=1276653
Bug ID: 1276653
Summary: fop fails to include some images
Product: Fedora
Version: 23
Component: fop
Severity: high
Assignee: r.landmann(a)redhat.com
Reporter: wboessen(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: c.david86(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msimacek(a)redhat.com,
msrb(a)redhat.com, rhbugs(a)n-dimensional.de,
r.landmann(a)redhat.com
Created attachment 1087917
--> https://bugzilla.redhat.com/attachment.cgi?id=1087917&action=edit
Complete output from fop on a failed run.
Description of problem:
When building a PDF from a .fo file on F23, some, but not all,
external-graphic elements with a relative path to a file will generate a
"SEVERE: File not found" image.
Version-Release number of selected component (if applicable): fop-2.0-2
How reproducible:
Always
Steps to Reproduce:
1. Have a directory tree like this:
test.fo
Common_Content/images/note.svg
2. include a tag like this in test.fo
<fo:external-graphic width="auto" height="auto" content-width="24pt"
src="url(Common_Content/images/note.svg)"/>
3. run fop
Actual results:
Lots of tracebacks about missing images
Expected results:
PDF renders with images, like fop-1.1 did.
Additional info:
The errors for missing images can be interesting, as the path they refer to has
the leading part doubled. The actual PDF does have empty gaps of the correct
size for the missing image.
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=HNt46vlCn3&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1256390
Bug ID: 1256390
Summary: Complaint about jpackage-utils is out of date
Product: Fedora
Version: rawhide
Component: fedora-review-plugin-java
Assignee: msimacek(a)redhat.com
Reporter: jonathan.underwood(a)gmail.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msimacek(a)redhat.com,
msrb(a)redhat.com
Description of problem:
Currently fedora-review will complain thusly:
- Packages have proper BuildRequires/Requires on jpackage-utils
if a BR/R on jpackage-utils is missing. However, jpackage-utils is now provided
by the (renamed) package javapackages-tools, and so:
1) fedora-review should be looking for a BR/R on javapackages-tools, not
jpackage-utils
2) fedora-review could also complain if a BR/R for jpackage-utils is found, and
recommend it is replaced with javapackages-tools
Version-Release number of selected component (if applicable):
fedora-review.noarch 0.6.0-1.fc22
fedora-review-plugin-java.noarch 4.6.1-1.fc22
fedora-review-tests.noarch 0.6.0-1.fc22
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=zhZkEuTsDs&a=cc_unsubscribe
_______________________________________________
java-sig-commits mailing list
java-sig-commits(a)lists.fedoraproject.org
http://lists.fedoraproject.org/postorius/java-sig-commits@lists.fedoraproje…
https://bugzilla.redhat.com/show_bug.cgi?id=1201026
Bug ID: 1201026
Summary: enable scala-extensions
Product: Fedora
Version: rawhide
Component: mustache-java
Assignee: puntogil(a)libero.it
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, puntogil(a)libero.it
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=V3SbJBHivM&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1344641
Bug ID: 1344641
Summary: builddep mojo NPE on pomless projects
Product: Fedora
Version: rawhide
Component: xmvn
Assignee: mizdebsk(a)redhat.com
Reporter: msimacek(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mat.booth(a)redhat.com, mizdebsk(a)redhat.com,
msimacek(a)redhat.com, msrb(a)redhat.com
Description of problem:
XMVn builddep mojo crashes with NPE on tycho-pomless projects. This is because
Model.getLocation("") returns null for these. I inspected the object in
debugger and location hashmap contains only "properties" key which probably got
there via pom inheritance. I'm not sure of a correct solution. AFAIK location
tracking is not mandatory in maven, so XMVn, shouldn't rely on it (determine
whether dep/plugin was inherited by walking the graph?). Or it would probably
be more straightforward to patch polyglot to set the location. Or use the
"properties" key.
Stacktrace:
[ERROR] Failed to execute goal org.fedoraproject.xmvn:xmvn-mojo:2.5.0:builddep
(default-cli) on project eclipse-abrt: Execution default-cli of goal
org.fedoraproject.xmvn:xmvn-mojo:2.5.0:builddep failed. NullPointerException ->
[Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal
org.fedoraproject.xmvn:xmvn-mojo:2.5.0:builddep (default-cli) on project
eclipse-abrt: Execution default-cli of goal
org.fedoraproject.xmvn:xmvn-mojo:2.5.0:builddep failed.
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:116)
at
org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:80)
at
org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:51)
at
org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:128)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:307)
at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:193)
at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:106)
at org.apache.maven.cli.MavenCli.execute(MavenCli.java:863)
at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:288)
at org.apache.maven.cli.MavenCli.main(MavenCli.java:199)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:289)
at
org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:229)
at
org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:415)
at
org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:356)
Caused by: org.apache.maven.plugin.PluginExecutionException: Execution
default-cli of goal org.fedoraproject.xmvn:xmvn-mojo:2.5.0:builddep failed.
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:145)
at
org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:207)
... 20 more
Caused by: java.lang.NullPointerException
at org.fedoraproject.xmvn.mojo.BuilddepMojo.execute(BuilddepMojo.java:143)
at
org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:134)
... 21 more
Version-Release number of selected component (if applicable):
xmvn-0:2.5.0-7.fc25.noarch
How reproducible:
always
Steps to Reproduce:
1. rebuild eclipse-abrt
--
You are receiving this mail because:
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1296926
Bug ID: 1296926
Summary: Unable to build after rebase to PostgreSQL 9.5
Product: Fedora
Version: rawhide
Component: ambari
Assignee: pmackinn(a)redhat.com
Reporter: pkajaba(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
me(a)coolsvap.net, moceap(a)hotmail.com,
pmackinn(a)redhat.com
Description of problem:
Unable to build after rebase to PostgreSQL 9.5
here is koji url:
http://koji.fedoraproject.org/koji/taskinfo?taskID=12465992
After short look to log, it does not seem to be related to PostgreSQL
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=2keP2DmEbS&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1289690
Bug ID: 1289690
Summary: hawtjni-1.11 is available
Product: Fedora
Version: rawhide
Component: hawtjni
Assignee: mgoldman(a)redhat.com
Reporter: puntogil(a)libero.it
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mgoldman(a)redhat.com, mizdebsk(a)redhat.com
Latest upstream release: 1.1
Current version/release in rawhide: 1.10-5.fc23
URL: https://github.com/fusesource/hawtjni/tags
--
You are receiving this mail because:
You are on the CC list for the bug.
Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=3ccpUhFqRw&a=cc_unsubscribe