This would be useful for JDepend, which provides metrics and detects cyclic
package dependencies by examining .class files.
In the "external tools" screen of Idea 2.5, there is room for such a
checkbox under the "synchronize files after execution" checkbox.
A checkbox similar to what I am requesting already exists on the "run/debug
configuration" screen.


BTW,
If anyone is interested int trying out JDepend, download it from
http://www.junit.org and use the following settings (adjusting paths as
necessary) in the "external tools" screen of Idea 2.5.
Program: $JDKPath$\bin\java.exe
Parameters: -cp d:\jdepend\lib\jdepend.jar jdepend.swingui.JDepend $FileDir$

I don't personally use the metrics much, but I like the fact that it detects
cyclic package dependencies.


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-features

Reply via email to