AW: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-23 Thread Christofer Dutz
An: dev@flex.apache.org Betreff: Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work I just fixed the bug that caused the assertion to fail when the include keyword was used as an identifier. However, there's another assertion failure in CSSArrayPropertyValueTe

Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-22 Thread Josh Tynjala
disabled them in the unit-tests. > > > With assertions off I was able to run the tests. > > > Chris > > > Von: Christofer Dutz > Gesendet: Montag, 13. Juni 2016 23:06:29 > An: dev@flex.apache.org > Betreff: AW: AW: AW: [Falcon] D

AW: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-14 Thread Christofer Dutz
An: dev@flex.apache.org Betreff: AW: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work Are assertions turned on in the ant build? Chris Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: Josh Tynjala Datum: 13.06.16 17:04 (G

AW: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-13 Thread Christofer Dutz
PoolExecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > > Expected: is <0> > got: <2> > > Any Ideas why this could be? Anything c

Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-13 Thread Josh Tynjala
xecutor.runWorker(ThreadPoolExecutor.java:1145) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) > at java.lang.Thread.run(Thread.java:745) > > > Expected: is <0> > got: <2> > > Any Ideas why this could be? Anything changed

AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-13 Thread Christofer Dutz
__ Von: Alex Harui Gesendet: Sonntag, 12. Juni 2016 07:35:39 An: dev@flex.apache.org Betreff: Re: AW: [Falcon] Declaring defines in config xml doesn't seem to work On 6/11/16, 10:57 AM, "Christofer Dutz" wrote: >Hi Alex, > > >I guess the chances that there aren&#x

Re: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-11 Thread Alex Harui
On 6/11/16, 10:57 AM, "Christofer Dutz" wrote: >Hi Alex, > > >I guess the chances that there aren't any breakages are slim, as I guess >they will break things for the maven build till I adjust the plugin [?] > Oh, sorry, didn't realize that. I ran sed and saw a pom.xml file changed and hoped

AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-11 Thread Christofer Dutz
t;>> Von meinem Samsung Galaxy Smartphone gesendet. >>> >>> >>> ---- Urspr?ngliche Nachricht ---- >>> Von: jude >>> Datum: 09.06.16 18:50 (GMT+01:00) >>> An: dev >>> Betreff: Re: AW: AW: [Falcon] Declaring defines in config xml d

AW: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-09 Thread Christofer Dutz
+1 Von meinem Samsung Galaxy Smartphone gesendet. Ursprüngliche Nachricht Von: jude Datum: 09.06.16 18:50 (GMT+01:00) An: dev Betreff: Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work +1 for COMPILE::SWF On Thu, Jun 9, 2016 at 10:10 AM,

Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-09 Thread jude
+1 for COMPILE::SWF On Thu, Jun 9, 2016 at 10:10 AM, Alex Harui wrote: > > > On 6/9/16, 1:49 AM, "Christofer Dutz" wrote: > > > > >Hi Alex, > > > > > >you were right ... the strange thing was that I looked at your "this > >instead of that" and couldn't notice the difference. Had to look at it 3

Re: AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-09 Thread Alex Harui
On 6/9/16, 1:49 AM, "Christofer Dutz" wrote: > >Hi Alex, > > >you were right ... the strange thing was that I looked at your "this >instead of that" and couldn't notice the difference. Had to look at it 3 >or 4 times to notice the missing "3" Yeah, I didn't notice it right away either. FWIW,

AW: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-09 Thread Christofer Dutz
#x27;ll try to sort this out on my own first ... Chris Von: Alex Harui Gesendet: Mittwoch, 8. Juni 2016 18:09:26 An: dev@flex.apache.org Betreff: Re: AW: [Falcon] Declaring defines in config xml doesn't seem to work On 6/8/16, 8:46 AM, "Christofer Dut

Re: AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-08 Thread Alex Harui
On 6/8/16, 8:46 AM, "Christofer Dutz" wrote: >Hi Alex, > > >could it be possible that it doesn't work when doing the >"js-compilation"? I added this to the compile-js-config.xml: The cross-compile is also using compile-js-config and is working for me. > > >COMPILE::JS >true

AW: [Falcon] Declaring defines in config xml doesn't seem to work

2016-06-08 Thread Christofer Dutz
Hi Alex, could it be possible that it doesn't work when doing the "js-compilation"? I added this to the compile-js-config.xml: COMPILE::JS true COMPILE::AS false But I get: Can not resolve config constant: 'AS3' COMPILE::AS3 ^ So eventuall