I've just update the sandbox/meta package to include support for configuration schema declaration. The changes to the tags includes the addition of @avalon.configuration schema="whatever". Here is an example:
/**
* Configuration of the compoent by the container.
* @avalon.configuration schema="whatever"
*/
public void configure( Configuration config )
{
...
}The generated XML definition is as follows:
<type>
<info>
<schema>whatever</schema>
</info>
</type>Updates have been made to the Phoenix readers so that any schema declarions in a <blockinfo> declaration will be automatically incorporated during Type creation. Merlin has also been updated to sync. with the revision to the InfoDescriptor class. A snapshot build has also been posted to ibiblio.
Cheers, Steve.
--
Stephen J. McConnell mailto:[EMAIL PROTECTED] http://www.osm.net
Sent via James running under Merlin as an NT service. http://avalon.apache.org/sandbox/merlin
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
