Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » Java call from EWL(Java call from EWL)
Java call from EWL [message #1104111] Sat, 07 September 2013 22:09 Go to next message
Arseniy Isakov is currently offline Arseniy IsakovFriend
Messages: 118
Registered: May 2012
Senior Member
Hello
I created a new wizrd:

wizard PopulateRecipeConfiguration {

guard : self.isKindOf(domain::Configuration)

title : 'Populate recipe configuration'

do {

var configVar := new Native('org.tura.metamodel.wizard.recipe.configuration.ConfigVarDialog');
configVar.runDialog(self);

}

}

When I am trying execute it wizard gives me an error :
Type 'org.tura.metamodel.wizard.recipe.configuration.ConfigVarDialog' not found (bundleentry://1127.fwk2000754171/wizards/populateRecipeConfiguration.ewl@9:35)
Re: Java call from EWL [message #1104147 is a reply to message #1104111] Sat, 07 September 2013 23:26 Go to previous message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi Arseniy,

You'll need to declare your ConfigVarDialog class as a tool [1] for EWL to be able to access it.

Cheers,
Dimitris

[1] http://eclipse.org/epsilon/doc/articles/call-java-from-epsilon/
Previous Topic:[ETL] ETL sufficient for my Use case?
Next Topic:org.eclipse.epsilon.emc.emf.virtual problem
Goto Forum:
  


Current Time: Tue Apr 23 15:18:40 GMT 2024

Powered by FUDForum. Page generated in 0.03153 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top