--- Antek Baranski <[EMAIL PROTECTED]> wrote:

> Folks,
> 
> has anyone been able to get mockobjectdoclet running
> from the maven
> plugin for xdoclet? I've spent the last 2 days
> trying to get this to
> run but so far without any luck. :(
> 
> The weidest things is that in my project.properties
> I define:
>
maven.xdoclet.mockobjectdoclet.destDir=${maven.build.dir}/xdoclet/mockobjectdoclet
> 
> and when I run this I get the following error
> message:
> 
> <ant:javac> srcdir
>
"E:\apps\demo\lup-ejbgen\ejb\target\xdoclet\mockobjectdoclet
> does not
> exist!
> -----------------------------------
> Can anyone explain to me why the mockobjectdoclet
> confuses my destdir
> definition for its srcdir?

Its not xdoclet who is confused ( well, xdoclet too :)
)
You defined destdir, maven plugin ads this directory 
to java sources compilation path, module in question
runs without result, and does not create this
directory.

Javac is confused...

Your primary problem is that nothing is generated my
xdoclet ( could have a lot of causes - sourceset,
module activation , lack of javadoc comments, lack of
some class in classpath - for example misinv
javax.ejb.SessionBean would prevent generatopn of
session beans unless you implemented with fully
qualified names ) 

regards,

=====
----[ Konstantin Pribluda ( ko5tik ) ]----------------
Plugins for xdoclet-2 are released. check it out at:
http://www.sourceforge.net/projects/xdoclet-plugins/
----[ http://www.pribluda.de ]------------------------


                
__________________________________ 
Do you Yahoo!? 
Read only the mail you want - Yahoo! Mail SpamGuard. 
http://promotions.yahoo.com/new_mail 


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
xdoclet-user mailing list
xdoclet-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to