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,


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to