History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-15606
Type: New Feature New Feature
Status: Reopened Reopened
Assignee: Mike Aizatsky
Reporter: Pierre Fouche
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Analyze Dependency Matrix does not work when project is compiled through Ant

Created: 10 Oct 07 11:22   Updated: 11 Oct 07 18:43
Component/s: Code Analysis. Dependencies

Build: 7,323
Severity: Medium


 Description  « Hide
IDEA complains:

"No class files files were found.
DSM analysis can't be performed."

See http://www.intellij.net/forums/thread.jspa?threadID=270230



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 10 Oct 07 13:14 - edited
DSM analysis requires information on mapping between class files and source files which is produced when building with IntelliJ IDEA's build but not produced during Ant build.

Maxim Mossienko - 10 Oct 07 13:26
I bet this is question about whether to strip debug info (line numbers, etc) during compile or not. Thus you might need to correct parameters for javac task in ant build.

Pierre Fouche - 11 Oct 07 11:53
Actually I do have debug="yes" in my javac task...

Dmitry Jemerov - 11 Oct 07 12:22
The debug info is not sufficient for this to work. The necessary information is stored in the IntelliJ IDEA compiler caches and can't be produced during an Ant build.

Maxim Mossienko - 11 Oct 07 17:40
this is limitation of IDEA 7 and should be considered as possible target for IDEA "Next Version".