|
On 6.2.2006 21:22, Oliver Heger wrote: Any public server in mind?Hi Borut, I checked in the schema file in the conf sub directory - as an initial starting point. When it is final we can think about the best place for it (e.g. we can tweak the build to copy it to a schemas directory when the site is generated or something like that). No problem, it will need changes nevertheless.I will now start with the implementation of the enhanced features for ConfigurationFactory, which will probably cause some changes to the schema. Nope, but I just might to.Will post again when I have some results. Do you monitor the developer's list, too? Regards,Thank you very much. Oliver Borut Borut Bolčina wrote:Hello, Oliver - I finished the first version of the schema yesterday evening. It looks like this: http://borut.aza-ms.si/pic/CommonsConfigurationSchema.png http://borut.aza-ms.si/pic/CommonsConfigurationSchemaOpen.png The source: http://borut.aza-ms.si/schema/CommonsConfiguration-0.1.xsd Usage example: <?xml version="1.0" encoding="UTF-8"?> <configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://borut.aza-ms.si/schema/CommonsConfiguration-0.1.xsd"> <properties fileName="prop1.properties"/> <xml fileName="prop2.xml"/> <jndi prefix="java:comp/env"/> <additional> <xml fileName="prop2-1.xml"></xml> </additional> </configuration> Please try it out on your examples. At the moment no user elements are allowed. Cheers, Borut--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] |
