The following issue has been updated:

    Updater: dion gillard (mailto:[EMAIL PROTECTED])
       Date: Thu, 21 Aug 2003 8:44 PM
    Changes:
             Version changed to 1.0-rc1
             Version changed to 1.0-beta-10
             Fix Version changed to 1.1
    ---------------------------------------------------------------------
For a full history of the issue, see:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-702&page=history

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-702


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-702
    Summary: Add classpath to ant:javadoc in jdiff to avoid javadoc errors.
       Type: Improvement

     Status: Unassigned
   Priority: Minor

 Time Spent: Unknown
  Remaining: 5 minutes

    Project: maven
 Components: 
             plugin-jdiff
   Fix Fors:
             1.1
   Versions:
             1.0-beta-10
             1.0-rc1

   Assignee: 
   Reporter: 

    Created: Thu, 21 Aug 2003 1:04 AM
    Updated: Thu, 21 Aug 2003 8:44 PM

Description:
When using jdiff multiple javadoc warnings appear on the screen (see below). This can 
be avoided by adding the classpath to the javadoc tasks that are used in the jelly 
script.

    <ant:javadoc 
      sourcepath="${maven.jdiff.old.src}"
      packagenames="${pom.package}.*"
+     classpath="${maven.cp}"
      >

This will allow a user to add to the classpath in maven.xml with something like this:

        <maven:addPath id="maven-classpath" refid="maven.dependency.classpath"/>



Example javadoc warning:
    [javadoc] 
C:\cvsroot\external\astrazeneca\certification\target\jdiff\HEAD\external\astrazeneca\certification\src\java\se\jayway\az\struts\LoginAction.java:21:
 cannot resolve symbol
    [javadoc] symbol  : class ActionForward
    [javadoc] location: class se.jayway.az.struts.LoginAction
    [javadoc]     public ActionForward execute(ActionMapping mapping, ActionForm form, 
HttpServletRequest request, HttpServletResponse response) throws Exception {
    [javadoc]            ^




---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


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

Reply via email to