On Mon, Jun 16, 2008 at 9:14 AM, Felix Meschberger <[EMAIL PROTECTED]> wrote: > ...if Scala really needs an explicit class path (with Strings not > URLs !), I would say, this is a real problem and virtually prevents > Scala from being used in a truly embedded way...
Agreed. Janandith, could you indicate precisely where you got that info, that the Scala compiler (we don't really care about the interpreter as that's only able to process single-line scripts IIUC) requires the path to some jars as a String, as opposed to finding the corresponding classes in its classpath? Once you provide this info, we can maybe check with the Scala folks if there's really no other way, or work with them to fix that. In the meantime, I suggest for Janandith to work around the problem in any one of the suggested ways (find the easiest path, no worries about being clean at this point). And if you're stuck, don't waste too much time on this, but, as suggested before, work on automated tests outside of the OSGi environment, using the scripting/javascript module tests as examples, so that you can do useful stuff while we research that more complex problem. And make sure to commit your work to the google code SVN so that we see some progress. -Bertrand
