jlgrock / ClosureJavascriptFramework

A group of plug-ins that can be used in conjunction with maven to execute the Google Closure Compiler on JavaScript code. This Framework allows for scaling and modularity.
MIT License
16 stars 7 forks source link

Multiple versions of the same file #14

Open jlgrock opened 12 years ago

jlgrock commented 12 years ago

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 commented 12 years ago

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