Hi,
I'm trying to launch the XML injector from a ant file:
...
<atl.loadModel name="MyXMLModel" metamodel="XML" path="${XML_M_path}">
<injector name="XML" />
</atl.loadModel>
...
But I get the following error (because the XML injectors are not embedded with ATL 3.1):
[atl.loadModel] org.eclipse.m2m.atl.core.ATLCoreException: org.eclipse.m2m.atl.core.injector XML not found, check the spelling or register it manually
[atl.loadModel] at org.eclipse.m2m.atl.core.service.CoreService.getInjector(CoreService.java:243)
So my question is: how can I install the XML injector ?
thanks