--- Eric Chow <[EMAIL PROTECTED]> wrote:
> Hello,
> 
> I read the reference in the xdoclet maven-plugins,
> but it still not work.
> 
> Is there any project or example use Maven+Xdoclet?

I can assure you that this works. 

Here some small sample:
---%<   maven.xml ---
  <preGoal name="java:compile">
    <attainGoal name="jrefactory:pretty2"/>
    <attainGoal name="xdoclet:webdoclet"/>
                <attainGoal name="xdoclet:xdoclet"/>  
  </preGoal>
---%<------------
project.properties:
---%<---------------
#properties for webwork invocation
maven.xdoclet.webdoclet.destDir=${basedir}/target/xdoclet/webdoclet
maven.xdoclet.webdoclet.fileset.4=true
maven.xdoclet.webdoclet.fileset.4.include=**/*Action.java
maven.xdoclet.webdoclet.webworkconfigproperties.0=true
maven.xdoclet.webdoclet.jsptaglib.0=false

#message bundles
maven.xdoclet.xdoclet.destDir=${basedir}/target/xdoclet/xdoclet
maven.xdoclet.xdoclet.externalizer.0=true
maven.xdoclet.xdoclet.externalizer.0.destinationFile={0}{1}.properties
maven.xdoclet.xdoclet.propertiestranslator.0=true
maven.xdoclet.xdoclet.fileset.0=true
maven.xdoclet.xdoclet.fileset.0.include=**/*.java

---%<-----------

that's all I'm using to generate my webwork mapping
files & externalized message bundles. 

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Zu Verst�rkung meines Teams suche ich ab Sofort einen
Softwareentwickler[In] f�r die Festanstellung. 
Arbeitsort: Mainz 
Skills:  Programieren, Kentnisse in OpenSource-Bereich
----[ http://www.pribluda.de ]------------------------

__________________________________
Do you Yahoo!?
The New Yahoo! Shopping - with improved product search
http://shopping.yahoo.com

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

Reply via email to