#611 "Make Project" works fine for me, now.
Dependency checking is right.

----- Original Message -----
From: "Thomas Singer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 11, 2002 12:38 PM
Subject: Re: [Eap-list] Please add a simple "Compile All Modified" command


> 611 seems to be a really impressive build :-) When will it be available?
> What happened to 610?
>
> Tom
>
>
> At 14:11 11.03.02 +0300, you wrote:
> > > accessing methods, thats signature has changed (I don't use
reflection!).
> > > In other words: in my project files aren't compiled sometimes. But
since
> > > these cases are rare, I can't track down the problem.
> >
> >We have fiond some bugs in this area since #609 was out. #611 should be
much
> >more reliable.
> >
> > > Any idea, how to find
> > > these bugs easier (a more verbose logging about, why IDEA compiles
some
> > > files and some other not?
> >
> >Yes, there are such logs already and we'll add some additional in #611
since
> >a lot of people complain that make deletes a lot of class files without
any
> >reason. Unfortunately we cannot reproduce the problem here and hope that
the
> >logging will help to understand what's wrong.
> >
> >In order to enable compiler logging please add the following to
> ><idea_home>/bin/log.xml:
> >
> >  <category name="com.intellij.compiler">
> >    <priority value="DEBUG" />
> >     <appender-ref ref="CONSOLE-ALL"/>
> >  </category>
> >
> >After that the logs from the compiler are printed both to the console and
to
> >the "<idea_home>/log/idea.log" file.
> >
> >
> >Best regards,
> >Eugene Zhuravlev
> >IntelliJ Software, http://www.intellij.com/
> >"Develop with pleasure!"
> >
> >
> >----- Original Message -----
> >From: "Thomas Singer" <[EMAIL PROTECTED]>
> >To: <[EMAIL PROTECTED]>
> >Sent: Monday, March 11, 2002 13:13
> >Subject: Re: [Eap-list] Please add a simple "Compile All Modified"
command
> >
> >
> > > Sorry, I didn't setup a testcase. For 99% of my cases everything is
> > > compiled fine and fast. Only in a few cases I get Exceptions while
> > > accessing methods, thats signature has changed (I don't use
reflection!).
> > > In other words: in my project files aren't compiled sometimes. But
since
> > > these cases are rare, I can't track down the problem. Any idea, how to
> >find
> > > these bugs easier (a more verbose logging about, why IDEA compiles
some
> > > files and some other not?
> > >
> > > Tom
> > >
> > >
> > > At 13:08 11.03.02 +0300, you wrote:
> > > >Yes, it should recompile all the classes that referred to the one
that
> >you
> > > >have removed. Does it work for you?
> > > >
> > > >Best regards,
> > > >Eugene Zhuravlev
> > > >IntelliJ Software, http://www.intellij.com/
> > > >"Develop with pleasure!"
> > > >
> > > >----- Original Message -----
> > > >From: "Thomas Singer" <[EMAIL PROTECTED]>
> > > >To: <[EMAIL PROTECTED]>
> > > >Sent: Thursday, March 07, 2002 18:44
> > > >Subject: Re: [Eap-list] Please add a simple "Compile All Modified"
> >command
> > > >
> > > >
> > > > > What, if a class is removed? Will all classes that referred to
this
> >class
> > > > > be recompiled again to show possibly errors?
> > > > >
> > > > > BTW: It would be fine, if there were an option to recompile, when
I
> > > >perform
> > > > > the "Save All" action.
> > > > >
> > > > > Tom
> > > > >
> > > > >
> > > > > At 18:01 07.03.02 +0300, you wrote:
> > > > > >It recompiles all modified files + all files that might be
affected
> >by
> > > > > >changes in those modified files. In particular, if you don't
change
> > > > > >signatures (or add/remove) of non-private members in your class,
it
> >won't
> > > > > >compile anything in addition to modified files.
> > > > > >
> > > > > >Best regards,
> > > > > >Valentin Kipiatkov
> > > > > >-----------------------------------------------------------
> > > > > >  IntelliJ Software, http://www.intellij.com/
> > > > > >  "Develop with pleasure"
> > > > > >-----------------------------------------------------------
> > > > > >
> > > > > >----- Original Message -----
> > > > > >From: "Bevilacqua Raffaele" <[EMAIL PROTECTED]>
> > > > > >To: <[EMAIL PROTECTED]>
> > > > > >Sent: Thursday, March 07, 2002 12:02 PM
> > > > > >Subject: Re: [Eap-list] Please add a simple "Compile All
Modified"
> > > >command
> > > > > >
> > > > > >
> > > > > > >
> > > > > > > How does IDEA dependency checking work?
> > > > > > >
> > > > > > > ----- Original Message -----
> > > > > > > From: "Erb" <[EMAIL PROTECTED]>
> > > > > > > To: <[EMAIL PROTECTED]>
> > > > > > > Sent: Wednesday, March 06, 2002 6:44 PM
> > > > > > > Subject: Re: [Eap-list] Please add a simple "Compile All
Modified"
> > > >command
> > > > > > >
> > > > > > >
> > > > > > > > But that is very dangerous.  When dependency compilation is
> >running
> > > > > > > > correctly,
> > > > > > > > this should not be a problem because unless you change a
method
> > > > > >signature,
> > > > > > > > dependent classes will not compile.  Perhaps the issue is
really
> > > > > >incorrect
> > > > > > > > behavior of dependency compiling.
> > > > > > > >
> > > > > > > > Bevilacqua Raffaele wrote:
> > > > > > > > >
> > > > > > > > > But this is not the reason of my feature request,
sometimes
> > > > > > > > > it is faster to rebuild only modified classes, expecially
> > > > > > > > > if they have a lot of depending files (this was the only
> > > > > > > > > way in 2.5, and I often used it).
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > _______________________________________________
> > > > > > > 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
> >
> >
> >_______________________________________________
> >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