You know what, sorry for wasting your time.  These errors are different.
They look like the expected issues from exactly what I was after doing -
swapping the jar files to the newer versions.  I think I'm on track for the
moment, thanks!

On Thu, May 29, 2008 at 9:36 AM, Jeff Sexton <[EMAIL PROTECTED]> wrote:

> On Thu, May 29, 2008 at 9:21 AM, Chris Custine <[EMAIL PROTECTED]>
> wrote:
>
>> Earlier you said that the org.jivesoftware package was not found, which
>> means that maven is resolving the jar files (or else it would have failed
>> earlier) and is trying t compile against them.  I am not sure why it would
>> not see the jar files though.  Have you checked the jars in the maven repo
>> to make sure they have the correct packages?  BTW, I am wondering if you
>> installed the smackx jar file twice, once as smackx and once as smack?
>>
>
> You caught it, I did exactly that!
> So I re-did the jar install and tried it again.  The output is simular.  Is
> something else required to replace an incorrectly installed jar?
>
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building ServiceMix :: XMPP
> [INFO]    task-segment: [clean, install]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] [clean:clean]
> [INFO] Deleting directory
> /home/jsexton/apache-servicemix-3.2.1/src/deployables/bindingcomponents/servicemix-xmpp/target
> [INFO] [xbean:mapping {execution: default}]
> [INFO] Generating META-INF properties file:
> /home/jsexton/apache-servicemix-3.2.1/src/deployables/bindingcomponents/servicemix-xmpp/target/xbean/META-INF/services/org/apache/xbean/spring/http/
> servicemix.apache.org/xmpp/1.0 for namespace:
> http://servicemix.apache.org/xmpp/1.0
> [INFO] Generating Spring 2.0 handler mapping:
> /home/jsexton/apache-servicemix-3.2.1/src/deployables/bindingcomponents/servicemix-xmpp/target/xbean/META-INF/spring.handlers
> for namespace: http://servicemix.apache.org/xmpp/1.0
> [INFO] Generating Spring 2.0 schema mapping:
> /home/jsexton/apache-servicemix-3.2.1/src/deployables/bindingcomponents/servicemix-xmpp/target/xbean/META-INF/spring.schemas
> for namespace: http://servicemix.apache.org/xmpp/1.0
> [INFO] Generating HTML documentation file:
> /home/jsexton/apache-servicemix-3.2.1/src/deployables/bindingcomponents/servicemix-xmpp/target/xbean/servicemix-xmpp.xsd.html
> for namespace: http://servicemix.apache.org/xmpp/1.0
> Warning, could not load class: org.jivesoftware.smack.GroupChat:
> java.lang.ClassNotFoundException: org.jivesoftware.smack.GroupChat
> Warning, could not load class: org.apache.servicemix.xmpp.XMPPComponent:
> java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.XMPPComponent
> Warning, could not load class: org.apache.servicemix.xmpp.XMPPMarshaler:
> java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.XMPPMarshaler
> Warning, could not load class: org.apache.servicemix.xmpp.XMPPComponent:
> java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.XMPPComponent
> Warning, could not load class: org.apache.servicemix.xmpp.XMPPMarshaler:
> java.lang.ClassNotFoundException: org.apache.servicemix.xmpp.XMPPMarshaler
>
>

Reply via email to