/[Apache-SVN]
ViewVC logotype

Revision 712637


Jump to revision: Previous Next
Author: clement
Date: Mon Nov 10 09:49:32 2008 UTC (16 years ago)
Changed paths: 13
Log Message:
Fix issue Felix-813.
XML-Schemas are now embedded in the manipulator. The manipulator tries to use those files to validate the metadata.xml file. If a schema cannot be loaded "internally", the regular downloading process continue.

The internal resolution of schema can also be skipped by setting the ignoreEmbeddedSchemas parameter:
Ant: ignoreEmbeddedSchemas="true" attribute in the iPOJO task
Maven: <ignoreEmbeddedSchemas>true</ignoreEmbeddedSchemas> in the iPOJO plugin configuration

Changed paths

Path Details
Directoryfelix/trunk/ipojo/ant/src/main/java/org/apache/felix/ipojo/task/IPojoTask.java modified , text changed
Directoryfelix/trunk/ipojo/manipulator/pom.xml modified , text changed
Directoryfelix/trunk/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/manipulator/Pojoization.java modified , text changed
Directoryfelix/trunk/ipojo/manipulator/src/main/java/org/apache/felix/ipojo/xml/parser/SchemaResolver.java added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/ added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/composite.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/core.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/event-admin.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/extender-pattern.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/jmx.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/temporal.xsd added
Directoryfelix/trunk/ipojo/manipulator/src/main/resources/whiteboard-pattern.xsd added
Directoryfelix/trunk/ipojo/plugin/src/main/java/org/apache/felix/ipojo/plugin/ManipulatorMojo.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26