RE: rmic problem when using ant

2006-05-30 Thread Barak Yaish
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

Re: rmic problem when using ant

2006-05-30 Thread Scot P. Floess
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

rmic problem when using ant

2006-05-29 Thread Barak Yaish
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