Thanks for the response, Willie. I've checked the JAVA_HOME, and tried this with both JDK1.4.0_01 and JDK1.3.0_02, but get the same IOException when creating the javadoc process.
Gino > >From: Willie Vu <[EMAIL PROTECTED]> >Subject: javadoc problem (b7) >Date: Wed, 22 Jan 2003 18:30:26 +0800 >Content-Type: text/plain; > charset="US-ASCII" > > >Gino, > >You said you're running JDK1.4.0_01 but javadoc plugin uses JDK1.3.0_02. >You may want to check your JAVA_HOME setting. > >-- >Willie Vu > >> -----Original Message----- >> From: Coccia, Gino [mailto:[EMAIL PROTECTED]] >> Sent: Wednesday, January 22, 2003 5:43 >> To: '[EMAIL PROTECTED]' >> Subject: javadoc problem (b7) >> >> >> When running 'maven javadoc:generate', I get the following message >> >> [ERROR] BUILD FAILED >> [ERROR] File...... >> d:\maven\plugins\maven-javadoc-plugin-1.0\plugin.jelly >> [ERROR] Element... javadoc >> [ERROR] Line...... 60 >> [ERROR] Column.... 52 >> [ERROR] Javadoc failed: java.io.IOException: CreateProcess: >> C:\jdk1.3.0_02\bin\j avadoc.exe -windowtitle "vrm 2.0.17 API" >> -use -d E:\live14012003\target\docs\api <snip> >> >> It appears that the command I am trying to execute is being >> truncated partway through the classpath list. >> >> Any thoughts on what the problem might be ? (I'm running NT4 >> SP6 with the Sun JDK v1.4.0_01. >> >> Thanks, >> Gino >> >> *************************************************************************************** This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify [EMAIL PROTECTED] immediately. This footnote also confirms that this email message has been swept for the presence of computer viruses. *************************************************************************************** -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
