[daisy] Daisy Detachment - dependencies

tim_cranfield at goldenboat.net tim_cranfield at goldenboat.net
Mon Jul 3 22:11:07 CDT 2006


Previously I wrote:
>It appears jdic is not avaliable in the maven repository:

Marc had already provided the solution in the project readme 
file:
>note:  on first build you might need this variant:
>$ maven ->Dmaven.repo.remote=http://cocoondev.org/repository,http://www.ibiblio.org/maven,http://www.astrogrid.org/maven jar:install

The jdic jar is downloaded from astrogrid. Unfortunately 
running the program gives a NoClassDefFoundError for 
AppAssociationReaderFactory. This class is not included in the 
jdic jar but comes in OS specific jars such as 
jdic_stub_Linux-0.9.1.jar as can be found at 
http://www.astrogrid.org/maven/jdic/jars/. This class is used 
by the AssociationService class which is responsible for 
registering the ddz file type on the system.

It may be possible to include all the OS specific jars, but 
this leads to another point - only a few OS s are supported. 
Notably, Mac OS X is not supported. Would it be better to try 
some approach other than jdic?

Another NoClassDefFoundError comes for ExtensionRegistrar.
Where can this be found?


More information about the daisy mailing list