ClosureJavascriptFramework icon indicating copy to clipboard operation
ClosureJavascriptFramework copied to clipboard

Externs problem

Open jlgrock opened this issue 12 years ago • 0 comments

I have two projects, A & B, B has a dependency on A. Both of them have an external dependency of C (lets say jquery for example).

I put in the jquery extern file in both of the project’s /externs directory.

When compiling, A compiles fine.

Then B compiles. It brings in it’s own jquery extern file, project A, and project A’s extern file. This causes B to fail since there are two externs both declaring the same thing.

jlgrock avatar Sep 13 '12 20:09 jlgrock