Hi,
if I turn on Xtend's compiler option "Ignore generated Java source when debugging (Use for Android)" I get the following error messages when exporting the project to a runnable jar file:
JAR creation failed. See details for additional information.
Class files on classpath not found or not accessible for: 'com.xyz.generator/xtend-gen/generator/GeneratorAccess.java'
Class files on classpath not found or not accessible for: 'com.xyz.generator/xtend-gen/generator/GeneratorHelper.java'
....
Anyone knows what the problem is and what to do?
Thanks for your help