Because Javadoc 1.4 complains about foo:bar in tag names, we decided some
time back to use foo.bar instead.
It seems this hasn't quite sunk in. There is still a lot of foo:bar both in
templates, tag handlers examples and xtags.xml.

xjavadoc (which is responsible for all tag retrieval both in xdoclet and
xdoclet gui) doesn't care whether you ask for a tag using foo:bar or
foo.bar, because when it scans a class it converts all foo:bar to foo.bar.
Later, if someone asks for foo:bar, it will actually look for foo.bar. This
works fine as far as I know.

If xjavadoc saves source with foo:bar, there must be something wrong in
xjavadoc. I'm not sure what's wrong, but maybe some additional JUnit tests
could help identify the problem?

Aslak

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of
> Konstantin Priblouda
> Sent: 18. juli 2002 15:22
> To: [EMAIL PROTECTED]
> Subject: [Xdoclet-devel] . to : ocnversion in XTag
>
>
> Hi guys,
>
> I'm somehow confused by mandatory conversion of . to :
> in xjavadoc. It seems to be kind of outdated now.
>
> And disturbs GUI also. If I save the code,  all the
> dots become :
>
> Is it still necessary?
>
> regards,
>
> =====
> Konstantin Priblouda ( ko5tik )    Freelance Software developer
> < http://www.pribluda.de > < play java games -> http://www.yook.de >
> < render charts online -> http://www.pribluda.de/povray/ >
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
>
>
> -------------------------------------------------------
> This sf.net email is sponsored by:ThinkGeek
> Welcome to geek heaven.
> http://thinkgeek.com/sf
> _______________________________________________
> Xdoclet-devel mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/xdoclet-devel



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to