Re: Javadoc aggregate NullPointerException

2014-07-10 Thread Alexddupree
Hey Paul I have tried 1.6 and 1.7 we haven't set up 1.8 yet so I haven't tried it. I can however generate javadoc in Eclipse for the same project. Does Eclipse use its own version of javadoc? Sorry if this is a newbie question I am an intern and trying to get up to speed. -Alex -- View this

RE: Javadoc aggregate NullPointerException

2014-07-10 Thread Alexddupree
mgainty wrote > MG>someone somewhere is tossing in a incorrect version of > org.springframework.context.ApplicationListener > MG>clean off your CLASSPATH e.g. export CLASSPATH= > MG>rerun mvn validate javadoc:javadoc > MG>if still a problem take the maven-javadoc-plugin (2.9) and set it to be > the

Javadoc aggregate NullPointerException

2014-07-09 Thread Alexddupree
I am trying to create an aggregate javadoc for a multi module project. The project compiles with mvn install -DskipTests (I am not running tests on my machine). When I run mvn validate javadoc:javadoc it works and compiles all of the javadoc in each modules \target\apidocs directory. Then when I ru