[Bug 1217422] New: xmvn-builddep: unexpanded variables in output
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1217422
Bug ID: 1217422
Summary: xmvn-builddep: unexpanded variables in output
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 sometimes outputs buildrequires with unexpanded variables
Version-Release number of selected component (if applicable):
xmvn-2.4.0-0.28.git49333a9.noarch
How reproducible:
always
Steps to Reproduce:
1. rebuild felix-bundlerepository
2. run xmvn-builddep on the build.log
Actual results:
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(net.sf.kxml:kxml2)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
BuildRequires: mvn(org.codehaus.woodstox:woodstox-core-asl)
BuildRequires: mvn(org.easymock:easymock)
BuildRequires: mvn(org.osgi:org.osgi.compendium)
BuildRequires: mvn(org.osgi:org.osgi.core)
BuildRequires: mvn(${project.groupId}:org.apache.felix.shell)
BuildRequires: mvn(${project.groupId}:org.apache.felix.utils)
BuildRequires: mvn(${project.groupId}:org.osgi.service.obr)
BuildRequires: mvn(xpp3:xpp3)
Expected results:
BuildRequires: maven-local
BuildRequires: mvn(junit:junit)
BuildRequires: mvn(net.sf.kxml:kxml2)
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.rat:apache-rat-plugin)
BuildRequires: mvn(org.codehaus.woodstox:woodstox-core-asl)
BuildRequires: mvn(org.easymock:easymock)
BuildRequires: mvn(org.osgi:org.osgi.compendium)
BuildRequires: mvn(org.osgi:org.osgi.core)
BuildRequires: mvn(org.apache.felix:org.apache.felix.shell)
BuildRequires: mvn(org.apache.felix:org.apache.felix.utils)
BuildRequires: mvn(org.apache.felix:org.osgi.service.obr)
BuildRequires: mvn(xpp3:xpp3)
--
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=PQlXaYXPad&a=cc_unsubscribe
7 years, 4 months
[Bug 1217473] New: xmvn-builddep generates buildrequires on plugins that weren't used
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1217473
Bug ID: 1217473
Summary: xmvn-builddep generates buildrequires on plugins that
weren't used
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 generates buildrequires on plugins that weren't used during the
build. Usually observed when the artifacts don't exist in Fedora.
Version-Release number of selected component (if applicable):
xmvn-2.4.0-0.28.git49333a9.noarch
How reproducible:
always
Steps to Reproduce:
1. rebuild log4j
2. run xmvn-builddep on the build.log
Actual results:
It generates buildrequires on artifact that doesn't exits in Fedora:
mvn(org.apache.maven.plugins:maven-pdf-plugin)
Expected results:
Buildrequires generated only on plugins that were actually used during the
build.
--
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=XT4t37R3cJ&a=cc_unsubscribe
7 years, 4 months
[Bug 1217462] New: xmvn-builddep always generates buildrequires on test dependencies
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1217462
Bug ID: 1217462
Summary: xmvn-builddep always generates buildrequires on test
dependencies
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 generates buildrequires on test dependencies even though tests
were disabled during the build.
Version-Release number of selected component (if applicable):
xmvn-2.4.0-0.28.git49333a9.noarch
How reproducible:
always
Steps to Reproduce:
1. rebuild log4j
2. run xmvn-builddep on the build.log
Actual results:
There's this line in the output
BuildRequires: mvn(org.mockejb:mockejb)
even though such artifact doesn't even exist in Fedora.
Expected results:
No test dependencies emitted when using %mvn_build -f
--
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=iPoFy7H4DC&a=cc_unsubscribe
7 years, 4 months
[Bug 1157983] New: maven-shared-utils: Test failures
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1157983
Bug ID: 1157983
Summary: maven-shared-utils: Test failures
Product: Fedora
Version: rawhide
Component: maven-shared-utils
Assignee: msrb(a)redhat.com
Reporter: mizdebsk(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,
tradej(a)redhat.com
Description of problem:
Update of maven-shared-utils to version 0.7 introduced 2 test failures, which
shourd be investigated.
Version-Release number of selected component (if applicable):
0.7-1
Failed tests:
FileUtilsTest.isASymbolicLink:1375 null
DirectoryScannerTest.followSymlinksFalse:132 expected:<9> but was:<11>
Tests run: 843, Failures: 2, Errors: 0, Skipped: 24
isASymbolicLink(org.apache.maven.shared.utils.io.FileUtilsTest) Time elapsed:
0.011 sec <<< FAILURE!
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at
org.apache.maven.shared.utils.io.FileUtilsTest.isASymbolicLink(FileUtilsTest.java:1375)
followSymlinksFalse(org.apache.maven.shared.utils.io.DirectoryScannerTest)
Time elapsed: 0.002 sec <<< FAILURE!
java.lang.AssertionError: expected:<9> but was:<11>
at org.junit.Assert.fail(Assert.java:88)
at org.junit.Assert.failNotEquals(Assert.java:743)
at org.junit.Assert.assertEquals(Assert.java:118)
at org.junit.Assert.assertEquals(Assert.java:555)
at org.junit.Assert.assertEquals(Assert.java:542)
at
org.apache.maven.shared.utils.io.DirectoryScannerTest.followSymlinksFalse(DirectoryScannerTest.java:132)
--
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=JOXEy6pH7e&a=cc_unsubscribe
7 years, 5 months
[Bug 1189956] New: ZooKeeper client (zkCli.sh) fails to start
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=1189956
Bug ID: 1189956
Summary: ZooKeeper client (zkCli.sh) fails to start
Product: Fedora
Version: 21
Component: zookeeper
Severity: urgent
Assignee: tstclair(a)redhat.com
Reporter: ctubbsii-fedora(a)apache.org
QA Contact: extras-qa(a)fedoraproject.org
CC: ethan(a)ethantuttle.com,
java-sig-commits(a)lists.fedoraproject.org,
jeff(a)ocjtech.us, s(a)shk.io, tstclair(a)redhat.com
Created attachment 988644
--> https://bugzilla.redhat.com/attachment.cgi?id=988644&action=edit
stack trace
Description of problem:
zkCli.sh fails to start, due to classpath issues
Version-Release number of selected component (if applicable):
zookeeper-3.4.6-2.fc21.x86_64
How reproducible:
Always
Steps to Reproduce:
1. yum install zookeeper
2. zkCli.sh
Actual results:
A ClassNotFoundException occurs regarding a log4j LogManager class.
Expected results:
Connect to specified zookeeper service or error message about service not
running.
Additional info:
May be related to #1181487
--
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=n1BwQYSngu&a=cc_unsubscribe
7 years, 5 months