ClosureJavascriptFramework icon indicating copy to clipboard operation
ClosureJavascriptFramework copied to clipboard

Multiple versions of the same file

Open jlgrock opened this issue 12 years ago • 1 comments

If including (using the war include) multiple versions of the same file, it's going to have a classpath conflict and overwrite the other version of the library. Although the output (compiled) versions will come through just fine, the debug files will overwrite one another. Which means it is a guess as to which is actually being used in the debugSource directory.

jlgrock avatar Jul 26 '12 17:07 jlgrock

May want to verify this as Maven may be removing duplicates with different versions (keeping the newer)

jlgrock avatar Sep 13 '12 21:09 jlgrock