I was looking at the commit of r386543 which added a couple parameters
to the javadoc plugin for selecting classes based on package.  The
Javadoc for the two parameters reads:
   /**
    * Specifies the source path where the subpackages are located.
    *
    * @parameter expression="${sourcepath}"
    */
   private String sourcepath;

   /**
    * Specifies the package directory where javadoc will be executed.
    *
    * @parameter expression="${subpackages}"
    */
   private String subpackages;

These parameters are split in the code to make individual path elements
and package names.  It would be REAL nice if the documentation for
parameters like these included what characters are used to split the
string.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to