JavaDoc plug-in fails on IBM AIX JDK
------------------------------------

         Key: MPJAVADOC-75
         URL: http://jira.codehaus.org/browse/MPJAVADOC-75
     Project: maven-javadoc-plugin
        Type: Bug

    Versions: 1.8    
    Reporter: Sandeep Dixit


Per the URL below, IBM was using "sh" instead of "bin" as subdirectory name. 
This was hardcoded in the JavaDoc task. Apparently at some point, IBM changed 
their scheme and went to "bin" instead of "sh" directory.   I checked in the 
non-websphere JDK and "sh" is a symbolic link (probably for backwards 
compatability) to "bin".  Because of the previous "sh" problem, the javadoc 
task hard-codes AIX for "sh".  You should probably look for an updated task 
that uses "bin" for AIX instead per the change.
 
Below is the URL to old post:
http://www.google.com/url?sa=t&ct=res&cd=1&url=http%3A%2F%2Fmail-archives.apache.org%2Fmod_mbox%2Fant-dev%2F200112.mbox%2F%253C20011220163331.2303.qmail%40nagoya.betaversion.org%253E&ei=J2B8RNuMJqbepgLouIC-AQ&sig2=DUt4wKsNiOuqDH5b7kfZOQ


Thanks,
Sandeep


-- 
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

Reply via email to