VALIDATION FAILED when processing mappings on CVS dir
-----------------------------------------------------

         Key: CORE-24
         URL: http://team.andromda.org:8080/jira/browse/CORE-24
     Project: AndroMDA Core
        Type: Bug
    Reporter: Martin West
 Assigned to: Chad Brandon 


 [andromda] ERROR [XmlObjectFactory] VALIDATION FAILED for -->
'file:/hda6/ews30sm/workspace/OBrienMaster/common/andromda-3.0M3/mda/src/mappings/CVS/'
 against SCHEMA --> 'null' --> message: 'Content is not allowed in prolog.'

The problem is that the ant mda task uses a dirset and processes the mapping 
directories internally. It would be better to use a fileset, keep the logic in the 
fileset specification and keep the internal logic simple ...

           <mappingsSearchPath>
                <fileset dir="${basedir}/src/mappings">
                  <include name="*.xml"/>
                  <exclude name="**/CVS/*"/>
                </fileset>
           </mappinsgSearchPath>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://team.andromda.org:8080/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
Andromda-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/andromda-devel

Reply via email to