First off, thanks TONS for helping me with this. I *really* want to start
loving xdoclet.

> From: "Rupp,Heiko" <[EMAIL PROTECTED]>
> Reply-To: [EMAIL PROTECTED]
> Date: Fri, 14 Mar 2003 10:22:36 +0100
> To: "'[EMAIL PROTECTED]'"<[EMAIL PROTECTED]>
> Subject: RE: [Xdoclet-user] Can't Run EJBDoclet
> 
> 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?
> 

They are in the classpathref that I am passing to the taskdef for EJBDoclet.

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

Yes. Right now I am using the CVS build. If I switch back to 1.2b2, I get
the same thing.

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

Yes.

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

[HunterPowerbook:xdoclet/target/lib] hunter% unzip -l
xdoclet-ejb-module-1.2b3-dev.jar | grep -i local

xdoclet/modules/ejb/home/LocalHomeInterfaceSubTask.class
xdoclet/modules/ejb/intf/LocalInterfaceSubTask.class
xdoclet/modules/ejb/home/resources/home-local.xdt
xdoclet/modules/ejb/intf/resources/local.xdt

So I should have it too... ?!?!?!?!

I can't for the life of me figure out what the hell is going on.

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



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