In archgenxml-2.2 con argouml-0.28
sembra che ci sia un errore in ArchetypesGenerator.py :
non viene passato il nome del file al parser xmi,
cosicche'
$>archgenxml sample.zargo
fallisce
Una soluzione temporanea e' la patch seguente:
$>diff ArchetypesGenerator.py.orig ArchetypesGenerator.py
4119c4119
< self.root=root=xmiparser.parse(xschema=buf,
---
> self.root=root=xmiparser.parse(self.xschemaFileName,xschema=buf,
--
luigi
_______________________________________________
Plone-IT mailing list
[hidden email]
http://lists.plone.org/mailman/listinfo/plone-ithttp://www.nabble.com/Plone---Italy-f21728.html