Merde.... Looks like Sun really screwed it up this time.I can't get the Javadoc incuded with the latest JDK (1.4.2) to stop complaining about XDoclet tags that contain dashes. It seems that a new feature has been added, so that Javadoc will consider '-' to be the separator rather than '.' or ':', if *any* dashes are present in the tag. Ironically, this feature was introduced for making it easier to integrate with XDoclet, I believe. See
http://developer.java.sun.com/developer/bugParade/bugs/4750173.html
Any commments on this? Should this issue be reopened, or is there a
workaround?
The only workaround I could think of is to make Sun undo this new "feature".
Alternatively, we'd have to translate all XDoclet tags from say:
@ejb:interface-method (XDoclet 1.1.2 style, but still supported by XDoclet 1.2.x. Works with Javadoc <= 1.3.x. Doesn't work with javadoc 1.4.1 or 1.4.2)
@ejb.interface-method (XDoclet 1.2.x style. Works with Javadoc <= 1.4.1. Doesn't work with 1.4.2).
to something like:
@ejb*interface=method or something like that. This ain't going to happen.
This is *very* unfortunate. I hope Sun will undo this. As you said, they tried to help us, but in fact they screwed it up worse than it was before. Someone fixed an issue that was no longer an issue.
Eric, care to reopen the bug? It's more than a year since we switched from the : to the . tag syntax, and 1.4.1 was working fine. (with the -tag parameter).
Aslak
-- Eric Jain
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
