[eclipse-clp-users] compact eclipse platform

From: \ luke2k4_at_...6... <luke2k4_at_...6...>
Date: Sat, 26 Dec 2009 19:07:59 +0100
Hi All,
I am writing to ask if there is a convenient way to compile a set of eclipse
libraries into one assembly that could be loaded at start-up of the eclipse
engine ?
I would like the platform to be as compact as possible containing only the
necessary libraries compiled in one libs_all.eco file which would be loaded
at eclipse start-up..

I've tried the following approach:
I've loaded the solver and therefore all necessary libraries got loaded.
Than used a short eclipse script to:

   1. get a list of all compiled files
   2. filter out those that belong to the solver ( leaving only the library
   files belonging to the platform )
   3. concatenate the files to one lib_all.ecl
   4. compile lib_all.ecl to lib_all.eco

than use the lib_all when starting eclipse.exe with -b option , or better to
include the assembly when running the eclipse via the c interface.
I am running into some problems during point 4.

I would be grateful if someone could let me know if there is an easy way to
prepare such a compact eclipse platform.

Best regards
Luke
Received on Sat Dec 26 2009 - 18:08:13 CET

This archive was generated by hypermail 2.3.0 : Thu Feb 22 2024 - 18:13:20 CET