You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by Harbs <ha...@gmail.com> on 2016/07/07 10:10:10 UTC

[FlexJS]Error while compiling JS release

I’m getting the following error when compiling using the “FlaconJX Debug and Release” launch config. The “Debug” one works fine.

Jul 07, 2016 1:04:03 PM com.google.javascript.jscomp.LoggerErrorManager println
SEVERE: ERROR - Duplicate extern input: /Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/bin/js-debug/externs/missing.js

Any clues as to what might be causing this?

Re: [FlexJS]Error while compiling JS release

Posted by Alex Harui <ah...@adobe.com>.

On 7/7/16, 3:10 AM, "Harbs" <ha...@gmail.com> wrote:

>I’m getting the following error when compiling using the “FlaconJX Debug
>and Release” launch config. The “Debug” one works fine.
>
>Jul 07, 2016 1:04:03 PM com.google.javascript.jscomp.LoggerErrorManager
>println
>SEVERE: ERROR - Duplicate extern input:
>/Users/harbs/Documents/git/PrintUI/printui-flexjs/PortedPrintUI/bin/js-deb
>ug/externs/missing.js
>
>Any clues as to what might be causing this?

Don't know without digging into it.  It could be the things in that file
have been declared in another externs file, or maybe that file is being
listed int he externs twice.

-Alex