Well, I recently updated Generama/XDoclet to use QDox 1.9 instead of a
1.7 snapshot; QDox 1.9 introduced this new JavaPackage class, it used
to be simply represented by a String. That was sometime last week, and
haven't had the chance to fix this .. nor actually even thought about
it, tbh; I just knew it'd have to be done at some point, and it's
pretty trivial.
Out of curiosity, why are you building this, do you use it ??
Cheers,
-g
On Apr 30, 2009, at 7:06 PM, Jackson Nicolas wrote:
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]>
----------------------------------------------------------------