--- Chris Shorrock <[EMAIL PROTECTED]> wrote:
> I'd just like to enquire if anyone out there has
> experience with  
> integrating the previously mentioned technologies.
> I've come to a point  
> where the XDoclet plugin is installed (correctly I
> believe) and I'm now  
> trying to produce a simple proof of concept. My
> first step is to  
> produce a Hibernate mapping file, so I've created a
> few beans with the  
> proper xdoclet tags, set up my project.properties
> file so it looks like:

I'm not sure what's wrong with your setupo, but I'm
using maven beta 9 & CVS version of xdoclet, and
following works:

maven.xml:
-----
        <preGoal name="java:compile">
                <attainGoal name="jrefactory:pretty"/>
                <attainGoal name="xdoclet:hibernatedoclet"/>
        </preGoal>

-----
project.properties:
-----
#checkstyle properties
maven.checkstyle.properties=${basedir}/conf/checkstyle.properties

#properties for webwork invocation
maven.xdoclet.hibernatedoclet.mergeDir=${basedir}/src/merge

# properties for externalizer

maven.docs.outputencoding=iso-8859-1

#setup for junit testing
maven.junit.sysproperties=log4j.configuration

log4j.configuration=log4j.properties
-----

=====
Konstantin Priblouda ( ko5tik )    Freelance Software developer
< http://www.pribluda.de > < play java games -> http://www.yook.de >
< render charts online -> http://www.pribluda.de/povray/ >

__________________________________________________
Do you Yahoo!?
Yahoo! Platinum - Watch CBS' NCAA March Madness, live on your desktop!
http://platinum.yahoo.com

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to