On Thu, May 29, 2008 at 9:20 AM, Jeff Sexton <[EMAIL PROTECTED]> wrote:
> Here's what I did...
>
> Edited the pom file in the root and changed the version of the two smack
> entries to the current version, then ran "mvn -Dmaven.test.skip=true clean
> install"
> As expected, this complained that the jars were not found and gave an mvn
> install command to use to install each one.  I did that pointing to the
> current jar files.  Then I ran the "clean install" mvn command again.  Now,
> the failure is that the entire org.jivesoftware.smack package is not found.
> I know almost nothing about maven, except what I've seen while working on
> this, so I really have not idea what to do next...

These are not Maven errors per se. This Maven stating that it cannot
locate the versions of the jar that you have told it to look for in
the repositories listed in the root POM. Have you located the versions
of the smack jars you'd like to use in a Maven repository somewhere? I
just did a very quick search for the smack jars and the latest version
I can find in the central Maven repository is 2.2.1:

http://repo1.maven.org/maven2/jivesoftware/smack/

If a newer version is available, it needs to be published to a
publicly available Maven repository, preferably central, so that it is
accessible.

> Side observation: this build process has a pretty steep learning curve just
> to change 10 lines or so in XMPPEndPoint.java.

We are planning to begin slimming down the ServiceMix 3 build very
soon. However, ServiceMix is a complex product and working on the
source does require having some advanced knowledge of various pieces
of software including Maven.

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/
Apache Geronimo - http://geronimo.apache.org/

Blog: http://bruceblog.org/

Reply via email to