Hi, I'm having trouble using the latest version of
xdoclet when building. I know this probably has
nothing to do with middlegen but meybe somebody can
help me.

The problem is that I wasn't able to use certain
attributes with the xdoclet version that comes with
middlegen. Instead of copying the whole new xdoclet
distribution into my lib directory I wanted to create
a new path, say xdoclet.class.path that I could use in
edoclet. This is what I did:

Right after the lib.class.path declaration I added:
  <path id="xdoclet.class.path">
      <fileset dir="C:\xdoclet1.2b2\lib">
         <include name="*.jar"/>
      </fileset>
   </path>

Then, inside the ejbdoclet target element I added:

   <taskdef
         name="ejbdoclet"
         classname="xdoclet.modules.ejb.EjbDocletTask"
         classpathref="xdoclet.class.path"
     />

The problem is that when I build, I get the following
message:
[ejbdoclet] Make sure the jar file containing the
ejbdoclet class is on the clas
spath specified in the <taskdef> that defined {2}.
These classes are needed in o
rder to generate correct output.

I appreciate any input.
Thanx


__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: eBay
Get office equipment for less on eBay!
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to