What is the reason for that extracting the hivemind.jar and
including it's content in your applications jar?
Couldn't you just add the hivemind.jar to your classpath?

Achim

Am Fri, 17 Mar 2006 20:30:16 +0100 schrieb John Coleman <[EMAIL PROTECTED]>:

I'm trying to JAR my application using Ant, but both my applications hivemodule.xml and the HiveMinds one end up under META-INF, so when the JAR is executed only the last one written is found. This means I always get Exception in thread "main" org.apache.hivemind.ApplicationRuntimeException: There is no service point for interface... thrown.

      <metainf dir="src/main/resources/META-INF">
<include name="hivemodule.xml"/> <-- location of the apps hivemodule
      </metainf>
<zipgroupfileset dir="lib" includes="**/*.*"/> <-- contains hivemind.jar

How can the 2 coexist? Must I write my own registry loader? (seems drastic)

TIA
John




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • JAR issue John Coleman
    • Re: JAR issue Achim Hügen

Reply via email to