Hi users,

I want to evaluate OJB for my project and have setup successfully (I think so) a maven task.
All classes could be found and everything seems to run fine, but the result files (repository_user.xml) are empty...
Anything I miss here? (See the post below are my maven goal definitions and console output)
I searched the mailing list before posting here and found a posting very close to my problem, but that was not solving mine. :-(

[snip maven.xml]
<goal
name="provide-ojb-meta"
description="Parse ojb meta data and generate ojb files">
<taskdef
name="ojbdoclet"
classname="xdoclet.modules.ojb.OjbDocletTask"
>
<classpath>
<path refid="maven.dependency.classpath" />
</classpath>
</taskdef>
<ojbdoclet destdir="ojb">
<fileset dir="main/src/java" includes="**/ojb/*" />
<ojbrepository verbose="true" />
</ojbdoclet>
</goal>
[/snip]

[snip console-output]
Generating ojb repository descriptor (repository_user.xml)
Type de.esw.services.server.ojb.Feature
Processed 1 types
Processed 1 types
[/snip]

Any idea what could be wrong?

Thanks
Markus Wolf

--

emedia-solutions wolf Wedeler Landstrasse 63 22559 Hamburg (040) 550 083 70

 web: http://www.emedia-solutions-wolf.de
mail: [EMAIL PROTECTED]
 pgp: http://wwwkeys.de.pgp.net



Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to