You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ant.apache.org by Lori Ronning <lo...@globalsight.com> on 2000/10/18 20:54:02 UTC

WebLogic rmic

Is there a way to use WebLogic'c rmic, rather than java's rmic?

I created a target "generate_rmic" and use the
"java" command calling weblogic.rmic.  The first one 
works fine, but the next lines seem to be skipped.
So I set up a separate target for each stub and skeletong
that needs to be created and set up dependencides - however
still only the first one is called.
I'm new with ant so I'm still trying to figure out if it is a bug
or something I have done.

I'm using version 1.1.
Thanks!
-Lori