[kepler-users] More questions on configuration

Matt Jones jones at nceas.ucsb.edu
Wed Nov 5 10:17:58 PST 2008


Hi,

On Wed, Nov 5, 2008 at 8:43 AM, tog <guillaume.alleon at gmail.com> wrote:

> Dear all,
>
> Sorry for asking again some more questions :)
>
> I have an actor that is using plenty of third-party jars (a lot of
> them may collide some existing ones). For example my actor is using
> jaxb with a different version than the one located in
> /Applications/Kepler-1.0.0/Kepler.app/Kepler/lib/jar/
>
> I am therefore wondering if there is a way to isolate the loading of
> dependencies on a per actor basis ?

We're working on such a mechanism now.  We've recognized this conflicting
jar problem for a while, and now we are working on a new, modular system in
which actors or packages of actors are created in independent modules and
can specify their own jar dependencies, even if they have conflicting
version requirements for a particular jar file.  This is being accomplished
through the use of independent ClassLoaders for each of the modules.
Unfortunately, we are not done with this work yet and so it is not yet in
the default build for kepler.

However, if you want to experiment with our new build system, you could try
the alternate build which handles these module dependency conflicts.  It is
a work in progress and is likely to still change substantially -- we're
actively working on it -- so be prepared for problems if you try this
system.  Nevertheless, you might find it useful.  To see the alternate build
instructions, visit this page:
https://dev.kepler-project.org/developers/teams/build/documentation/the-new-build-system
Feedback on how that system works for you would be appreciated.



> I have then noticed this file .classpath.default. My understanding is
> that this file is containing all the (existing) jars required for the
> existing actors.
> Does that mean that removing all  these files + the actors definition
> located in /Applications/Kepler-1.0.0/Kepler.app/Kepler/kar/actors/
> will lead to  a kind of "empty" Kepler ?
>
> Therefore adding an actor is just:
>  - creating a kar file putting in
> /Applications/Kepler-1.0.0/Kepler.app/Kepler/kar/actors/
>  - adding the adequate dependencies in
> /Applications/Kepler-1.0.0/Kepler.app/Kepler/lib/jar
>  - modifying accordingly the .classpath.default file
>
> Am I right ?

No, the .classpath.default file is only used for the eclipse build.
Modifying it will not really affect how the ant build works.


>
>
> There is then still this issue of being able to use different jars of
> the same tools for different actors ?

Right -- having the build and runtime system support actors that require
conflicting jar files is a major requirement of the new build and runtime
system.  We'll get it worked out as soon as possible.

Matt

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Matthew B. Jones
Director of Informatics Research and Development
National Center for Ecological Analysis and Synthesis (NCEAS)
UC Santa Barbara
jones at nceas.ucsb.edu                       Ph: 1-907-523-1960
http://www.nceas.ucsb.edu/ecoinfo
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercury.nceas.ucsb.edu/ecoinformatics/pipermail/kepler-users/attachments/20081105/2c9109a0/attachment.html>


More information about the Kepler-users mailing list