Running into issues where by I am forced to add custom jars in the grails/lib project. We have two projects (web projects). In the eclipse ide I do create project reference to take care of compile time dependency, but run into issue when I generate war... as 'grails war' ends up recompiling all the groovy classes, its unable to find refrences of dependent jars/classes.
For now I have to bundle those jars as 3rd party jar in the lib directory, wondering if there is a better solution. One thing to remember at run time both the project do exists in the same web container and interact with one another