site-embedded report mode check always returns true
---------------------------------------------------
Key: MNG-1510
URL: http://jira.codehaus.org/browse/MNG-1510
Project: Maven 2
Type: Bug
Components: maven-javadoc-plugin
Versions: 2.0
Reporter: Shinobu Kawai Yoshida
o.a.m.p.javadoc.JavadocReport#executeReport
Line 685: if ( !javadocDirectory.equals( getOutputDirectory() ) )
javadocDirectory is a File and getOutputDirectory() is a String. This will
never return false.
--
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
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]