https://issues.apache.org/bugzilla/show_bug.cgi?id=48041

           Summary: javadoc task offline="true" doesn't work
           Product: Ant
           Version: 1.7.1
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: major
          Priority: P2
         Component: Core tasks
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Specifying a link element with offline="true" set doesn't work.  Example:

<javadoc sourcepath="${src.dir}" destdir="javadoc" failonerror="true">
     <link href="https://example.com/other_javadocs";
        offline="true"
        packagelistLoc="../../javadoc/other_javadocs"
     />
     <classpath refid="build.path" />
</javadoc>

Looking at the strace output, it appears that the -linkoffline parameter is not
passed to the javadoc command.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to