On Tue, Jul 8, 2008 at 3:47 AM, Copo <[EMAIL PROTECTED]> wrote:
>
> Thank you very much, you solved most of my difficulties.
> So I used a Maven archetype to create a Maven project, and I added my class,
> I filled dependencies, I installed and I did mvn eclipse:eclipse, but
> eclipse still wants a package org.logicblaze.lingo.jms, and mvn still says
> that "package javax.jbi.messaging does not exist". What did I forget?

Regarding the Eclipse error, it sounds like the Eclipse classpath does
not contain all the necessary Lingo classes that you're using in your
project. The Eclipse .classpath file is generated by the
eclipse:eclipse goal if you're not using m2eclipse. If you are using
m2eclipse then it handles the creation of that file for you without
the need to run the eclipse:eclipse goal.

Regarding the Maven error, it sounds like you have a missing
dependency in a POM. The package it's seeing is located in the
servicemix-core component. Figure out which POM needs this dependency
and add it.

Bruce
-- 
perl -e 'print unpack("u30","D0G)[EMAIL 
PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*"
);'

Apache ActiveMQ - http://activemq.org/
Apache Camel - http://activemq.org/camel/
Apache ServiceMix - http://servicemix.org/

Blog: http://bruceblog.org/

Reply via email to