Hi all!
I use an CVS versoin of Xdoclet from mid september. We have used this
version since that without problems. We also have a big project so we don't want
to migrate to 1.2b2 just yet.
Ok, my problem:
We are developing three parallell products in our project and the
first product (call it A) implements some common functionality (like base
classes for ejb and so on) and product B and C use these classes. A, B and C
have different ant scripts so B and C includes a JAR-file with the common
classes generated and compiled from A. When I generate CMP's/BMP's in A
that extends my base classes everything is fine but in B and C nothing gets
generated for the CMP's. BMP's are fine though.
Then I thought that Xdoclet maybe needs the source code for the base
classes so I added them to my ejbdoclet task as:
------
<fileset dir="foo">
<exclude name="**/*.java" />
<fileset />
------
When I did this everything worked fine... Does Xdoclet need the source code
for base classes when generating CMP's? If that is so, why did generation
of BMP's work... :-)
Regards Peter
