Menu

Path incorrect after adding package

Help
Trev
2004-04-09
2004-04-12
  • Trev

    Trev - 2004-04-09

    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

     
    • Matthew Doar

      Matthew Doar - 2004-04-12

      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

       

Log in to post a comment.