It seems you're using an old version of xjavadoc anyway. You really 
don't have the latest version. Take a look at your stacktrace:

xdoclet-xml:
    [mkdir] Created dir: H:\xdoclet\modules\build\xdoclet\classes\META-
INF
  [xdoclet] Could not find xdoclet.XDocletMain. Make sure you have it 
in your classpath
  [xdoclet]     at org.apache.tools.ant.taskdefs.ExecuteJava.execute
(ExecuteJava.java:184)
  [xdoclet]     at org.apache.tools.ant.taskdefs.Java.run(Java.java:408)
  [xdoclet]     at org.apache.tools.ant.taskdefs.Java.executeJava
(Java.java:163)
  [xdoclet]     at org.apache.tools.ant.taskdefs.Java.execute
(Java.java:108)
  [xdoclet]     at xjavadoc.ant.XJavadocTask.execute
(XJavadocTask.java:181)
  [xdoclet]     at xdoclet.DocletTask.execute(DocletTask.java:244)

There is no line 181 in XJavadocTask anymore. The latest version is 
here:
http://cvs.sourceforge.net/cgi-
bin/viewcvs.cgi/xdoclet/xjavadoc/src/xjavadoc/ant/XJavadocTask.java?
rev=1.18&content-type=text/vnd.viewcvs-markup

Paste it into a text editor with line numbers and you'll see.

Maybe you're stuck with an old xjavadoc.jar in your xdoclet/lib ?
Try to delete it. It should be overwritten by the build. -If it doesn't 
there is a bug in the build scripts.

HTH,
Aslak

----- Original Message -----
From: "Joseph Parks" <[EMAIL PROTECTED]>
Date: Wednesday, May 29, 2002 2:51 pm
Subject: Re: [Xdoclet-user] BMP and getConnection

> I did.  I even did a clean checkout of both modules.  (renamed 
> each directory and did a "cvs co" for each.)
> 
> Is there something I need to have (or make sure that I don't have) 
> configured?
> Thanks,
> Joe
> 
> >>> <[EMAIL PROTECTED]> 05/29/02 08:30AM >>>
> 
> 
> ----- Original Message -----
> From: "Joseph Parks" <[EMAIL PROTECTED]>
> Date: Wednesday, May 29, 2002 2:08 pm
> Subject: Re: [Xdoclet-user] BMP and getConnection
> 
> > >>> [EMAIL PROTECTED]> 05/29/02 04:41AM >>
> > >>> You can start using XDoclet from CVS again. (It has been 
> > broken for a 
> > >>> while, but should be in good shape now).
> > 
> > I am unable to build from CVS.  I am using Ant1.5Beta1, 
> > JDK1.3.1_01 on Windows 2000 Pro SP2.  I have xdoclet and 
> xjavadoc 
> > checked out side-by-side.  I get the error below when the build 
> > gets to the modules section.  Any suggestions?
> > 
> 
> update xjavadoc too.
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas -- http://devcon.sprintpcs.co
> 
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas -- http://devcon.sprintpcs.com/adp/index.cfm

_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to