Thanks guys, I think I got that part. I'm trying to figure out how to
deploy the plugin. Unfortunately, I'm new to eclipse development, so
this is turning out to be more of a project than I expected.
First, I need to create a button or context menu that will compile that
file using the generator. I've figured out how to make a context menu,
but I'm having a hard time attaching the generator. Even though I have
the full emf xtext sdk installed, it can't find
org.eclipse.emf.mwe.core.ant.WorkflowAntTask. I also tried to install
the mwe specifically, but it doesn't find it. (I'm trying to follow
http://wiki.eclipse.org/MWE_oaw4.3_doc to run the mwe from my menu
callback)
Additionally, I'm having a hard time figuring out how to set up all the
paths between the mwe and expand files in the project and my custom
files running through the plugin, especially given that some of the
expand portions need uris.
Along those lines, is there a standard way to package up the plugins?
Will my users have to separately install xtext and the other dependencies.
It just seems like these should be very standard things that many users
of xtext would need to do, and I would be very appreciative if anyone
can explain how they're done.