Community
Participate
Working Groups
Build Identifier: Eclipse 3.6.2 M20110210-1200, Xtext 2.0.0.v201105171404 Xtend2 allows to generate Java files easily, so it obvious to use this capability to even implement a ScopeProvider as Xtend file. Unfornately the language generator do not recognized that there is a Xtend file that produces a MyDslScopeProvider.java in src-gen but regenerates the default MyDslScopeProvider.java side to MyDslScopeProvider.xtend in the src folder that is now conflicting with the MyDslScopeProvider.java in the src-gen folder. This is a bit tricky as a MyDslScopeProvider.xtend may produce something different as a MyDslScopeProvider.java, but maybe as convention, that the generator, when it discovers a MyDslScopeProvider.xtend does not regenerate a MyDslScopeProvider.java file. Reproducible: Always
We should have the option to generate a java stub, an xtend stub or no stub at all for every generator fragment producing stubs. *** This bug has been marked as a duplicate of bug 346092 ***