Just a note to let everyone know that the context management system in Merlin has just been updated to support arrays as valid context arguments. In a Merlin <classname>.xinfo file you can now declare a context entry type as either a class or interface name or an array of class or interface names. The array variant follows the classic Java language model of appending "[]" to the class or interface name. An example type including an array context entry is included below:
<type>
<context>
<entry key="my-key" value="org.whatever.MyClass[]"/>
</context></type>
Cheers, Steve.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
