Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » M2M (model-to-model transformation) » [ATL] Create New ATL File wizard
[ATL] Create New ATL File wizard [message #86734] Fri, 18 July 2008 19:49 Go to next message
Leandro is currently offline LeandroFriend
Messages: 20
Registered: July 2009
Junior Member
Hello,

In my RCP application, when I select the action that calls wizard to
create a new ATL file, it's needed to select a container (Browse - Folder
Selection wizard) where will be created the file. But the names of the
project folders and its subdirectories are invisible to me.
It's possible to select a folder, but in blinding. In the wizard is shown
the tree items ('+' to expand the tree) but any title is visible.

Does anybody know how to solve it?

Thank you in advance,

Best regards,

Nogueira.
Re: [ATL] Create New ATL File wizard [message #86762 is a reply to message #86734] Mon, 21 July 2008 16:57 Go to previous messageGo to next message
Leandro is currently offline LeandroFriend
Messages: 20
Registered: July 2009
Junior Member
Solved!

Register the WorkBench Adapters in the class ApplicationWorkbenchAdvisor:


public void preStartup() {
WorkbenchAdapterBuilder.registerAdapters();
super.preStartup();
}
Re: [ATL] Create New ATL File wizard [message #86768 is a reply to message #86762] Mon, 21 July 2008 17:52 Go to previous message
Leandro is currently offline LeandroFriend
Messages: 20
Registered: July 2009
Junior Member
Just one more problem...

In Open Run Dialog wizard, there is a button "workspace..." to select
metamodels, source models and target models. This last (target models)
doesn't work. Save As wizard ("Save file to another location") doesn't
appear when I click on button.
Does anybody know how to solve it?

Thanks in advance,

Nogueira.
Previous Topic:[ATL] Can't find Java operation with variable arity
Next Topic:[ATL] How to define the xsi:schemaLocation with the transformation rules?
Goto Forum:
  


Current Time: Thu Apr 25 04:09:51 GMT 2024

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

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

Back to the top