Ok, the reason for adding that is that in the GUI DSL we import http://www.fornax-platform.org/sculptor/dsl
So we need the registration, but maybe it can be done in some other way? /Patrik Steffen Stundzig wrote: > > Morning, > > I've compared the sculptor.dsl/plugin.xml with a default xtext generated > plugin.xml. The xtext generated doesn't contain the declaration of the > emf.dynamic_package. So I commented out > > <!--extension > point="org.eclipse.emf.ecore.dynamic_package"> > <resource > > location="org/fornax/cartridges/sculptor/dsl/sculptordsl.ecore" > uri="http://www.fornax-platform.org/sculptor/dsl"> > </resource> > </extension--> > > in the sculpt.dsl/plugin.xml and it works. I could use my changed > scultpr.dsl editor directly in the runtime workspace without the > annoying plugin export. > > Regards > Steffen... > > Patrik Nordwall schrieb: >> I have the same problem when I launch a runtime eclipse app with the >> plugins. >> I'm also using Ganymede. I think this worked fined before Ganymede, but >> it >> might also be something else that have changed. Nowadays I have to export >> the plugins and restart eclipse when I'm testing the DSL. Very annoying. >> >> /Patrik >> >> Steffen Stundzig wrote: >>> Hi, >>> >>> I've checked out the current metamodel, frmework, dsl und dsl.editor >>> projects from fornax-svn. I've build a runtime workspace in my eclipse. >>> which contains all these plugins. I could open an sculptor-dsl-editor on >>> my old model, but on save and on autocomplete I got the error: >>> >>> >>> in the error log I see the exception: >>> >>> org.eclipse.emf.common.util.WrappedException: >>> org.eclipse.emf.ecore.resource.impl.ResourceSetImpl$1DiagnosticWrappedException: >>> java.io.FileNotFoundException: >>> /org/fornax/cartridges/sculptor/dsl/sculptordsl.ecore >>> at >>> org.eclipse.emf.ecore.plugin.RegistryReader$EPackageDescriptor$Dynamic.getEPackage(RegistryReader.java:237) >>> at >>> org.eclipse.emf.ecore.impl.EPackageRegistryImpl.getEPackage(EPackageRegistryImpl.java:133) >>> at >>> org.openarchitectureware.xtext.AbstractLanguageUtilities$2.allPackages(AbstractLanguageUtilities.java:162) >>> at >>> org.eclipse.m2t.type.emf.EmfRegistryMetaModel$2.createNew(EmfRegistryMetaModel.java:179) >>> at org.openarchitectureware.workflow.util.Cache.get(Cache.java:25) >>> >>> next 100 lines cutted >>> ---- >>> >>> But the file is in the dsl project, and the dsl.projects export the java >>> package too. >>> >>> Could somebody help me? Whats wrong here? I'm using eclipse ganymede. >>> >>> Thanks. >>> >>> Regards >>> Steffen... >>> >> > > -- > Steffen Stundzig > > Telefon: +49 (0) 341 / 231-0183-401 > Telefax: +49 (0) 341 / 231-0183-411 > Mobil: +49 (0) 151 / 173-9673-1 (!neu) > > http://itemis.de > [EMAIL PROTECTED] > https://www.xing.com/profile/Steffen_Stundzig > > itemis AG > Ludwig-Erhard-Straße 51 > 04103 Leipzig > > Rechtlicher Hinweis: > > Amtsgericht Dortmund, HRB 20621 > > Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek > > Aufsichtsrat: Dr. Burkhard Igel(Vors.), Stephan Grollmann, Michael Neuhaus > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the > world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Fornax-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/fornax-developer > > -- View this message in context: http://www.nabble.com/-sculptor--Loading-package-named-%27http%3A--www.fornax-platform.org-sculptor-dsl%27-failed.-tp20665082s17564p20677186.html Sent from the Fornax-Platform mailing list archive at Nabble.com. ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Fornax-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fornax-developer
