--- Bryce Fischer <[EMAIL PROTECTED]> wrote:
> > That's mistake. You need to activate your subtasks
> > explicitely in project.properties
> > ( build.properties are meant to hold your local
> > settings )  like this:
> 
> I thought the plugin had default properties.
> 
> Ok. I set my build.properties, located in the same
> directory as my
> project.xml, to this:
> 
>
maven.xdoclet.ejbdoclet.destDir=${maven.build.dir}/xdoclet/ejbdoclet
> 
> maven.xdoclet.ejbdoclet.fileset.0=true
>
maven.xdoclet.ejbdoclet.fileset.0.include=**/*Bean.java
> 
> maven.xdoclet.ejbdoclet.deploymentdescriptor.0=true
>
maven.xdoclet.ejbdoclet.deploymentdescriptor.0.destDir=${maven.build.dir}/xdoclet/ejb/META-INF
> 
> maven.xdoclet.ejbdoclet.entitybmp.0=true
> maven.xdoclet.ejbdoclet.entitycmp.0=true
> maven.xdoclet.ejbdoclet.entitypk.0=true
> maven.xdoclet.ejbdoclet.homeinterface.0=true
> maven.xdoclet.ejbdoclet.localhomeinterface.0=true
> maven.xdoclet.ejbdoclet.localinterface.0=true
> maven.xdoclet.ejbdoclet.remoteinterface.0=true
> maven.xdoclet.ejbdoclet.session.0=true
> maven.xdoclet.ejbdoclet.utilobject.0=true
> 
> Still doesn't seem to do anything...
> 
> Like I said, I know I'm missing something thats
> going to turn out to be
> obvious....

Another common mistake is - missing
javax.ejb.(Entity|Session)Bean out of your
classpath....

Woithout this interface ( in binary form ) xdoclet
will be unable to recognize your EJBs unless they
implement fully qualified interface name. 

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


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to