I've modified the 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 as gone AWOL.
Bug or user error?
How do I fix this?
Cheers,
T
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Glad to hear the -subpackages is working, since it is a nuisance to have to create the list manually. Though sometimes you do have to exclude specific packages with -exclude.
Adding the new package name by hand works for me.
Using -subpackages "com.acme" instead of NEWPKGS and OLDPKGS in all cases also works for me. However, this was on Linux, so I wonder whether it is a Windows thing? Slashes are supposed to be forward in all cases, since it is a URL.
Can you attach the modified script with the -subpackages in it?
~Matt
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I've modified the 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 as gone AWOL.
Bug or user error?
How do I fix this?
Cheers,
T
Glad to hear the -subpackages is working, since it is a nuisance to have to create the list manually. Though sometimes you do have to exclude specific packages with -exclude.
Adding the new package name by hand works for me.
Using -subpackages "com.acme" instead of NEWPKGS and OLDPKGS in all cases also works for me. However, this was on Linux, so I wonder whether it is a Windows thing? Slashes are supposed to be forward in all cases, since it is a URL.
Can you attach the modified script with the -subpackages in it?
~Matt