This involves maven, xdoclet, hibernate
I'm trying to use a set of interfaces in both a WAR project and a
db-project.
I want to use, say, Person as an interface.
I want hibernate to use PersonImpl.
I need to have that Person interface be available to lots of other places.
in maven I can:
<ant:path id="chronicle.common.compile.src.set">
<pathelement location="${sandbox}/common/com/chronicle/om"/>
<pathelement location="${basedir}/src/java"/>
</ant:path>
and later before java:compile
<maven:addPath id="maven.compile.src.set"
refid="chronicle.common.compile.src.set"/>
the comile takes place just find in the db-project subdirectory.
but hibernatedoclet doesn't see the interface declarations.
How do you tell hibernatedoclet where they are?
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
hibernate-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-devel