And what is maven's target directory for this project?  Under src there is a
directory called target, that doesn't appear to be it.

I understand, at least enough for now, what the
servicemix-xmpp-3.2.1-installer.zip file is.  And it contains the code I
have to change.  It's using an older version of the smack jars.  There's
methods in there that no longer exist.  So I'm trying to figure out how to
rebuild it when the java is edited.  I created an SU and SA separately.
These build commands

mvn -Dmaven.test.skip=true -Pstep1 install
mvn -Dmaven.test.skip=true -Pstep2 install

If they build the servicemix-xmpp zip file, where's it end up so that I can
deploy it for testing?  I can build the class file in question via the
eclipse IDE, but putting it into the zip file each time is pretty awkward.
It would be nice to be able to edit, build and run in eclipse.  But if I
can't do that I at least would like to do some of the steps in an IDE...

The SU and SA I made all at the command line.  Using an IDE for that would
be nice eventually, but at least that's not a show shopper for now.

I'd be happy to write some sort of how-to up and post it someplace if I can
get something working.

On Wed, May 28, 2008 at 1:24 PM, Bruce Snyder <[EMAIL PROTECTED]>
wrote:

> On Wed, May 28, 2008 at 2:03 PM, jsexton0 <[EMAIL PROTECTED]> wrote:
> >
> > That makes sense.
> > Sorry this is such a slow process, but I still don't see how some things
> > work.  1) When I built with maven, where do the resulting binaries land?
>  2)
> > Does that rebuild c?
>
> Maven puts all compiled classes, packages, etc. into the target dir
> for the given project.
>
> The servicemix-xmpp-3.2.1-installer.zip file is the JBI component. Put
> that file into the SMX hotdeploy directory. That way when you start up
> SMX the servicemix-xmpp component will be running in memory but doing
> nothing. You need to tell it what to do by deploying a configuration
> to it. This is accomplished by creating a SU and SA and dropping the
> SA into the hotdeploy directory. The JBI container will extract the SU
> from the SA and send the SU to the servicemix-xmpp component and it
> will use the configuration.
>
> Have you read the What Is JBI? FAQ item yet?
>
> http://servicemix.apache.org/what-is-jbi.html
>
> That document provides a quick intro to JBI and will help you
> understand the big picture so you can get started.
>
> 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