Did you manage to resolve this problem? I'm getting exactly the same error,
but haven't managed to track down exactly where the problem lies.

Thanks,
Gino

>I am getting the mentioned error during javadoc execution. 
>The error stack is:

>BUILD FAILED
>file:C:/f1/f2/build.xml:213: Javadoc failed: 
>java.io.IOException: Cr
>eateProcess: C:\j2sdk1.4.1_01\bin\javadoc.exe -d 
><outputfolder> -classpath <libhome>\activation.jar;
><libhome>\aspectjrt-1.0.5.jar;<libhome>\cactus-1
>.4.1.jar;<libhome>\cactus-ant-1.4.jar;<libhome>\
>classes12.jar...........
>.......;<libhome>\httpunit.jar;<libhome>\i18n.?
>
>My javadoc target is:
>
><mkdir          dir="${destdir}"/>
>    
><javadoc destdir="${destdir}">
>      <classpath refid="test.classpath"/>
>         <fileset dir="${src.home}">
>        <include name="**/*.java"/>
>      </fileset>
>    </javadoc>
>
>Line 213 on build.xml is <javadoc destdir="${destdir}">
>
>I am using jdk 1.4.1_01,ant 1.5 on Windows 2000.
>And what is the weird question mark at the end of the error 
>message...the classpath in the error stack is cut short by 
>that question mark as I there are more files in the classpath.
>Am I running out of memory here?
>
>Any ideas?
>
>Thanks,
>



***************************************************************************************
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]>

Reply via email to