On Mon, 2004-08-16 at 14:49, Rupp, Heiko wrote:
> I think I completely cleaned out the typed collections from xjavadoc,
> that were marked as
> deprecated.
> In my local source tree I already erased those files.
>  
> How shall I proceed now? I suspect, that this should yield a version
> bump change
> of xjavadoc?

Yup.  We should release a new version of xjavadoc just before the 1.2.2
release (and switch XDoclet's dependency to the new version).  No point
messing with the version numbers until then, though, in case anything
else changes in xjavadoc in the meantime; just check in your changes
(anyone building XDoclet without checking out XJavaDoc too should still
be okay).  Since there's changes to the public API from the removal the
deprecated methods, I suppose the version no. should be increased to 1.1
rather than 1.0.4.

I noticed one other xjavadoc deprecation warning while building XDoclet
- in the bootstrap bit, in among the sax.Parser warnings (which can't be
fixed as it's there as a fallback if the newer one isn't available) was

    [javac]
/home/andy/development/xdoclet-latest/xdoclet-all/xdoclet/modules/build/all-src/xdoclet/TemplateSubTask.java:657:
 warning: getSourceClasses(boolean,boolean) in xjavadoc.XJavaDoc has been deprecated

I've fixed that, so I guess those deprecated getSourceClasses() methods
could be removed too.  They don't appear to do anything with the
useNodeParser argument anyway.


Andrew.



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to