First of all you don't need that extra slash in there for the URL, it'll work 
like this: <andromda 
configurationUri="file&#58;d&#58;/andro/src/java/conf/andromda.xml"/> 



Second:  what version of Ant are you using?  Are you running it within eclipse? 
 It sounds like whatever XML parser is being used doesn't support schema 
validation, so what you can do is turn of xml validation.  Add the 
xmlValidation property to the andromda.xml configuration file with a value of 
"false":



<andromda>

&nbsp; &nbsp; <properties>

&nbsp; &nbsp; &nbsp; &nbsp; ...

&nbsp; &nbsp; &nbsp; &nbsp; <property name="xmlValidation">false</property>

&nbsp; &nbsp; &nbsp; &nbsp; ...

&nbsp; &nbsp; </properties>

&nbsp; &nbsp; ...

</andromda>
--
Chad Brandon - [EMAIL PROTECTED]

http://www.andromda.org
_________________________________________________________
Reply to the post : http://galaxy.andromda.org/forum/viewtopic.php?p=3240#3240
Posting to http://forum.andromda.org/ is preferred over posting to the mailing 
list!


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
Andromda-user mailing list
Andromda-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/andromda-user

Reply via email to