I'll give it a go.
----- Original Message ----- 
From: "Kristof Van Cleemput" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 16, 2004 9:53 AM
Subject: Re: [Xdoclet-user] Problems creating ejb jar


> Have you tried ear:ear
>
> Regards
>
> Kristof
> ----- Original Message ----- 
> From: "Marco Tedone" <[EMAIL PROTECTED]>
> To: "Maven-users" <[EMAIL PROTECTED]>; "XDoclet-users"
> <[EMAIL PROTECTED]>
> Sent: Tuesday, March 16, 2004 10:47 AM
> Subject: [Xdoclet-user] Problems creating ejb jar
>
>
> > 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
>
>
>
> -------------------------------------------------------
> 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
>





-------------------------------------------------------
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