[jira] Updated: (ZOOKEEPER-633) Fetch netty using ivy for bookkeeper

2010-01-05 Thread Flavio Paiva Junqueira (JIRA)

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

Flavio Paiva Junqueira updated ZOOKEEPER-633:
-

Attachment: ZOOKEEPER-633.patch

Although the latest patch gets rid of the deprecated message, it does not 
include the bundle ivy:retrieve option, so I'm uploading a new patch that takes 
care of it. 

> Fetch netty using ivy for bookkeeper
> 
>
> Key: ZOOKEEPER-633
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-633
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: contrib-bookkeeper
>Reporter: Flavio Paiva Junqueira
>Assignee: Giridharan Kesavan
> Fix For: 3.3.0
>
> Attachments: ZOOKEEPER-633.patch, zookeeper-633.patch, 
> zookeeper-633.patch, zookeeper-633.patch
>
>
> The patch of ZOOKEEPER-507 requires netty and to compile we now have to 
> manually add the netty jar to {project root}/src/java/lib. GIven that we 
> bookkeeper already fetches junit and log4j using ivy, we could also do it for 
> netty. However, we need to configure it to fetch from a different repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-633) Fetch netty using ivy for bookkeeper

2010-01-04 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-633:
-

Attachment: zookeeper-633.patch

this patch fixes the DEPRECATED warning message.

tnx

> Fetch netty using ivy for bookkeeper
> 
>
> Key: ZOOKEEPER-633
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-633
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: contrib-bookkeeper
>Reporter: Flavio Paiva Junqueira
>Assignee: Giridharan Kesavan
> Fix For: 3.3.0
>
> Attachments: zookeeper-633.patch, zookeeper-633.patch, 
> zookeeper-633.patch
>
>
> The patch of ZOOKEEPER-507 requires netty and to compile we now have to 
> manually add the netty jar to {project root}/src/java/lib. GIven that we 
> bookkeeper already fetches junit and log4j using ivy, we could also do it for 
> netty. However, we need to configure it to fetch from a different repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-633) Fetch netty using ivy for bookkeeper

2010-01-04 Thread Benjamin Reed (JIRA)

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

Benjamin Reed updated ZOOKEEPER-633:


Attachment: zookeeper-633.patch

thanx giri! one small correction. netty has a type of "bundle" rather than 
"jar". (i'm not sure of the distinction, but i had to add a line to the 
ivy-retrieve to handle it.

> Fetch netty using ivy for bookkeeper
> 
>
> Key: ZOOKEEPER-633
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-633
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: contrib-bookkeeper
>Reporter: Flavio Paiva Junqueira
>Assignee: Giridharan Kesavan
> Fix For: 3.3.0
>
> Attachments: zookeeper-633.patch, zookeeper-633.patch
>
>
> The patch of ZOOKEEPER-507 requires netty and to compile we now have to 
> manually add the netty jar to {project root}/src/java/lib. GIven that we 
> bookkeeper already fetches junit and log4j using ivy, we could also do it for 
> netty. However, we need to configure it to fetch from a different repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.



[jira] Updated: (ZOOKEEPER-633) Fetch netty using ivy for bookkeeper

2010-01-04 Thread Giridharan Kesavan (JIRA)

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

Giridharan Kesavan updated ZOOKEEPER-633:
-

Attachment: zookeeper-633.patch

This patch adds a new ivyconfiguration file called ivysettings.xml which has 
the details of the resolver.
This new resolver would resolve dependencies from the jboss maven repo when the 
central maven repo 
doesn't have the required artifact.


> Fetch netty using ivy for bookkeeper
> 
>
> Key: ZOOKEEPER-633
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-633
> Project: Zookeeper
>  Issue Type: Improvement
>  Components: contrib-bookkeeper
>Reporter: Flavio Paiva Junqueira
>Assignee: Giridharan Kesavan
> Fix For: 3.3.0
>
> Attachments: zookeeper-633.patch
>
>
> The patch of ZOOKEEPER-507 requires netty and to compile we now have to 
> manually add the netty jar to {project root}/src/java/lib. GIven that we 
> bookkeeper already fetches junit and log4j using ivy, we could also do it for 
> netty. However, we need to configure it to fetch from a different repository.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.