On Thursday, June 19, 2003, at 11:10 AM, Jason van Zyl wrote:
If you are compiling a bit of Jelly to a Script what resources must be
present to simply compile. This bit of Jelly may have various references
to classes that must be loaded and my question is must these resources
be present for the compile and if so which ClassLoader is used? Or will
the resources be searched for only when Script is run against a
JellyContext?

How/where are those references to classes? It is my understanding that to compile into a Script, the engine just needs to be able to resolve all of the tags. So if your references are only used when tags are evaluated, they shouldn't be needed at script compilation time..
-pete



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to