Hi,
I've modified the supplied example to use -subpackages so it picks up
package additions/deletions automatically. However, on adding a
package entitled "Blah" the changes.html page incorrectly links the
new package javadoc as C:\newdocscom\acme\sp\Blah\package-summary.html
as opposed to C:\newdocs\com\acme\sp\Blah\package-summary.html.
In other words the backslash has gone AWOL.
Bug or user error?
How do I fix this?
Cheers,
T
Roedy Green - 10 Apr 2004 19:31 GMT
>In other words the backslash has gone AWOL.
\ must be doubled in Java literals. Generally in Java you can use /
in place of \ safely. It does not have the literal quoting problem
that \ does.
--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.