, 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
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
whose classname starts with Remote. The compiled files will be stored i
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