Had a look into this now, but didn't get through to the cause so far. The sources (*.java) of the model files are properly generated; They are not compiled into class files, though. Not sure why this is happen only in this particular test. I think it's a different issue than
METAGEN-94
because the sources actually are generated here. Might be related to
METAGEN-45
, though.
It might be a problem that the sources and class files produced by the compilation within the test go into the same directory as the test class files produced by Maven. It might be a good idea to separate these but of course that's not an explanation why only this test is affected.
|