[EclipseShell-developer] Re: [Beanshell-users] EclipseShell: script Beanshell from Eclipse
Status: Abandoned
Brought to you by:
murphee
From: Werner S. (murphee) <wer...@ne...> - 2006-03-14 22:54:00
|
Krau=DF wrote: > One more thing occured to me that may be important. In the original pro= ject, I used 'user libraries'=20 > to reference the drools and jcr-170 libraries in the project build clas= spath rather than individual jar files.=20 > Correct me if I'm wrong, but as far as I understand the classpath setup= code, only source-folders and jar-files are > covered. Project dependencies or classpath variables come with a=20 different getEntryKind() response. You're right, that should be added; the whole Classpath thing is a bit=20 tricky, so I left this at this stage for now... at least for the=20 InprocessBeanshell version. The External mode for Beanshell should work, though, as I basically=20 steal the CLASSPATH settings from the Java project, and add them in bulk=20 to the "Start Beanshell" Launch Configuration. Do you see a Launch=20 Configuration by that name among your Launch Configurations? It's=20 CLASSPATH settings should reflect the ones of your project; --=20 Blog @ http://jroller.com/page/murphee EclipseShell @ http://eclipse-shell.sourceforge.net/ |