Hello,
I built a distribution with build.sh dist-client and I found out that the concurrent.jar is needed for socket protocol.
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







Reply via email to