Community
Participate
Working Groups
Build Identifier: M20100211-1343 Ideally as in Java, if you move a package, the imports would be updated. However, since they don't, I was surprised to find that there were no errors shown in my main mtl file after I moved the imported mtl to another package. Reproducible: Always Steps to Reproduce: 1. Create a simple Acceleo project with an mtl and a main mtl that includes the other mtl. 2. Move the non-main mtl to a sub-package. 3. Note that the import in the main mtl file doesn't show an error at the import line even though it's pointing to the wrong path and will not execute the non-main mtl.
Fix contributed on HEAD. It will be available in Acceleo 3.1 M7.