use the ant <rmic> tag

        <rmic base="<directory that contains the compiled class files"
              classname="<class that implments the remote interface>"
              stubversion="-v1.3">
              <classpath refid="<a <path> tag>"/>
        </rmic>


mike



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, August 01, 2002 4:02 PM
To: [EMAIL PROTECTED]
Subject: stub generation


I am trying to generate stubs for my project using Ant.  I believe I will
be using rmic tool to do that.  Currently, we are using WSAD(Websphere
application developer) for generating the stubs.  Is there a way I can use
Ant and do the same things that WSAD does by not running actual WSAD but
just using the rmic.jar or other files that WSAD might be using?

I will really appreciate any help I can get.

Thanks,
Atit.



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:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>




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

Reply via email to