Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [xtext-dev] generator clean up

Ok, I have added comment to

https://bugs.eclipse.org/bugs/show_bug.cgi?id=249734

so we won't forget. :-)

On Oct 30, 2008, at 2:03 PM, michael clay wrote:

yes we must adapt the wizard ..leave out the ui_gen (now ui only)
project generation

On Thu, Oct 30, 2008 at 12:18 PM, Sven Efftinge <sven.efftinge@xxxxxxxxx > wrote:
Hi all,

the generator now generates code very similar to the one from oAW Xtext. So there is no <plugin>.ui_gen plugin anymore just *.ui which contains a
src/ and a src-gen/ folder.

This implies that the plugin.xml is only generated once. Since there are very seldom changes in the plugin.xml because of changes in generator this shouldn't be a problem, but allows users to add and change stuff in the
plugin.xml and Manifest.MF as it seems fit.

Both plugins (runtime and ui) have a generated service configuration as well as a manually which extends the generated. The manual one is registered
through the respective extension point.

The generator now uses explicit OUTLETS (no implicite anymore) which are:

RUNTIME -> runtime.plugin/
SRC          -> runtime.plugin/src/
SRC_GEN-> runtime.plugin/src-gen/

UI                -> ui.plugin/
UI_SRC     -> ui.plugin/src/
UI_SRC_GEN-> ui.plugin/src-gen/

@Michael: Do we need to change the wizard according to this? For example, it
would be good if the wizard doesn't create a plugin.xml.

cheers,
Sven

_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev

_______________________________________________
xtext-dev mailing list
xtext-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/xtext-dev

--
Sven Efftinge

Phone: +49 431 5606335
Fax     :  +49 431 5606339
Mobile: +49 175 5274726

web: http://www.itemis.de
blog: http://effi-blog.blogspot.com
mail: sven.efftinge@xxxxxxxxx
xing: https://www.xing.com/profile/Sven_Efftinge

itemis AG
Schauenburgerstraße 116
24118 Kiel
Germany

Rechtlicher Hinweis:
Amtsgericht Dortmund, HRB 20621
Vorstand: Wolfgang Neuhaus, Jens Wagener, Dr. Georg Pietrek
Aufsichtsrat: Dr. Burkhard Igel(Vors.), Stephan Grollmann, Michael Neuhaus





Back to the top