Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [emft-dev] MWE dependencies was Re: [dash-dev] Hudson build jobs dependencies


On Apr 6, 2010, at 9:00 PM, Miles Parker wrote:
OK, and then I would be safe to leave it out of any feature builds?

Yes, I think so.

Out of curiosity, why does the generator need it at runtime?

The launch bundle needs the language in order to read mwe2 files and run the interpreter which creates the Java object model.


Finally, looking ahead I have some workflows that I use for my own code generation that I invoke programmatically from a custom builder. They're all still in MWE. But if I convert them to MWE2 down the line, will that mean that I'll need to have more than the MWE2 runtime included in my feature builds?

As soon as you want to read an MWE2 file you need the mwe2 language bundle. But they should be available from the MWE update site. So it shouldn't be a problem to add them

Sven


Back to the top