我尝试使用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:
答案 0 :(得分:0)
在Moose-dev list和Max Leske上向Doru致敬,了解上述提示。 原来问题是我的Moose图像版本不支持FileIndexedAnchor。所以,转到Moose 5.1,每件事情都开始起作用了!