[ 
https://issues.apache.org/activemq/browse/CAMEL-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=58467#action_58467
 ] 

Claus Ibsen commented on CAMEL-2371:
------------------------------------

Ashwin can you add the JBoss Repo where the Netty JAR is located to the pom.xml 
of camel-netty.

It's now downloaded right now
{code}
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.jboss.netty:netty:jar:3.1.5.GA

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.jboss.netty -DartifactId=netty 
-Dversion=3.1.5.GA -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.jboss.netty -DartifactId=netty 
-Dversion=3.1.5.GA -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
-DrepositoryId=[id]

  Path to dependency: 
        1) org.apache.camel:camel-netty:bundle:2.3-SNAPSHOT
        2) org.jboss.netty:netty:jar:3.1.5.GA

----------
1 required artifact is missing.

for artifact: 
  org.apache.camel:camel-netty:bundle:2.3-SNAPSHOT

from the specified remote repositories:
  apache.snapshots (http://repository.apache.org/snapshots),
  Nexus (http://localhost:8081/nexus/content/groups/public),
{code}

PS: My nexus is just a cache for the usual central Maven repo

> Netty component
> ---------------
>
>                 Key: CAMEL-2371
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2371
>             Project: Apache Camel
>          Issue Type: New Feature
>            Reporter: Claus Ibsen
>            Assignee: Ashwin Karpe
>             Fix For: 2.3.0
>
>         Attachments: camel-netty20100324.diff, camel-netty20100324.zip, 
> camel-netty20100325.diff, camel-netty20100325.zip
>
>
> Consider creating a new JBoss [Netty|http://www.jboss.org/netty/] component 
> as a supplement to the MINA component.
> It starts to become a _joke_ with the Mina 2.0 release which has take 2+ 
> years and still not released. 
> And one of the primary drivers behind MINA joined JBoss and created Netty 
> instead. It appears as a good alternative.
> Netty is also Apache licensed.

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

Reply via email to