[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-12-18 Thread Steve Loughran (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Steve Loughran updated HADOOP-9611:
---

   Resolution: Fixed
Fix Version/s: 2.4.0
 Assignee: Timothy St. Clair
   Status: Resolved  (was: Patch Available)

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0, 2.1.0-beta
>Reporter: Timothy St. Clair
>Assignee: Timothy St. Clair
>  Labels: maven
> Fix For: 2.4.0
>
> Attachments: HADOOP-2.2.0-9611.patch, HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)


[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-10-24 Thread Robert Rati (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Rati updated HADOOP-9611:


Attachment: HADOOP-2.2.0-9611.patch

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0, 2.1.0-beta
>Reporter: Timothy St. Clair
>  Labels: maven
> Attachments: HADOOP-2.2.0-9611.patch, HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.



--
This message was sent by Atlassian JIRA
(v6.1#6144)


[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-05-30 Thread Timothy St. Clair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy St. Clair updated HADOOP-9611:
--

Status: Patch Available  (was: Open)

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0, 2.0.5-beta
>Reporter: Timothy St. Clair
>  Labels: maven
> Attachments: HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-05-30 Thread Timothy St. Clair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy St. Clair updated HADOOP-9611:
--

Component/s: build

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>  Components: build
>Affects Versions: 3.0.0, 2.0.5-beta
>Reporter: Timothy St. Clair
>  Labels: maven
> Attachments: HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-05-30 Thread Timothy St. Clair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy St. Clair updated HADOOP-9611:
--

Affects Version/s: 2.0.5-beta
   3.0.0

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>Affects Versions: 3.0.0, 2.0.5-beta
>Reporter: Timothy St. Clair
>  Labels: maven
> Attachments: HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HADOOP-9611) mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency

2013-05-30 Thread Timothy St. Clair (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-9611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Timothy St. Clair updated HADOOP-9611:
--

Attachment: HADOOP-9611.patch

Update to add cglib to pom dependencies.  Patch provided by pmack...@redhat.com

> mvn-rpmbuild against google-guice > 3.0 yields missing cglib dependency
> ---
>
> Key: HADOOP-9611
> URL: https://issues.apache.org/jira/browse/HADOOP-9611
> Project: Hadoop Common
>  Issue Type: Improvement
>Reporter: Timothy St. Clair
>  Labels: maven
> Attachments: HADOOP-9611.patch
>
>
> Google guice 3.0 repackaged some external dependencies (cglib), which are 
> broken out and exposed when running a mvn-rpmbuild against a stock Fedora 18 
> machine (3.1.2-6).  By adding the explicit dependency, it fixes the error and 
> causes no impact to normal mvn builds.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira