On Wed, 01 Sep 2004, at 08:21:15 [GMT -0700] dan tran wrote:
> 2 more questions:
> in ${systemScope.put('name', 'value')}, can I make value a ${var}? It
> does not seem to work for me.
Try this:
${systemScope.put('name', var)}
> I also run into class not found exception when my bean uses other
> external class. I very much sure my plugin/tag dependencies do have
> the required class. is it
> some kind of classloader problem? is there a good way to trouble shoot?
Try building with maven -X and reading way down in the stack trace.
Sometimes the class given in CNF is not the one that's really missing.
For example, I've received a CNF for abc.jar, when it was in my
dependency list. Turned out that abc.jar had a dependency on xyz.jar
that was the real problem, although abc.jar showed up in the CNF
message.
Jeff
--
mailto:[EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]