I means that you have to follow strictly the project schema. See: http://maven.apache.org/reference/backwards-compatibility.html:
Parse errors on previously 'valid' project files project.xml files that used to work in older versions of Maven may now present parse errors. The parser in Maven 1.1 is much less tolerant of invalid project.xml files to avoid silently masking syntax errors. Some XML features are not enabled (such as DOCTYPE ENTITY declarations) - see the FAQ for an explanation. Fix: Check your project file against the XSD published for the model version you are using. On Wed, Jun 22, 2005 at 02:39:43PM -0700, Scott Lamb wrote: > maven 1.1-beta-1 doesn't parse my project.xml. It gives me errors > like these: --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
