使用 VerveineJ 导入 FAMIX Java 模型时出错

Error on importing FAMIX Java model using the VerveineJ

我正在尝试使用 Verveinej 导入 FAMIX JHotDraw java 模型,但到目前为止没有成功。

我遇到了 FAMIX.FileIndexedAnchor 未找到错误。据我了解,Moose 没有找到源文件,对吗?那么,我应该在哪里设置根源文件夹呢?

提前致谢!

添加一些跟踪:

FMMetaRepository(Object)>>error:
FMMetaRepository>>elementNamed: in Block: [ self error: 'Element ''' , aString , ''' not fou...etc...
Dictionary>>at:ifAbsent:
FMMetaRepository>>elementNamed:ifAbsent:
FMMetaRepository>>elementNamed:
FMFutureElement>>with:name:
FMFutureElement class>>with:name:
MSEImporter(FMImporter)>>beginElement:
FMMSEParser>>Element
FMMSEParser>>Document
FMMSEParser>>basicRun
FMMSEParser>>run in Block: [ :bar | ...
BlockClosure>>cull:
Job>>run in Block: [ result := block cull: self ]
BlockClosure>>on:do:
Job>>run in Block: [ ...
BlockClosure>>ensure:
Job>>run
MorphicUIManager(UIManager)>>displayProgress:from:to:during:
MorphicUIManager(UIManager)>>displayProgress:at:from:to:during:
FMMSEParser>>run
MSEImporter(FMImporter)>>run
MooseModel class>>importFrom:withMetamodel:
MooseModel class>>importFrom:
MooseModel>>importFromMSEStream:
MooseImportFromVerveineJWizard>>validateImportation
MooseImportFromVerveineJWizard>>performTerminateButtonAction in Block: [ :bar | ...
MooseCustomTask>>basicRun
MooseCustomTask(MooseTask)>>runWithProgress in Block: [ :bar | ...
BlockClosure>>cull:

感谢 Moose-dev list 上的 Doru 和 Max Leske 的上述提示。 原来问题出在我的 Moose 图像版本不支持 FileIndexedAnchor。所以,只要移动到 Moose 5.1,一切都会开始工作!