Hi Jeff, I've just updated to ibator 1.2.0. After doing all necessary changes to the config.xml I'm getting the following error when trying to generate the artefacts (using the "Generate iBATIS artifacts" action):
Generation Warnings Occured The file D:\Projekte\svn\myproject-trunk\myproject-service\src\main\java\de\myproject\domain\User.java does not exist in this workspace ... (continued for all java models) The files of course do exist. After running ibator the DAOs and JavaModels are not beeing updated. The funny thing (besides that it worked with Abator) is that generating the sqlmaps still works. The targetProject attribute for the javaModelGenerator and the sqlMapGenerator is exactly the same. Here is the relevant snippet: <javaModelGenerator targetPackage="de.myproject.domain" targetProject="myproject-service/src/main/java" /> <sqlMapGenerator targetPackage="ibatis" targetProject="myproject-service/src/main/resources" /> Any Idea what could be causing this issue? Regards Kai