Felix, You probably just need to add <component classname="org.xdoclet.plugin.ejb.ejbConfig"/>
True that this should be documented. CC-ing to the plugins list, where this message belongs. Cheers, g On 21/12/05, Felix Mayer <[EMAIL PROTECTED]> wrote: > > > > Are there any examples for running the EJB plugin from ant? > > > > I always get messages like this > > > > org.picocontainer.defaults.UnsatisfiableDependenciesException: > > org.xdoclet.plugin.ejb.interfaces.RemoteInterfacePlugin > doesn't have any satisfiable constructors. > > Unsatisfiable dependencies: [[ > > class org.generama.VelocityTemplateEngine, interface > org.generama.QDoxCapableMetadataProvider, > > interface org.generama.WriterMapper, class > org.xdoclet.plugin.ejb.EjbConfig]] > > > > from the following: > > > > <taskdef name="xdoclet2" classname="org.xdoclet.ant.XDocletTask" > > classpathref="xdoclet2.classpath"/> > > <xdoclet2> > > <fileset dir="src/java"> > > <include > name="com/scentric/destiny/bizservice/**/*.java" /> > > </fileset> > > <component > classname="org.xdoclet.plugin.ejb.interfaces.RemoteInterfacePlugin" > > packageregex="bizservice" substituteWith="base.interfaces" > > validate="true" destdir="build/src" /> > > </xdoclet2> ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://ads.osdn.com/?ad_idv37&alloc_id865&op=click _______________________________________________ xdoclet-plugins-interest mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-interest
