I added the ability to turn off validation of the XML descriptors (for issues like you're running into), look at the validating attribute on the andromda task: http://team.andromda.org/docs/anttask.html
Chad --- [EMAIL PROTECTED] wrote: > Hello, > > I'm using the AndroMDA Ant Task and would like to > start the targets from > Eclipse 3.0. Unfortunatly I get the following > exceptions: > > ###snip### > mda-server: > mda-server: > [andromda] INFO [AndroMDA] > [andromda] INFO [AndroMDA] A n d r o M D A - > 3.0M2-SNAPSHOT > [andromda] INFO [AndroMDA] > [andromda] WARN [Digester] > org.xml.sax.SAXNotRecognizedException: > Property: > http://java.sun.com/xml/jaxp/properties/schemaLanguage > [andromda] WARN [Digester] Parse Warning Error at > line 3 column -1: > G�ltige Dokumente m�ssen eine <!DOCTYPE-Deklaration > enthalten. > [andromda] org.xml.sax.SAXParseException: G�ltige > Dokumente m�ssen eine > <!DOCTYPE-Deklaration enthalten. > [andromda] at > org.apache.crimson.parser.Parser2.warning(Unknown > Source) > [andromda] at > org.apache.crimson.parser.Parser2.parseInternal(Unknown > Source) > [andromda] at > org.apache.crimson.parser.Parser2.parse(Unknown > Source) > [andromda] at > org.apache.crimson.parser.XMLReaderImpl.parse(Unknown > Source) > [andromda] at > org.apache.commons.digester.Digester.parse(Digester.java:1567) > ... > BUILD FAILED: > D:\Projekte\mdd\andromda\andropalace-M2\build.xml:34: > Following error occured while executing this line > java.lang.ExceptionInInitializerError > ###snap### > > I had the same problem with Eclipse 2.1.x, where I > could work around the > problem by replacing the files > plugins\org.apache.xerces_4.0.13\xercesImpl.jar and > xmlParserAPIs.jar with > more current versions of xerces. > > Eclipse 3.0 doesn't have a xerces plugin anymore. > > Starting Ant from the DOS-prompt works fine. > > Any hints? > > Regards > Stefan > > > > > ------------------------------------------------------- > This SF.Net email is sponsored by BEA Weblogic > Workshop > FREE Java Enterprise J2EE developer tools! > Get your free copy of BEA WebLogic Workshop 8.1 > today. > http://ads.osdn.com/?ad_idG21&alloc_id040&op=click > _______________________________________________ > Andromda-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/andromda-user > ------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click _______________________________________________ Andromda-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/andromda-user
