, August 11, 2008 1:47 PM
To: Ant Users List
Subject: RE: RMIC problem
RanIf you're looking for an example of using rmic I would look at creating rmic
stubs with http://ant.apache.org/manual/CoreTasks/rmic.htmle.g.
runs the rmic compiler for all classes with .class files below ${build}/classes
of a confidential nature
and Sender does not endorse distribution to any party other than intended
recipient. Sender does not necessarily endorse content contained within this
transmission. > From: [EMAIL PROTECTED]> To: user@ant.apache.org> Date: Mon, 11
Aug 2008 18:03:56 +0000> Subj
I am running Ant 1.7.1 and have been having the following error from one of my
xml files: "Error starting Kintana rmic:". I have added the tags
stubversion="1.4" and iiop="true" where I have rmic base, and I am not sure
what to do. Any ideas or suggestions?
Thanks,
Ran
ss [mailto:[EMAIL PROTECTED]
Sent: ?? 30 ??? 2006 13:49?
To: Ant Users List
Subject: Re: rmic problem when using ant
Barak:
Sounds like a CLASSPATH problem... Or sourcepath?
So, if you run your build twice it works?
Barak Yaish wrote:
> Hi all,
>
> I'm facing strange problem when
Barak:
Sounds like a CLASSPATH problem... Or sourcepath?
So, if you run your build twice it works?
Barak Yaish wrote:
Hi all,
I'm facing strange problem when I'm using the RMIC task. First, let me describe the relevant classes:
Class A extends UnicastRemoteObject implements AInterface
In
Hi all,
I'm facing strange problem when I'm using the RMIC task. First, let me describe
the relevant classes:
Class A extends UnicastRemoteObject implements AInterface
Interface AInterface implements Remote
Class B extends A implements BInterface
Interface BInterface extends AInterface
The