[ http://jira.codehaus.org/browse/MPJAVADOC-75?page=comments#action_66307 ] 

Sandeep Dixit commented on MPJAVADOC-75:
----------------------------------------

I am using maven 2.0.2. JavaDoc plugin is 2.0-beta-3. Below is the entire 
reporting tag:

        <reporting>
                
<outputDirectory>${maven.build.output.dir}/${artifactId}/target/site</outputDirectory>
                <plugins>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jdepend-maven-plugin</artifactId>
                                <version>2.0-beta-1-SNAPSHOT</version>
                        </plugin> 
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-javadoc-plugin</artifactId>
                                <version>2.0-beta-3</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                
<artifactId>surefire-report-maven-plugin</artifactId>
                                <version>2.0-beta-1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.codehaus.mojo</groupId>
                                <artifactId>jxr-maven-plugin</artifactId>
                                <version>2.0-beta-1</version>
                        </plugin>
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                
<artifactId>maven-project-info-reports-plugin</artifactId>
                                <version>2.0-beta-3</version>
                                <reportSets>
                                        <reportSet>
                                                <reports>
                                                        
<report>dependencies</report>
                                                        
<report>project-team</report>
                                                        
<report>mailing-list</report>
                                                        <report>cim</report>
                                                        
<report>issue-tracking</report>
                                                        <report>license</report>
                                                        <report>scm</report>
                                                        
<report>surefire-report</report>
                                                </reports>
                                        </reportSet>
                                </reportSets>
                        </plugin>
                </plugins>
        </reporting>    



> 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