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