Re: REPOST : Maven javadoc : ClassCastException

2005-03-04 Thread Brett Porter
I'd guess its a bug in the JDK, given that its a forked process and you are running an old beta of JDK 1.5. You should get the same results on the command line if you run: '/opt/java/j2sdk1.5.0-beta1/bin/javadoc' with arguments: '-d' '/home/niemaz/xipui/target/docs/apidocs' '-use' '-windowtitle'

Re: REPOST : Maven javadoc : ClassCastException

2005-03-04 Thread Michael Niemaz
Right, here's the output: maven -X javadoc __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v. 1.0.2 Initializing Plugins! Set plugin source directory to /home/niemaz/maven/plugins Set unpacked plugin directory to /home/niemaz/.maven/ca

RE: REPOST : Maven javadoc : ClassCastException

2005-03-04 Thread Jörg Schaible
Michael Niemaz wrote on Friday, March 04, 2005 9:41 AM: > I guess the subject is not very attractive ;-) > I wonder if this problem is maven related btw. Just from the output not much can be guessed. Try running Maven with -X - Jörg --