[ http://jira.codehaus.org/browse/MXMLBEANS-2?page=comments#action_63715 ]
Corridor Software Developer commented on MXMLBEANS-2: ----------------------------------------------------- I'll work on rolling it in today. > The plugin should not process CVS folders when parsing xsd and xsdconfig files > ------------------------------------------------------------------------------ > > Key: MXMLBEANS-2 > URL: http://jira.codehaus.org/browse/MXMLBEANS-2 > Project: Maven 2.x Xmlbeans Plugin > Type: Bug > Environment: Windows XP, JDK 5.0 Update 6, Maven 2.0.2, XMLBeans 2.0.0 > Reporter: Christian Domsch > Assignee: Corridor Software Developer > Fix For: 2.0.1 > Attachments: MXMLBEANS-2.patch, MXMLBEANS-2a.patch, MXMLBEANS-2b.patch > > > In our project, we do have that standard maven2 directory layout and place > the xsd and xsdconfig files in the directories that the xmlbeans-plugins > specifies as default (src/main/xsd and src/main/xsdconfig). The project is > coming from CVS so every folder has a CVS subfolder containing the CVS > metadata. Sadly xmlbeans tries to parse those CVS metadata files and clearly > failes doing so. I saw now (obvious) way to specify an exclusion filter for > the processing goal. And from looking at the the source code I guess, that > xmlbeans does not honour such situations. > I think there should be one of the following solutions: > a) xmlbeans-plugins nows about the current scm vonfig and know which > subfolders it should ignore > b) xmlbeans defines a way to explicitly state such exclusion filter > expressions > Greetings, > Christian Domsch -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
