You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by at...@bankone.com on 2002/08/02 22:16:57 UTC

class not found error while using rmic

Hello,

Can anyone please tell me why I am getting a class not found error when I
try to generate stub for one of the classes.

Here is the error:

     [rmic] RMI Compiling 1 class to C:\Projects\Don\Ant_build_automate\voraam_a
ntview\ejbdir
     [rmic] error: Class ejbdir/com/bankone/credit1/ecap/sf/ejbs/CapMaster.class
 not found.
     [rmic] 1 error

BUILD FAILED
file:C:/Projects/Don/Ant_build_automate/voraam_antview/build.xml:102: Rmic faile
d; see the compiler error output for details.

I will appreciate any help I can get.

I am using the following rmic task to do this:

<rmic base="ejbdir"
              classname="ejbdir/com/bankone/credit1/ecap/sf/ejbs/CapMaster.class"
              stubversion="-v1.3" classpath="${basePath};${basePath}/plugins/com.ibm.etools.ejbdeploy/runtime;
${basePath}/plugins/com.ibm.etools.websphere.runtime/deploytool/itp/plugins/com.ibm.etools.ejbdeploy/runtime"/>



This transmission may contain information that is privileged, confidential and/or exempt from disclosure under applicable law. If you are not the intended recipient, you are hereby notified that any disclosure, copying, distribution, or use of the information contained herein (including any reliance thereon) is STRICTLY PROHIBITED. If you received this transmission in error, please immediately contact the sender and destroy the material in its entirety, whether in electronic or hard copy format. Thank you.


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>