Hunter,

> BUILD FAILED
> file:/Users/hunter/Desktop/groundswell-commerce/build.xml:108:
>  Can't create
> a localinterface element under ejbdoclet. Make sure the jar 
> file containing
> the corresponding subtask class is on the classpath specified in the
> <taskdef> that defined {2}.

Do you have all the libs from
xdoclet/lib in your path?


> ---
>     <!-- Look for all the jars that might be needed -->
>     <path id="xdoclet.path.ref">
>         <!-- xdoclet specific -->
>         <fileset dir="${xdoclet.class.path}">
>             <include name="*.jar"/>
>         </fileset>

These are the xdoclet libs xdoclet/lib/
like xdoclet-ejb-module*.jar etc.

>         <!-- jboss libs -->
>         <fileset dir="${jboss.client.dir}">
>             <include name="*.jar"/>
>         </fileset>

Those are jboss client libs


> jboss.client.dir includes jboss-j2ee.jar, which has the EJB 
> stuff in it...

I don't think, this is your problem, but that some of the 
xdoclet jars might be missing.

I have the following list of jars

[EMAIL PROTECTED] /d/jboss/xdoclet/lib
$ ls
commons-collections-2.0.jar         xdoclet-jmx-module-1.2b2.jar
commons-logging.jar                 xdoclet-libelis-module-1.2b2.jar
log4j.jar                           xdoclet-macromedia-module-1.2b2.jar
maven-xdoclet-plugin-1.2b2.jar      xdoclet-mvcsoft-module-1.2b2.jar
xdoclet-1.2b2.jar                   xdoclet-mx4j-module-1.2b2.jar
xdoclet-apache-module-1.2b2.jar     xdoclet-objectweb-module-1.2b2.jar
xdoclet-bea-module-1.2b2.jar        xdoclet-orion-module-1.2b2.jar
xdoclet-borland-module-1.2b2.jar    xdoclet-pramati-module-1.2b2.jar
xdoclet-caucho-module-1.2b2.jar     xdoclet-solarmetric-module-1.2b2.jar
xdoclet-ejb-module-1.2b2.jar        xdoclet-sybase-module-1.2b2.jar
xdoclet-exolab-module-1.2b2.jar     xdoclet-tjdo-module-1.2b2.jar
xdoclet-hibernate-module-1.2b2.jar  xdoclet-web-module-1.2b2.jar
xdoclet-hp-module-1.2b2.jar         xdoclet-webwork-module-1.2b2.jar
xdoclet-ibm-module-1.2b2.jar        xdoclet-xdoclet-module-1.2b2.jar
xdoclet-java-module-1.2b2.jar       xdoclet-xjavadoc-1.2b2.jar
xdoclet-jboss-module-1.2b2.jar      xdoclet-xjavadoc-uc-1.2b2.jar
xdoclet-jdo-module-1.2b2.jar

So, the <localinterface> should be anywhere in there

Yep, here it is:
[EMAIL PROTECTED] /d/jboss/xdoclet/lib
$ unzip -l xdoclet-ejb-module-1.2b2.jar | grep -i local
xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.class
xdoclet/modules/ejb/intf/LocalInterfaceSubTask.class
xdoclet/modules/ejb/home/resources/homelocal.xdt


HTH
  Heiko
-- 
Bancotec GmbH      EMail: [EMAIL PROTECTED]
Calwer Str. 33     Telefon: +49 711 222 992 900
D-70173 Stuttgart  Telefax: +49 711 222 992 999
Ein Unternehmen der Cellent AG http://www.cellent.de/


-------------------------------------------------------
This SF.net email is sponsored by:Crypto Challenge is now open! 
Get cracking and register here for some mind boggling fun and 
the chance of winning an Apple iPod:
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to