On Wed, May 28, 2008 at 3:20 PM, Jeff Sexton <[EMAIL PROTECTED]> wrote: > On Wed, May 28, 2008 at 2:01 PM, Bruce Snyder <[EMAIL PROTECTED]> > wrote: > >> OK, I had no idea that you're now working to modify and build SMX >> itself. If you're working with the servicemix-xmpp component, the zip >> file Maven produces for that project will be placed in a directory >> named 'target' inside of the servicemix-xmpp project directory. >> > > I see other built directories under src/deployables/bindingcomponents but > there is no target directory under servicemix-xmpp > > If you want to change the actual JBI component (i.e., servicemix-xmpp) >> component then, yes, you will need to import the sources into Eclipse >> and modify the Java classes in the servicemix-xmpp project. >> > > Done that. I just don't see how to build the new zip file. It does not > seem to get built?
You need to build the full SMX 3 once first. Follow the instructions here: http://servicemix.apache.org/building.html After you build it once, you can build each subproject individually without building the entire project. This means that you'll be able to cd into the deployables/bindingcomponents/servicemix-xmpp and build from that directory just using 'mvn install'. > Thanks for the plugin pointer. I'll try setting that up too, real soon. > Building at the command line is fine for now, until I get the XMPP > functionality working at least. I didn't have much trouble creating a new > SU/SA by modifying an example, and learning that I needed two SUs. > > So... My question is, how to build the servicemix-xmpp zip file? As stated above, *after building the entire SMX project once,* cd into the deployables/bindingcomponents/servicemix-xmpp and build from that directory just using 'mvn install'. 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/
