What would cause the javadoc plugin to create 'naked' javadoc?

2013-11-17 Thread Benson Margulies
Java 1.7

Maven 3.0.4

Fluido skin 1.3.0

Very boring javadoc spec:

 plugin
groupIdorg.apache.maven.plugins/groupId
artifactIdmaven-javadoc-plugin/artifactId
version2.9.1/version
reportSets
reportSet
iddefault/id
reports
reportjavadoc/report
/reports
/reportSet
/reportSets
/plugin

Results: javadoc with all the styles missing. Looking in the chrome
debugger, it's not failing to load anything. There's just no graphic
decoration.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org



Re: What would cause the javadoc plugin to create 'naked' javadoc?

2013-11-17 Thread Benson Margulies
This is definitely related to java version. When I switch the
JAVA_HOME to 1.6 instead of 1.7, all is well.


On Sun, Nov 17, 2013 at 2:18 PM, Benson Margulies bimargul...@gmail.com wrote:
 Java 1.7

 Maven 3.0.4

 Fluido skin 1.3.0

 Very boring javadoc spec:

  plugin
 groupIdorg.apache.maven.plugins/groupId
 artifactIdmaven-javadoc-plugin/artifactId
 version2.9.1/version
 reportSets
 reportSet
 iddefault/id
 reports
 reportjavadoc/report
 /reports
 /reportSet
 /reportSets
 /plugin

 Results: javadoc with all the styles missing. Looking in the chrome
 debugger, it's not failing to load anything. There's just no graphic
 decoration.

-
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org