viatra / EMF-IncQuery

This repository is only kept for historic reasons. All development happens on eclipse.org
http://eclipse.org/viatra
13 stars 4 forks source link

SampleUIGenerator build/configuration problem #144

Closed istvanrath closed 12 years ago

istvanrath commented 12 years ago

With release build 201205240954, I get such exceptions in the background:

1    [Worker-4] WARN  org.eclipse.viatra2.emf.incquery.tooling.generator.fragments.ExtensionBasedGenerationFragmentProvider  - Cannot load generator fragment from org.eclipse.viatra2.emf.incquery.tooling.generator.ui
org.eclipse.core.runtime.CoreException: Plug-in org.eclipse.viatra2.emf.incquery.tooling.generator.ui was unable to load class org.eclipse.viatra2.emf.incquery.tooling.generator.ui.SampleUIGenerator.
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
    at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:176)
    at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)

Caused by: java.lang.ClassNotFoundException: org.eclipse.viatra2.emf.incquery.tooling.generator.ui.SampleUIGenerator
    at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:513)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:429)
    at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:417)
ujhelyiz commented 12 years ago

Stupid build error of mine. The xtend-generator pom.xml fragment was not added to the corresponding pom.xml. Fixed in both master and release branches.

ujhelyiz commented 12 years ago

Stupid build error of mine. The xtend-generator pom.xml fragment was not added to the corresponding pom.xml. Fixed in both master and release branches.