[Bug 850077] New: Split maven-shared into subpackages
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=850077
Bug ID: 850077
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: rawhide
Priority: unspecified
CC: akurtako(a)redhat.com,
java-sig-commits(a)lists.fedoraproject.org,
jcapik(a)redhat.com, tradej(a)redhat.com, yyang(a)redhat.com
Assignee: yyang(a)redhat.com
Summary: Split maven-shared into subpackages
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: tradej(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: maven-shared
Product: Fedora
This is a tracker bug for splitting maven-shared into subpackages.
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years
[Bug 876992] New: maven-wagon: FTBFS - cyclic dependency in reactor
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=876992
Bug ID: 876992
Summary: maven-wagon: FTBFS - cyclic dependency in reactor
Product: Fedora
Version: rawhide
Component: maven-wagon
Severity: unspecified
Priority: unspecified
Reporter: mizdebsk(a)redhat.com
Type: Bug
[ERROR] The projects in the reactor contain a cyclic reference: Edge between
'Vertex{label='org.apache.maven.wagon:wagon-ssh:1.0'}' and
'Vertex{label='org.apache.maven.wagon:wagon-ssh-common:1.0'}' introduces to
cycle in the graph org.apache.maven.wagon:wagon-ssh-common:1.0 -->
org.apache.maven.wagon:wagon-provider-api:1.0 -->
org.apache.maven.wagon:wagon-ssh:1.0 -->
org.apache.maven.wagon:wagon-ssh-common:1.0 -> [Help 1]
http://koji.fedoraproject.org/koji/taskinfo?taskID=4691693
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years
[Bug 849138] New: mandatory=core attribute in Export-Package header makes bundle unresolvable in Eclipse
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=849138
Bug ID: 849138
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: mandatory=core attribute in Export-Package header
makes bundle unresolvable in Eclipse
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: sgehwolf(a)redhat.com
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Description of problem:
Any eclipse plug-in requiring org.apache.lucene.* packages fail to resolve due
to mandatory=core attribute in Export-Package OSGi header.
Note that this is only an issue on F17 (F18, rawhide have fixed manifests)
Version-Release number of selected component (if applicable):
$ rpm -q lucene
lucene-2.9.4-8.fc17.noarch
How reproducible:
Always.
Steps to Reproduce:
1. Create Eclipse plug-in with Import-Package: org.apache.lucene.index
2. Attempt to run application
3. Plug-in fails to resolve
Actual results:
Resolution errors.
Expected results:
imported lucene packages should resolve
Additional info:
Removing 'mandadory=core' from the metadata in the manifest fixes this.
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years
[Bug 842611] New: lucene - compile with -target 1.5 or greater
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=842611
Bug ID: 842611
QA Contact: extras-qa(a)fedoraproject.org
Severity: medium
Version: rawhide
Priority: medium
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: lucene - compile with -target 1.5 or greater
Regression: ---
Story Points: ---
Classification: Fedora
OS: Linux
Reporter: mizdebsk(a)redhat.com
Type: ---
Documentation: ---
Hardware: All
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Package lucene appears to be using Java generics,
but generates class files in format older than 49.0,
which corresponds to J2SE 5.0, in which generics were introduced.
Please update this package to generate classes in format 49.0 or
above. This corresponds to -target 1.5 option of javac (or ecj).
For more information, see bug #842394
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years
[Bug 830762] New: lucene ships POMs with uninitialized version properties
by Red Hat Bugzilla
https://bugzilla.redhat.com/show_bug.cgi?id=830762
Bug ID: 830762
QA Contact: extras-qa(a)fedoraproject.org
Severity: unspecified
Version: 17
Priority: unspecified
CC: akurtako(a)redhat.com, hicham.haouari(a)gmail.com,
java-sig-commits(a)lists.fedoraproject.org,
kdaniel(a)redhat.com
Assignee: akurtako(a)redhat.com
Summary: lucene ships POMs with uninitialized version
properties
Regression: ---
Story Points: ---
Classification: Fedora
OS: Unspecified
Reporter: michel+fdr(a)sylvestre.me
Type: Bug
Documentation: ---
Hardware: Unspecified
Mount Type: ---
Status: NEW
Component: lucene
Product: Fedora
Created attachment 590902
--> https://bugzilla.redhat.com/attachment.cgi?id=590902&action=edit
POM file for clucy
Description of problem:
The latest Lucene RPM ships with POMs that have unitialized version properties,
thus causing mvn-rpmpackage to fail when building a package that uses Lucene as
a dependency.
Version-Release number of selected component (if applicable):
lucene-2.9.4-8.fc17.noarch
How reproducible:
Always
Steps to Reproduce:
1. grep "<version>@version@</version>" *lucene*.pom | wc -l
2. Attempt to build clucy (https://github.com/weavejester/clucy) using the
attached POM file
Actual results:
1. => 59
2. => fails with
[ERROR] Failed to execute goal on project clucy: Could not resolve dependencies
for project clucy:clucy:jar:0.3.0: The following artifacts could not be
resolved
: org.apache.lucene:lucene-highlighter:jar:latest,
org.apache.lucene:lucene-memo
ry:jar:@version@: The repository system is offline but the artifact
org.apache.l
ucene:lucene-highlighter:jar:latest is not available in the local repository.
->
[Help 1]
Expected results:
1. => 0
2. => succeeds
Additional info:
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years
[Bug 880282] New: Licence file missing
by Red Hat Bugzilla
Product: Fedora
https://bugzilla.redhat.com/show_bug.cgi?id=880282
Bug ID: 880282
Summary: Licence file missing
Product: Fedora
Version: rawhide
Component: plexus-cli
Severity: unspecified
Priority: unspecified
Reporter: tradej(a)redhat.com
The package is missing a licence file, which must be present to satisfy
paragraph 4., bullet 1. of the Apache Licence v2.0, which it is licensed under.
Please, provide it.
--
You are receiving this mail because:
You are on the CC list for the bug.
10 years