https://paste.apache.org/Elpk

Nothing too spectacular with the exception of TextLayoutFormatExporter which 
has this:

/* FlexJS Static Dependency List: 
org.apache.flex.textLayout.formats.TextLayoutFormat,RegExp*/

I’m guessing that’s a clue…

> On Apr 20, 2017, at 10:21 PM, Alex Harui <aha...@adobe.com> wrote:
> 
> Grep for RegExp in bin/js-debug (except for the library folder) and post
> the results.
> 
> -Alex
> 
> On 4/20/17, 7:15 PM, "Harbs" <harbs.li...@gmail.com> wrote:
> 
>> There are no goog.requires for RegExp.
>> 
>> Do you have suggestions on what I can add to the Java code to give some
>> clues as to what’s going wrong?
>> 
>>> On Apr 20, 2017, at 8:39 PM, Alex Harui <aha...@adobe.com> wrote:
>>> 
>>> I just copied those RegExp into HelloWorldTLF.mxml and it compiled just
>>> fine.
>>> 
>>> I don't know of any way to track it down other than running the compiler
>>> in the debugger.
>>> 
>>> In your bin/js-debug folder, which files have goog.require for RegExp?
>>> I
>>> think there shouldn't be any since it is a builtin.
>>> 
>>> -Alex
>>> 
>>> On 4/20/17, 9:50 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>>> 
>>>> My app has a number of RegExps, but I’m not sure what is causing the
>>>> error. None of them are directly connected to TLF, and I’m not getting
>>>> the error using TLF in other test apps.
>>>> 
>>>> Here are the RegExps that *might* be connected to this:
>>>> 
>>>> public static var HTTP_PROTOCOL_PATTERN:RegExp = /^ *http:.*/i;
>>>> public static var FILE_PROTOCOL_PATTERN:RegExp = /^ *file:.*/i;
>>>> public static var MAIL_PROTOCOL_PATTERN:RegExp = /^ *mailto:.*/i;
>>>> public static var PAGE_PROTOCOL_PATTERN:RegExp = /^ *page: *(\d+) */i;
>>>> public static var KEY_PROTOCOL_PATTERN:RegExp = /^ *key: *(\d+) */i; //
>>>> /^key:(\d+)\s+$/;
>>>> 
>>>> private static const emailRegExp:RegExp =
>>>> /^[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}$/i;
>>>> 
>>>> private static const urlRegExp:RegExp =
>>>> 
>>>> /^(?:(?:https?|ftp):\/\/)?(?:[-\w]+\.)(?:[a-zA-Z\.]{2,6})(?:[?\/\w\.&=-]
>>>> *)
>>>> \/?$/i;
>>>> 
>>>> 
>>>> Is there any way I can see what’s causing the error? I have no idea how
>>>> to debug Falcon.
>>>> 
>>>>> On Apr 20, 2017, at 10:39 AM, Alex Harui <aha...@adobe.com> wrote:
>>>>> 
>>>>> What RegExp are you using?  I can try it in HelloWorldTLF.
>>>>> 
>>>>> On 4/20/17, 7:18 AM, "Harbs" <harbs.li...@gmail.com> wrote:
>>>>> 
>>>>>> No. I’m getting this in my app.
>>>>>> 
>>>>>> I have not been able to figure out how to reproduce the problem yet
>>>>>> in
>>>>>> test case.
>>>>>> 
>>>>>>> On Apr 20, 2017, at 9:38 AM, Alex Harui <aha...@adobe.com> wrote:
>>>>>>> 
>>>>>>> Should I be able to reproduce by building the branch?
>>>>>>> 
>>>>>>> Get Outlook for
>>>>>>> 
>>>>>>> 
>>>>>>> Android<https://na01.safelinks.protection.outlook.com/?url=https%3A%2
>>>>>>> F%
>>>>>>> 2F
>>>>>>> 
>>>>>>> 
>>>>>>> aka.ms%2Fghei36&data=02%7C01%7C%7C6196b71086814d9bf10d08d487f819ea%7C
>>>>>>> fa
>>>>>>> 7b
>>>>>>> 
>>>>>>> 
>>>>>>> 1b5a7b34438794aed2c178decee1%7C0%7C0%7C636282947035930968&sdata=ykrDo
>>>>>>> 05
>>>>>>> QM
>>>>>>> %2FE3G4aj45PuuOpSeOtdE4VwRQj2%2BeLX7Uk%3D&reserved=0>
>>>>>>> 
>>>>>>> 
>>>>>>> ________________________________
>>>>>>> From: Harbs <harbs.li...@gmail.com>
>>>>>>> Sent: Thursday, April 20, 2017 6:21:56 AM
>>>>>>> To: dev@flex.apache.org
>>>>>>> Subject: Re: Falcon build failing
>>>>>>> 
>>>>>>> Right. But I need the TLF build to work… ;-)
>>>>>>> 
>>>>>>> FWIW, I’m having trouble coming up with a test case which shows the
>>>>>>> problem.
>>>>>>> 
>>>>>>> 
>>>>>>>> On Apr 20, 2017, at 8:53 AM, Christofer Dutz
>>>>>>>> <christofer.d...@c-ware.de> wrote:
>>>>>>>> 
>>>>>>>> Even if there is currently an issue not making all parts of the
>>>>>>>> build
>>>>>>>> chain run automatically … the Maven build is currently fully
>>>>>>>> operational (as far as I can tell)
>>>>>>>> 
>>>>>>>> Chris
>>>>>>>> 
>>>>>>>> 
>>>>>>>> Am 20.04.17, 12:30 schrieb "Harbs" <harbs.li...@gmail.com>:
>>>>>>>> 
>>>>>>>> This issue has me stalled. If anyone could help with this, it would
>>>>>>>> be greatly appreciated.
>>>>>>>> 
>>>>>>>>> On Apr 19, 2017, at 6:27 PM, Harbs <harbs.li...@gmail.com> wrote:
>>>>>>>>> 
>>>>>>>>> FWIW, I tried adding RegExp("RegExp”), to
>>>>>>>>> NativeUtils.NativeJSType,
>>>>>>>>> but for some reason it did not help.
>>>>>>>>> 
>>>>>>>>>> On Apr 19, 2017, at 5:05 PM, Harbs <harbs.li...@gmail.com> wrote:
>>>>>>>>>> 
>>>>>>>>>> I just got this one:
>>>>>>>>>> No GoogDep for RegExp
>>>>>>>> 
>>>>>>>> 
>>>>>>>> 
>>>>>>> 
>>>>>> 
>>>>> 
>>>> 
>>> 
>> 
> 

Reply via email to