Hi, I'm having a weird issue that I've been sitting on for a while. I'm getting this error when trying to build the content2bean-xdoclet-plugin:
C:\magnolia-source\build\content2bean-xdoclet-plugin\src\main\java\info\magnolia\content2beandoc\AbstractContent2BeanPlugin.java:[131,43] incompatible types found : com.thoughtworks.qdox.model.JavaPackage required: java.lang.String I looked at the source and the qdox Javadocs and the code seems to be fine. Method JavaClass.getPackage() is being called which returns a String rather than a com.thoughtworks.qdox.model.JavaPackage. Has anyone else experienced this? Could it be something else? Thanks much, Jackson ---------------------------------------------------------------- For list details see http://www.magnolia-cms.com/home/community/mailing-lists.html To unsubscribe, E-mail to: <[email protected]> ----------------------------------------------------------------
