Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.5
-
Fix Version/s: 2.5
-
Labels:None
-
Environment:HideBetelgeuse:maven-javadoc-plugin jdcasey$ mvn -v
JDK 1.4
2.0.9
--> Command was: /Users/jdcasey/apps/maven/apache-maven-2.0.9/bin/mvn -v
Maven version: 2.0.9
Java version: 1.4.2_16
OS name: "mac os x" version: "10.5.4" arch: "i386" Family: "unix"
Java Home: /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home
ShowBetelgeuse:maven-javadoc-plugin jdcasey$ mvn -v JDK 1.4 2.0.9 --> Command was: /Users/jdcasey/apps/maven/apache-maven-2.0.9/bin/mvn -v Maven version: 2.0.9 Java version: 1.4.2_16 OS name: "mac os x" version: "10.5.4" arch: "i386" Family: "unix" Java Home: /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home
-
Number of attachments :
Description
I'm attaching the build console output and surefire output file for the failing unit test.
Issue Links
- is related to
-
MNGFAQ-73
Where to get sun.jdk:tools:jar:1.4.0 on MacOSX?
-
IIRC, Mac has no tools.jar but a similar thing named classes.jar which is already part of the bootstrap class path I believe. So I coded up this patch. I have no Mac box to test it, so it's all up to you John. If it works, I leave it to Vincent to do a final review and maybe apply.