Are your computer behind some HTTP proxy or something to reach the internet?

If so then you need to configure maven to use the http proxy so it can
download the needed JARs
http://maven.apache.org/general.html#proxy-needed



On Mon, Jan 13, 2014 at 4:48 PM, doug5791 <tobed...@uwgb.edu> wrote:
> I am very new to using Apache Camel and Maven, while browsing the examples
> section of the Camel webpage I found the Café example and decided to open it
> up and trace through to learn a few things. When I import the Maven project
> into the IntelliJ IDE and try to "compile" I receive error messages because
> it cannot find the libraries for many of the import statements. A few of the
> libraries that are missing are:
>
> org.apache.camel.*builder*
> org.apache.camel.*ProducerTemplate*
> org.apache.camel.*impl*
> org.apache.camel.*CamelContext*
> and many more...
>
> It seems like the pom.xml file is messed up some how. Unfortunately I do not
> know enough about using Maven's POM.XML file to accurately troubleshoot this
> problem. However, the few dependencies that I know should exist, do exist:
> camel-core 2.12.2 and a few others.
>
> If there is any other info that anyone may need in order to help me out I am
> more than happy to gather it!
>
>
>
> --
> View this message in context: 
> http://camel.465427.n5.nabble.com/camel-example-cafe-does-not-compile-tp5745894.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
Red Hat, Inc.
Email: cib...@redhat.com
Twitter: davsclaus
Blog: http://davsclaus.com
Author of Camel in Action: http://www.manning.com/ibsen
Make your Camel applications look hawt, try: http://hawt.io

Reply via email to