Try to get the latest CVS version by checking out the xdoclet-all module.
>From your error messages it looks like you have old sources.

Aslak

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Marcin
> Gryszkalis
> Sent: 20. november 2002 00:34
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-user] CVS head build problem
>
>
> I compiled xjavadoc fine, copied the jar to
> xdoclet/target/lib but building xdoclet fails (see below),
> what could that be?
>
>
> Compiling 18 source files to
> C:\net\xdoclet_cvs\xdoclet\modules\build\xdoclet\classes
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\doc
> \AntdocSubTask.java:191: warning: getReturnDimension() in
> xjavadoc.XMethod has been deprecated
>              if (method.getName().startsWith("create") &&
> method.getParameters().size() == 0 && method.getReturnDimension() == 0) {
>
>                                     ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginSubTask.java:66: classToAntElementMap has private
> access in xdoclet.modules.doc.AntdocSubTask
>          List to_iter =
> Arrays.asList(classToAntElementMap.values().toArray());
>                                       ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:56: docElement has private access
> in xdoclet.modules.doc.AntdocTagsHandler
>              docElement = (AntdocSubTask.Element) i.next();
>              ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:58: docElement has private access
> in xdoclet.modules.doc.AntdocTagsHandler
>              setCurrentClass(docElement.getXClass());
>                              ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:88: subElement has private access
> in xdoclet.modules.doc.AntdocTagsHandler
>          if (subElement.getXClass().isA("xdoclet.ConfigParameter"))
>              ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:88: cannot resolve symbol
> symbol  : method getXClass ()
> location: class xdoclet.modules.doc.AntdocSubTask.SubElement
>          if (subElement.getXClass().isA("xdoclet.ConfigParameter"))
>                        ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:120: subElement has private access
> in xdoclet.modules.doc.AntdocTagsHandler
>          if (subElement.isDynamicSubElement() == condition)
>              ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:120: cannot resolve symbol
> symbol  : method isDynamicSubElement ()
> location: class xdoclet.modules.doc.AntdocSubTask.SubElement
>          if (subElement.isDynamicSubElement() == condition)
>                        ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:126: subElement has private access
> in xdoclet.modules.doc.AntdocTagsHandler
>          if
> (subElement.getXClass().isA("org.apache.tools.ant.types.FileSet")
> == condition)
>              ^
> C:\net\xdoclet_cvs\xdoclet\modules\xdoclet\src\xdoclet\modules\mav
> en\MavenpluginTagsHandler.java:126: cannot resolve symbol
> symbol  : method getXClass ()
> location: class xdoclet.modules.doc.AntdocSubTask.SubElement
>          if
> (subElement.getXClass().isA("org.apache.tools.ant.types.FileSet")
> == condition)
>                        ^
> 9 errors
> 1 warning
>
>
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by: To learn the basics of securing
> your web site with SSL, click here to get a FREE TRIAL of a Thawte
> Server Certificate: http://www.gothawte.com/rd524.html
> _______________________________________________
> Xdoclet-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-user




-------------------------------------------------------
This sf.net email is sponsored by: To learn the basics of securing 
your web site with SSL, click here to get a FREE TRIAL of a Thawte 
Server Certificate: http://www.gothawte.com/rd524.html
_______________________________________________
Xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to