|
|
|
[
Permlink
| « Hide
]
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.
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.
Actually I do have debug="yes" in my javac task...
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.
this is limitation of IDEA 7 and should be considered as possible target for IDEA "Next Version".
|
||||||||||||||||||||||||||||||||||||