-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I want to import a recent feature model, produced with the FeatureIDE eclipse plugin.
FAMILIAR (for FeAture Model scrIpt Language for manIpulation and Automatic Reasoning) version 1.2 (beta)
http://familiar-project.github.com/
fml> fm = FM ("fmodel.m")
Exception in thread "main" java.lang.NoClassDefFoundError: guidsl/ParseException
at fr.familiar.operations.featureide.FeatureIDEReader.parseFeatureModel(FeatureIDEReader.java:41)
at fr.familiar.operations.featureide.FeatureIDEReader.writeToString(FeatureIDEReader.java:58)
at fr.familiar.parser.FMBuilder.eval(FMBuilder.java:143)
at fr.familiar.parser.FMLAbstractCommandAnalyzer.parse(FMLAbstractCommandAnalyzer.java:103)
at fr.familiar.parser.FMAnalyzer.eval(FMAnalyzer.java:105)
at fr.familiar.parser.FMLAbstractCommandAnalyzer.parse(FMLAbstractCommandAnalyzer.java:103)
at fr.familiar.parser.FMLCommandInterpreter.parseFMCommand(FMLCommandInterpreter.java:793)
at fr.familiar.parser.FMLCommandInterpreter.parse(FMLCommandInterpreter.java:502)
at fr.familiar.parser.FMLCommandInterpreter.parse(FMLCommandInterpreter.java:445)
at fr.familiar.parser.FMLCommandInterpreter.parse(FMLCommandInterpreter.java:1035)
at fr.familiar.parser.FMLCommandInterpreter.parse(FMLCommandInterpreter.java:950)
at fr.familiar.parser.FMLCommandInterpreter.parse(FMLCommandInterpreter.java:817)
at fr.familiar.parser.FMLCommandInterpreter.parseCommand(FMLCommandInterpreter.java:378)
at fr.familiar.interpreter.FMLShell.parse(FMLShell.java:685)
at fr.familiar.interpreter.FMLShell.switchToInterativeMode(FMLShell.java:580)
at fr.familiar.interpreter.FMLShell.runPrompt(FMLShell.java:326)
at fr.familiar.interpreter.FMLShell.launch(FMLShell.java:429)
at fr.familiar.standalone.FML.main(FML.java:161)
Caused by: java.lang.ClassNotFoundException: guidsl.ParseException
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
... 18 more
I assume recent changes in FeatureIDE feature model structuring breaks the FAMILIAR import process?
This repo seems to be not maintained anymore, are there any plans to update the (import) code?
Metadata
Metadata
Assignees
Labels
No labels