[jbossts-issues] [JBoss JIRA] (JBTM-1749) Failure building Javadoc when JAVA_HOME is empty

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Mon Jul 22 05:36:27 EDT 2013


    [ https://issues.jboss.org/browse/JBTM-1749?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12791312#comment-12791312 ] 

Tom Jenkinson commented on JBTM-1749:
-------------------------------------

This looks to be a known issue in older versions of javadoc: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6442982

As mark has already documented the work around, I think we should resolve this as "Done". I can confirm on linux at least setting JAVA_HOME to a JDK 7 installation _does_ work. Maybe a Mac user can confirm JAVA_HOME to a JDK7 installation works or we can just mark this resolved?
                
> Failure building Javadoc when JAVA_HOME is empty
> ------------------------------------------------
>
>                 Key: JBTM-1749
>                 URL: https://issues.jboss.org/browse/JBTM-1749
>             Project: JBoss Transaction Manager
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Build System
>         Environment: See discussion
>            Reporter: Paul Robinson
>            Assignee: Amos Feng
>            Priority: Minor
>             Fix For: 5.0.0.M4
>
>   Original Estimate: 4 hours
>  Remaining Estimate: 4 hours
>
> To reproduce:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.5/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> It also happens if you use the maven version in tools/maven (also version 3.0.5).
> This doesn't fail:
> # export JAVA_HOME=
> # /opt/apache-maven-3.0.3/bin/mvn clean install -DskipTests -f ./ArjunaJTA/narayana-jta/pom.xml
> Currently only seen this on a Mac. Would be good if a linux user could try to reproduce.
> Maven 3.0.5 is the latest release. I've not found a known issue for this, but it is hard to search for.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list