I have a comment in the code that generates this error stating "This should never happen". Ha - guess I was wrong about that. :)
By any chance, do you have multiple contexts that are writing into the same source tree? If one context generated the file, then another context attempted to generate the same file, then I suppose this error might happen. I'll see if I can figure out a reliable way to make it happen. Jeff On Sun, Dec 14, 2008 at 2:05 PM, Kai Grabfelder <nos...@kinokai.de> wrote: > Hi Jeff, > > it exists physically. It's the normal maven folder structure. Just thought > you could say something about when > this error occurs. I'v switched back to 1.1 for now. I'll try to strip down > my project and come back to you > once I've done it... > > Regards > > Kai > > --- Original Nachricht --- > Absender: Jeff Butler > Datum: 14.12.2008 20:46 >> Hi Kai, >> >> I'm unable to duplcate this. Can you tell me - is the folder >> "src/main/java" a linked folder external to the workspace, or does the >> folder physically exist in the workspace? >> >> Jeff >> >> >> On Sun, Dec 14, 2008 at 10:26 AM, Kai Grabfelder <nos...@kinokai.de> wrote: >>> 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 >>> >>> >> > >