archgenxml-2.2 e argouml 0.28

1 message Options
Embed this post
Permalink
luigi scarso

archgenxml-2.2 e argouml 0.28

Reply Threaded More More options
Print post
Permalink
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-it
http://www.nabble.com/Plone---Italy-f21728.html