Yes, that's basically the problem. I tried it again (in my project) just to
make sure and it's still happening. This is one strange thing happening
though. When I tried it first time it compiled the implementing class but
the value was still wrong. I tried it a few more times but this time the
implementing class was not being recompiled.
I will setup a project with your example to see if it happens on a smaller
scale.
Regards,
Glen
----- Original Message -----
From: "Eugene Zhuravlev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 8:59 PM
Subject: Re: [Eap-list] Make problem
> Hi Glen,
> Could you please describe the problem in more detail?
> Can the following example be the testcase?
>
> interface Constants {
> int CONSTANT = 10;
> }
> class MyClass implements Constants {
> public static void main(String[] args) {
> System.out.println("CONSTANT="+CONSTANT);
> }
> }
>
> Everything works fine here (MyClass is recompiled) so I wonder if I missed
> something.
>
> Best regards,
> Eugene Zhuravlev
> IntelliJ Software, http://www.intellij.com/
> "Develop with pleasure!"
>
> ----- Original Message -----
> From: "Glen Stampoutlzis" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, March 11, 2002 4:47
> Subject: [Eap-list] Make problem
>
>
> > I altered a constant in an interface that is implemented in another
class
> > and it did not recompile correctly.
> >
> > Regards,
> >
> > Glen
> >
> >
> >
> > _______________________________________________
> > Eap-list mailing list
> > [EMAIL PROTECTED]
> > http://www.intellij.com/mailman/listinfo/eap-list
>
>
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list
_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list