Community
Participate
Working Groups
MODULE_FILE_NAME is currently auto-generated as a simple name such as public static final String MODULE_FILE_NAME = "generateXtextVisitors"; This is unhelpful because if a subclass of GenerateXtextVisitors is created, findModuleURL fails to find the module since it is unable to locate the bin path. If instead the definition is e.g. public static final String MODULE_FILE_NAME = "/org/eclipse/ocl/examples/build/acceleo/generateXtextVisitors"; findModuleURL continues to work regardless of the location of the generator class.
The fix has been contributed on HEAD. It will be available in Acceleo 3.1.0M7.