ClosureJavascriptFramework
ClosureJavascriptFramework copied to clipboard
Multiple versions of the same file
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.
May want to verify this as Maven may be removing duplicates with different versions (keeping the newer)