Hello,I was trying to create an MSE file with VerveinJ and I got an incomplete MSE at the following error on the console:��
Exception while Visiting famix repository entities. For example, this might happen when an entity inside the repository has a property refering to an entity outside the repository�� Entity ID: 69580 (a FAMIX.AnnotationInstanceAttribute), property: parentAnnotationInstanceException in thread "main" java.lang.NoClassDefFoundError: fr/inria/verveine/core/gen/famix/NamedEntity�� �� �� �� at ch.akuhn.fame.internal.RepositoryVisitor.acceptElement(RepositoryVisitor.java:111)�� �� �� �� at ch.akuhn.fame.internal.RepositoryVisitor.acceptVisitor(RepositoryVisitor.java:162)�� �� �� �� at ch.akuhn.fame.internal.RepositoryVisitor.run(RepositoryVisitor.java:207)�� �� �� �� at ch.akuhn.fame.Repository.accept(Repository.java:105)�� �� �� �� at ch.akuhn.fame.Repository.exportMSE(Repository.java:216)�� �� �� �� at eu.synectique.verveine.core.VerveineParser.emitMSE(Unknown Source)�� �� �� �� at eu.synectique.verveine.core.VerveineParser.emitMSE(Unknown Source)�� �� �� �� at eu.synectique.verveine.core.VerveineParser.emitMSE(Unknown Source)�� �� �� �� at eu.synectique.verveine.extractor.java.VerveineJParser.main(Unknown Source)Caused by: java.lang.ClassNotFoundException: fr.inria.verveine.core.gen.famix.NamedEntity�� �� �� �� at java.net.URLClassLoader$1.run(URLClassLoader.java:366)�� �� �� �� at java.net.URLClassLoader$1.run(URLClassLoader.java:355)�� �� �� �� at java.security.AccessController.doPrivileged(Native Method)�� �� �� �� at java.net.URLClassLoader.findClass(URLClassLoader.java:354)�� �� �� �� at java.lang.ClassLoader.loadClass(ClassLoader.java:423)�� �� �� �� at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)�� �� �� �� at java.lang.ClassLoader.loadClass(ClassLoader.java:356)�� �� �� �� ... 9 more��
I'm using windows, not sure how to get the version of verveinJ. The same does not happen if I split the project in two parts and I parse them separately.��
Is it known error or am I doing something wrong?
Thanks in advance,Fabrizio