[M2] Javadoc failing

2005-10-24 Thread Jose Gonzalez Gomez
Hi there, I cannot generate javadoc reports. The problem seems to be related with having the JVM installed in a path with spaces in it: C:\Archivos de programa\Java\jdk1.5.0_04 (Archivos de programa is the equivalent to Program files in spanish). Here you have the output from Maven: [INFO]

[m2] javadoc failing

2005-10-24 Thread Julian Wood
Javadoc creation is failing for me, simply because the javadoc command is being invoked incorrectly. It would appear that it has something to do with the way plexus is locating commands, but I'm not sure. Embedded error: An error has occurred in javadoc report generation.

Re: [m2] javadoc failing

2005-10-24 Thread Julian Wood
Hmm, installing the latest javadoc plugin from svn into my local repository solves the problem. I had beta-1, and I installed beta-3. I wonder why this didn't happen automatically. Other plugins appear to update automatically. Thanks, J On 24-Oct-05, at 3:00 PM, Julian Wood wrote:

Re: [m2] javadoc failing

2005-10-24 Thread Brett Porter
Maven 2.0 stopped updating automatically as we felt that was a bit sneaky. You can run with -U at any time to check for updates. We will soon have a plugin goal that will check for updates across the board. You can also configure to get updates on a particular interval by changing repository