Ahh, I will give that a try.  Thanks!

-- Glen

----- Original Message -----
From: "Eugene Zhuravlev" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, March 12, 2002 12:05 AM
Subject: Re: [Eap-list] Make problem


> Hi Glen,
> Thanks a lot for the ipr file! It really helped to find the problem. The
> reason is the target JDK you are using. It appears that some data in class
> files generated by JDK 1.3.0 is stored in a slightly different format than
> in classes, generated by the newer JDK versions. We have fixed the bug and
> the fix will be available in #611. Currently, with #609, I suggest that
you
> use at least jdk 1.3.1_01 in order to avoid the problem.
>
> Looks like others who had problems with make deleting more files than it
> should also use JDK 1.3.0 as a target jdk. If so please try switching to
JDK
> 1.3.0_01 or higher. Does the problem still exist?
>
> 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 13:50
> Subject: Re: [Eap-list] Make problem
>
>
> > Okay, I created a simple project that contains the two classes you wrote
> in
> > your mail just to make sure it's completely repeatable for me.
> >
> > When I created the project the and run make (ctrl-f9) it compiled
nothing.
> > Although no error was given.  I can even select to run MyClass and it
> comes
> > back with a NoClassDefFound exception.
> >
> > I've attached the project I created.
> >
> > 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
>
>
> _______________________________________________
> 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

Reply via email to