https://bugzilla.redhat.com/show_bug.cgi?id=1109506
Bug ID: 1109506
Summary: No maven-docck-plugin package in EPEL7
Product: Fedora
Version: rawhide
Component: maven-docck-plugin
Assignee: huwang(a)redhat.com
Reporter: mattias.ellert(a)fysast.uu.se
QA Contact: extras-qa(a)fedoraproject.org
CC: huwang(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Description of problem:
Building packages that build requires maven-docck-plugin in EPEL 7 fails:
Error: No Package found for mvn(org.apache.maven.plugins:maven-docck-plugin)
Child return code was: 1
Version-Release number of selected component (if applicable):
none (which is the problem)
How reproducible:
Always
Steps to Reproduce:
1. Build any package that build requires maven-docck-plugin in EPEL 7
Actual results:
Build fails
Expected results:
Successful build
Additional info:
A scratchbuild of maven-docck-plugin in EPEL 7 is successful:
https://koji.fedoraproject.org/koji/taskinfo?taskID=7045310
--
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=wE8kEPDRgN&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1095077
Bug ID: 1095077
Summary: exec-maven-plugin: enable test suite
Product: Fedora
Version: rawhide
Component: exec-maven-plugin
Assignee: msrb(a)redhat.com
Reporter: msrb(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com, msrb(a)redhat.com
Description of problem:
Test suite in exec-maven-plugin 1.3 is currently disabled, because all tests
are failing with following error:
testIsResultCodeAFailure(org.codehaus.mojo.exec.ExecMojoTest) Time elapsed:
0.039 sec <<< ERROR!
java.lang.NoSuchMethodError:
org.codehaus.plexus.ContainerConfiguration.setClassPathScanning(Ljava/lang/String;)Lorg/codehaus/plexus/ContainerConfiguration;
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainerConfiguration(AbstractMojoTestCase.java:248)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setupContainer(AbstractMojoTestCase.java:222)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.getContainer(AbstractMojoTestCase.java:261)
at
org.apache.maven.plugin.testing.AbstractMojoTestCase.setUp(AbstractMojoTestCase.java:115)
at org.codehaus.mojo.exec.ExecMojoTest.setUp(ExecMojoTest.java:90)
Version-Release number of selected component (if applicable):
1.3-1
--
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=XHBSB6Tddh&a=cc_unsubscribe
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=958733
Bug ID: 958733
Summary: plexus-utils: suspicious shell quoting in
org.codehaus.plexus.util.cli
Product: Fedora
Version: 18
Component: plexus-utils
Severity: unspecified
Priority: unspecified
Assignee: fnasser(a)redhat.com
Reporter: fweimer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: fnasser(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
mizdebsk(a)redhat.com
Blocks: 958220
Category: ---
The shell quoting logic in this package (and the
org.codehaus.plexus.util.cli.shell) package looks fairly dangerous. It appears
to be mostly dead code. Client code should be migrated to
java.lang.ProcessBuilder.
The different quoting options (single quotes, double quotes) are difficult to
get right, and the reference to StringUtils is not particularly helpful because
the caller has to provide the correct set of characters to be escaped, which is
platform-dependent.
--
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=JhGrfK5sg6&a=cc_unsubscribe
https://bugzilla.redhat.com/show_bug.cgi?id=1098424
Bug ID: 1098424
Summary: tycho: Java class bundling/"static linking"
Product: Fedora
Version: rawhide
Component: tycho
Assignee: rgrunber(a)redhat.com
Reporter: fweimer(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: java-sig-commits(a)lists.fedoraproject.org,
krzysztof.daniel(a)gmail.com, mat.booth(a)redhat.com,
mizdebsk(a)redhat.com, rgrunber(a)redhat.com
Blocks: 1098237
tycho-0.20.0-6.fc21.noarch bundles many class files which are also available
from other Fedora packages. Here are a few examples:
/usr/share/java/tycho/org.eclipse.tycho.surefire.junit.jar contains
org/apache/maven/surefire/common/junit3/JUnit3Reflector, also part of
maven-surefire-provider-junit-0:2.17-1.fc21.noarch.
/usr/share/java/tycho/org.eclipse.tycho.surefire.junit4.jar contains
org/apache/maven/surefire/common/junit3/JUnit3TestChecker, also from
maven-surefire-provider-junit-0:2.17-1.fc21.noarch.
/usr/share/java/tycho/org.eclipse.tycho.surefire.osgibooter.jar contains the
class org/codehaus/plexus/util/AbstractScanner, which is part of
plexus-utils-3.0.16-2.fc21.noarch.
/usr/share/java/tycho/tycho-bundles-external.zip contains
org/apache/commons/logging/Log from
apache-commons-logging-1.1.3-11.fc21.noarch,
org/apache/commons/codec/BinaryDecoder from
apache-commons-codec-1.9-2.fc21.noarch, org/apache/http/auth/AUTH from
httpcomponents-client-4.3.3-1.fc21.noarch,
org/apache/http/ConnectionClosedException from
httpcomponents-core-4.3.2-1.fc21.noarch, org/sat4j/AbstractLauncher from
sat4j-2.3.5-3.fc21.noarch.
It seems that at least some of these class files are copied from build
dependencies into the JAR files of the tycho RPM. Such bundling/static linking
is against the Fedora packaging guidelines, specifically
<http://fedoraproject.org/wiki/Packaging:No_Bundled_Libraries>.
Referenced Bugs:
https://bugzilla.redhat.com/show_bug.cgi?id=1098237
[Bug 1098237] Java "static linking"/class bundling in Fedora
--
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=Ws5wsBGzEs&a=cc_unsubscribe
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.
Summary: Please build jtidy for EPEL 6
https://bugzilla.redhat.com/show_bug.cgi?id=719628
Summary: Please build jtidy for EPEL 6
Product: Fedora
Version: rawhide
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: unspecified
Priority: unspecified
Component: jtidy
AssignedTo: SpikeFedora(a)gmail.com
ReportedBy: redhat-bugzilla(a)linuxnetz.de
QAContact: extras-qa(a)fedoraproject.org
CC: dbhole(a)redhat.com, robert.scheck(a)etes.de,
SpikeFedora(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org
Classification: Fedora
Story Points: ---
Description of problem:
Please build jtidy from Fedora 15 for EPEL 6, because it is required to
build dom4j in EPEL 6.
Version-Release number of selected component (if applicable):
jtidy-1.0-0.10.20100930svn1125.fc15
Additional info:
Please let me know, if you just don't want to be the maintainer for the
jtidy EPEL 6 package...
--
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
https://bugzilla.redhat.com/show_bug.cgi?id=1110024
Bug ID: 1110024
Summary: Provide packages for EPEL6 and EPEL7
Product: Fedora
Version: rawhide
Component: qpid-proton-java
Assignee: puntogil(a)libero.it
Reporter: dpierce(a)redhat.com
QA Contact: extras-qa(a)fedoraproject.org
CC: dpierce(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
puntogil(a)libero.it
Currently the qpid-proton-java package cannot be built for either EPEL6 or
EPEL7 due to missing dependencies. This BZ is to track those missing
dependencies.
--
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=qtkTV37cBl&a=cc_unsubscribe