Hello,Hoi Meinrad,
I built a distribution with build.sh dist-client and I found out that the concurrent.jar is needed for socket protocol.
build dist-client
java -cp ./dist-client/lib/xmlBlasterClient.jar HelloWorld3 -protocol SOCKET
works out of the box here for xmlBlaster 0.9 (and contains concurrent.jar)
Do you use an old xmlBlaster version?
regards
Marcel
I added in my build.xml file following line:
<target name="dist-client-only" depends="" description="">
:
:
<!-- new Entry -->
<unjar src="${lib.dir}/concurrent.jar" dest="${dist-client.dir}/classes" />
:
:
Is this correct? regards Meinrad
-- http://www.xmlBlaster.org
