Hi Alen,
Are you using the latest version of Sleep? Sleep 2.1-pre update 2
used to use a separate classloader for each import from an external
jar file. This had the unfortunate side effect that classes from
separate jars could not call eachother. In update 2, I changed this
to use a reflection hack to build up the Java classpath at runtime.
The main purpose was to allow the use of import * from: somejar.jar
to include dependencies another jar used by Sleep might have.
Its a bit odd that you're not seeing an error as well. Use debug
(debug() | 8) to get a trace of what the script is doing to make sure
everything is executing as you'd expect. Feel free to come back to
this list with any additional info and we'll try to help you out.
-- Raphael