Hi, I'm trying to create an ejb-jar for my project.

Following the documentation for the EJB plugin, I declared the following
properties:

#Sources to include in the ejb
maven.ejb.src=${maven.xdoclet.ejbdoclet.srcDir}/org/jemos/xmlop/ejbs/**/*.ja
va

#Includes the deployment descriptors
maven.ejb.includes=${maven.xdoclet.ejbdoclet.destDir}/META-INF/*.xml

However my jar file ends without classes or deployment descriptors in it.

In /src/project.xml I specified the following:

<project default="driver">

<goal name="driver">
  <attainGoal name="jar:install" />
  <attainGoal name="ejb" />
</goal>

</project>

If I comment out <attainGoal name="ejb" /> the jar is created with all the
classes.

I tried also to use <ejbjar> from ant, but I get an error dependency on
bcel, although I declared it as a dependency.

Thanks for any help,

Marco








-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to