Hey Gordon
Cool..Updated the falcon sources and now a lot more mustella tests can be
compiled.
I keep my google spreadsheet updated. ->
https://docs.google.com/spreadsheet/ccc?key=0Au2CJCp4o-t3dG9CeW5LbkRmdGZIb0pRdWJWLWljVUE#gid=0
cyrill
On Fri, Nov 9, 2012 at 8:29 PM, Alex Harui wrote:
> I
Recognized that the mustella test swf compiled with falcon use different
font then the ones compiled with the legacy compiler. That tends to quite a
lot of test failures so I started to investigate and found following
statement in the wiki:
> Falcon includes transcoders for the various types of em
transcoder. I'm
> told it is straightforward for CFF fonts, but it might be more work for the
> older fonts.
>
> That said, looking forward at Flex on JS, is there font embedding in
> HTML/CSS?
>
>
> On 11/12/12 1:39 AM, "Cyrill Zadra" wrote:
>
> >
So basically for flash we've got following options:
** create swf fonts from the ttf fonts and rewrite the mustella tests to
use the swf fonts
** write an own transcoder from ttf to swf
For html we don't need anything like that because it already supports a
bunch off font format like ttf, svg.
Did
Hi Gordon
There are a few mustella tests which genrerates a swf but it starts with
error: VerifyError: Error #1107: The ABC data is corrupt, attempt to read
out of bounds.
So I might have some time to investigate why it generates corrupt ABC data
but you may give me some hints how to find out wha
+1
Von meinem iPhone gesendet
Am 14.11.2012 um 07:26 schrieb Carol Frampton :
> As you've read [1], we're starting to prepare for graduation. One of the
> steps is for this community to choose a Apache PMC Chair for Apache Flex [2].
> Given Alex's wealth of experience with Flex and all the h
Hi
In the mustella tests there are files that contains \uFEFF (just
before the package declaration) and in some cases falcon has problem
with this character and ends with the error:
[java] Error: Unexpected character. '?' is not allowed here [java]
?package assets.styleTest
Following command sea
11/15/12 8:22 PM, "Cyrill Zadra" wrote:
>
>> Hi
>>
>> In the mustella tests there are files that contains \uFEFF (just
>> before the package declaration) and in some cases falcon has problem
>> with this character and ends with the error:
>>
&g
eader
//
BOMpackage ...
{
}
cyrill
On Thu, Nov 15, 2012 at 10:44 PM, Cyrill Zadra wrote:
> Thanks Alex. Just looked into falcon code and found.a few places where
> it already ignore the BOM. So it must be a rar
BOM if it's at the beginning of the file. So I
> think Falcon is correct to complain and the files should be fixed.
>
> - Gordon
>
> -----Original Message-
> From: Cyrill Zadra [mailto:cyrill.za...@gmail.com]
> Sent: Friday, November 16, 2012 1:58 AM
> To: flex-
> I have been playing around with Falcon JS to help me form an opinion on what
> the next steps are, but I need some sign-offs from folks in Adobe before I
> can make it public
Looking forward to read your opinion.
> In the meantime, make sure you look at the slide deck from Michael
> Labriol
Hi Erik
> [javac]
> /Users/erik/Documents/ApacheFlex/svn/apacheFlex-falcon/compiler/build.xml:415:
> warning: 'includeantruntime' was not set, defaulting to
> build.sysclasspath=last; set to false for repeatable builds
> Warning: /Users/erik/Documents/ApacheFlex/svn/apacheFlex-sdk/ant/lib does
s original state and run
> the 'download' target. That indeed also cleared up the missing library
> issue. But didn't solve the Failed tests thing :-(
>
> EdB
>
> On Sun, Nov 18, 2012 at 7:49 PM, Cyrill Zadra wrote:
>> Hi Erik
>>
>>> [javac]
>>>
> So, my environment seems to be set up. Now: how can I help?
>
> Note: I'm a noob on the topic of compilers, but I can copy-paste like
> a Boss, so I'm sure you can use me ;-) Point me to the code and put me
> to work!
>
Hey .. welcome in the club. Same here no compiler expirience. What I
do is t
> I updated the build.xml file to create the temp folder, did you svn update?
>
> Mike
>
Yes.. I just wanted to make sure it's not the issue in Erik's case.
+1
On Sun, Nov 18, 2012 at 9:03 PM, Justin Mclean wrote:
> +1 (binding)
:33 PM, Erik de Bruin wrote:
> All,
>
> Let's all join in welcoming our 5 new committers:
>
> Carlos Rovira (carlosrovira)
> Christofer Dutz (cdutz)
> Cyrill Zadra (czadra)
> Frederic Thomas (fthomas)
> Jose Barragan (josebarragan)
>
> These folks have been instr
Same for please.
Thank you.
Cyrill
Von meinem iPhone gesendet
Am 20.11.2012 um 03:34 schrieb Frédéric THOMAS :
> The same for me pls
>
> -Message d'origine- From: Carlos Rovira
> Sent: Tuesday, November 20, 2012 12:13 PM
> To: flex-dev@incubator.apache.org
> Subject: Re: write access t
Hi
How do we get the rights to assign or resolve jira tasks?
Cyrill
Von meinem iPhone gesendet
Am 20.11.2012 um 09:35 schrieb Greg Reddin :
> So apparently I missed something in granting these new committers access. I
> updated the asf-authorization-template file. Is there something else I
>
They have documented the workflow for contributers an committers in the wiki.
http://wiki.apache.org/cordova/ContributorWorkflow
http://wiki.apache.org/cordova/CommitterWorkflow
Cyrill
Am 21.11.2012 um 10:29 schrieb Nick Tsitlakidis :
> If I'm not mistaken, Cordova (they also haven't gradua
Looks like it's working again.
I run into another problem. The directory lib/google/closure-compiler
wasn't created.
Updated the download.xml to create that directory.
After that I get also the same error as mike.
>BUILD FAILED
>C:\dev\apache-flex\falcon\compiler.js\build.xml:136: Warning: Coul
ote:
> Hmm. My system must be ignoring those errors. Not sure why. I updated the
> build.xml. Please try again.
>
>
> On 11/23/12 7:01 PM, "Cyrill Zadra" wrote:
>
>> Looks like it's working again.
>>
>> I run into another problem. The directory
find the main class:
org.apache.flex.compiler.clients.MXMLJSC. Program will exit.
Exception in thread "main
I use windows (cygwin) so maybe thats the issue.
On Fri, Nov 23, 2012 at 9:07 PM, Alex Harui wrote:
> Try taking out that line.
>
>
> On 11/23/12 9:04 PM, "Cyrill Z
Finally .. I could compile a js file Yihaa ;-).
There were 2 things todo:
1) I had to remove the absolute path in the MANIFEST.MF to the falcon
compiler.jar through a relative one.
2) The command ./bin/mxmlc MainCode.as returns a
java.lang.NullPointerException
at java.io.File.(File.j
Sure.. just commited.
Cyrill
On Sat, Nov 24, 2012 at 12:05 AM, Alex Harui wrote:
> Please checkin your changes to build.xml, the manifest, and make a note in
> the README.
>
> Thanks,
> -Alex
>
>
> On 11/23/12 11:27 PM, "Cyrill Zadra" wrote:
>
>>
nce, before compilation.
>>>
>>> - Gordon
>>>
>>> -Original Message-
>>> From: Gordon Smith
>>> Sent: Monday, November 12, 2012 7:41 PM
>>> To: flex-dev@incubator.apache.org
>>> Subject: RE: [FALCON] Fonts Question
>>&g
7;ll
merge them to falcon trunk?
Cyrill
On Mon, Nov 26, 2012 at 11:13 AM, Gordon Smith wrote:
> I don't think MXMLApplicationNode is currently getting used in MXML
> compilation. I think just creates an MXMLDocumentNode.
>
> - Gordon
>
> -----Original Message-
>
Hi Gordon
Oh I forgot to comment the one line
I exended the method getSingleArgumentFromRaw() to remove single quotes.
But before I commit that I first wanted to ask first here on the list
if this method is really supposed to do that. I'm probably too
cautious in commiting ;-)
So single quot
@adobe.com]
> Sent: Friday, November 30, 2012 5:18 PM
> To: flex-dev@incubator.apache.org
> Subject: RE: Falcon test failure
>
> I'm not an expert on CSS syntax. Are you supposed to be able to use either
> double quotes or single quotes for style values?
>
> - Gordon
>
&g
Hi Gordon
> @Cyril: Thanks for your help with introducing the compile-config.xml files so
> that we can more easily make Falcon JUnit tests that compile each SDK SWC.
That wasn't me .. I think that work was done by Chema Balsas (see [1]).
[1] https://issues.apache.org/jira/browse/FLEX-33226
On
> I could go head and start looking at the other SWCs to I am sure Cyril will
> give them a go as well.
I continue to write some more test classes for the css package. So
that every class has at least a few tests. But after that I can work
on that.
Cyrill
On Fri, Nov 30, 2012 at 1:22 PM, Michae
Hey gordon
So every class has now a few tests except CSSManager.
But I've got still one question. Is there a specific reason why
CSSCombinator doesn't extend CSSNodeBase?
Cyrill
On Fri, Nov 30, 2012 at 7:05 PM, Cyrill Zadra wrote:
> Yes the old compiler allows both examples... s
In jira you'll find falcon tasks and bugs here ->
https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+12313521+AND+labels+%3D+Falcon
Am 04.12.2012 um 12:56 schrieb vineet sood :
> Can you give me the bug base link if any.
>
> On Wed, Dec 5, 2012 at 2:25 AM
;> Oops! Thank you @Chema!
>>
>> Sent from my iPad
>>
>> On Nov 30, 2012, at 7:09 PM, "Cyrill Zadra"
>> wrote:
>>
>> > Hi Gordon
>> >
>> >> @Cyril: Thanks for your help with introducing the compile-config.xml
>>
Great :-).. Welcome Chema.
Cyrill
Am 05.12.2012 um 15:07 schrieb Om :
> Team,
>
> Please join me in welcoming Chema Balsas as our newest committer. He has
> been actively working on flex-config related work and is interested in the
> Falcon and FalconJS areas.
>
> Thanks,
> Om
> Apache Flex P
Hi Mike
Had the same problem after I used "ant wipe,main".
But you can solve it when you run the tests with the FLEX_HOME as java
system property - ( -DFLEX_HOME=C:/dev/tools/flex/apache-flex-4.8.0 )
Cyrill
On Wed, Dec 5, 2012 at 7:40 AM, Alex Harui wrote:
> If you don’t copy sdk you need flex
Hi
You can run ant with java argument [1]. To define java properties you
have to add the -D prefix. In Java they can be read with
System.getProperty().
[1]
https://docs.google.com/drawings/d/17bxXZ1k2CLLaBa__5humo7ecpsQUhYxmcn0svtB38GM/edit
Cyrill
On Thu, Dec 6, 2012 at 1:59 AM, Michael Schmal
I can take a look at it tonight if it's not too late then.
Cyrill
Am 10.12.2012 um 10:56 schrieb Alex Harui :
> OK. Are the feature tests in the ant build? I think they aren't so they
> didn't break so I didn't notice them.
>
> I've got to deal with some mustella issues, then I'll get to this
Hey
There is a new class EnvProperties that holds all the important
variables as FLEX_HOME, FLASH_DEBUGGER .. I didn't know where the to
put that class to.. so it's in the src/utils folder at the moment.
EnvProperties loads the properties from unittest.properties. If it
doesn't exists it tries th
> @czadra: Thanks for making all the tests use a consistent way to find the
> SDK. In your template-unittest.properties file, it seems like the four lines
> for setting the properties shouldn't be commented out with #, since anybody
> making a copy will have to uncomment these lines. Also, is th
lem, but they're currently passing for me.
>>
>>
>> 2012/12/15 Gordon Smith
>>
>> > > Do you mean sdk, which is copied to compiler/generated/dist/sdk?
>> >
>> > I'm not sure what you're asking. I'm talking about
e need to agree on a way to share utility classes. I had to copy the
> EnvProperties class to compiler.jx.tests. Do I just make compiler.jx.tests
> dependent on compiler.tests?
>
> BTW EnvProperties needs a license header and be put in the
> org.apache.flex.utils package at the least
Hi
I'd like to request wiki write access. My wiki account:
cyrill.za...@gmail.com - Cyrill Zadra.
thanks
cyrill
or not.
>
>
> On 12/30/12 2:44 PM, "Cyrill Zadra" wrote:
>
>> Hi
>>
>> I'd like to request wiki write access. My wiki account:
>> cyrill.za...@gmail.com - Cyrill Zadra.
>>
>> thanks
>> cyrill
>
> --
> Alex Harui
> Flex SDK Team
> Adobe Systems, Inc.
> http://blogs.adobe.com/aharui
>
Hi
Today I could successfully build the flex sdk. But with the "ant
other.locales" I always get follwing error.
The folder en_US is missing. Do I have wrong sources? Got the from github.
Or is it a known bug.. couldn't check jira (is down at the moment).
C:\dev\projects\flex-dev\apache-flex-worki
tor/flex/4.8.0-incubating/. I recommend
> you read the README and the RELEASE_NOTES.
>
> The fix was to create the directory
> C:\dev\projects\flex-dev\apache-flex-working\frameworks\projects\airspark\b
> undes\en_S.
>
> Carol
>
> On 8/12/12 11 :53AM, "Cyrill Zadr
9 - non binding
What has to be done, that the github repository get synced with the new
flex structure? Or is this task already in progress?
On Thu, Aug 16, 2012 at 9:24 PM, Nicholas Kwiatkowski wrote:
> I'll update the site. I'll change the "view the source" page to outline
> the different projects we are host
Hi
Started to test the LangPacks/German and after a while I found out that
this path is added to the exclude propertey (sdk.mustella.excludes). in
mustella/properties/musstella1.properties. Is there a specific reason that
all the language tests exception japanes are excluded?
./mini_run.sh tests/
they failed because of a wrong font even I accepted the
license agreement for the Flash Player embedded font support. Is there
anything else that needs to be done that mustella uses the correct font?
On Sat, Aug 18, 2012 at 2:11 PM, Cyrill Zadra wrote:
> Hi
>
> Started to test the
Hi
Instead of using the patch file from a pull request it would be also
possible to create the patch file in the local repository with "git
format-patch .." ( http://git-scm.com/docs/git-format-patch )
I used this command to create my few patches. It could be even more
efficient than using the pul
Hi there
Does somebody has a little time frame for me to consider the two patches I
attached to the jira task and give me short feedback? Just that I know I'm
not working in the wrong direction :-). That would be great.
thx
cyrill
On Sun, Aug 19, 2012 at 11:56 PM, Cyrill Zadra (JIRA)
atches in SVN or GIT format?
> I tried to apply one with svn patch but I got this error:
> Skipped missing target:
> 'b/mustella/tests/Managers/DragManager/Halo/DragManager_ComponentTests.mxml
> '
>
> --peter
>
> On 8/21/12 11:52 AM, "Cyrill Zadra" wrote:
g (Apache SVN 1.7.6) does not recognize -p1 as an
> argument. I'll see if I can figure out how to convert it.
>
> --peter
>
> On 8/21/12 12:15 PM, "Cyrill Zadra" wrote:
>
> >Hi Peter
> >
> >I created the patches with git format-patch. Did you try it w
"tests/Managers/DragManager" has serveral failing tests after fixing them 3
tests still fails (patch -> attached to JIRA FLEX-33173 )
[java] Managers/DragManager/Halo/DragManager_Cursors_RTL
DragManager_Mirroring_copyCursor Failed DispatchMouseEvent(body:step 4)
Target mx.managers::DragManage
Hi peter
Cool.. thanks for testing my patch. Well those errors I had at the end too.
But after few hours investigation I couldn't find a way to get those tests
working except if removed alle the
waitTarget="mx.managers::DragManager.mx_internal:dragProxy" attributes.
Always the first test step that
appened because the fonts changed and the size of the DataGrid changed.
>
> --peter
>
> On 8/24/12 10:23 AM, "Alex Harui" wrote:
>
> >I suspect that the tests need their mouse events localX/localY adjusted so
> >the mouseMove actually causes a drag and the dragPro
Hi
There is a pseudo selector test on mx:Button with custom states
"tests\Managers\StyleManager\AdvancedCSS\pseudoSelectors" and it looks for
me there's a bug in the sdk. If somebody can confirm that ..
The same test for spark button works seamless.
codesnippet
http://www.adobe.com/2006/mxml"
[java] =
[java] Passes: 52
[java] Fails: 0
[java] =
On Sun, Aug 26, 2012 at 1:43 PM, Cyrill Zadra wrote:
> Hi
>
> There is a pseudo selector test on mx:Button with custom states
> "tests\Managers\StyleManager\
java] Fails: 0
[java] =
On Sun, Aug 26, 2012 at 12:38 PM, Cyrill Zadra wrote:
> Thanks for feedback.. I played around with localX/localY but no success.
> Isn't DragProxy only created once during one mouseMove transactio
Hi Alex
Am 27.08.2012 um 06:11 schrieb Alex Harui :
>
>
>
> On 8/26/12 8:12 AM, "Cyrill Zadra" wrote:
>
>> "tests\Managers\StyleManager\AdvancedCSS\classSelectors"
>>
>> Created images and test had zero fails. I added patch
>>
Hi alex
Am Montag, 27. August 2012 schrieb Alex Harui :
>
> On 8/26/12 10:02 PM, "Cyrill Zadra" >
> wrote:
>
> >> Cyrill, Are you still thinking there is an SDK bug?
> >>
> >
> > Yes.. the css in pseudo selector still doesn't get appl
There's a test in test/Mangers/StyleManager/Versioning that tries to load a
swf from a local server. Do I have to setup server .. or how is this been
tested in mustella?
http://localhost:{portNumber}/Managers/StyleManager/SWFs/assets/MP_customStyles_embeddedImages.swf?port={portNumber}";
waitTarg
Hi Mark
You'll find more information about mustella on the apache flex wiki page
-> https://cwiki.apache.org/confluence/display/FLEX/Mustella+Overview
cyrill
On Thu, Aug 30, 2012 at 4:33 PM, Mark Shen wrote:
> Hi.
>
> Mustella is a test tool for Flex.
>
> Recently many emails is about it. bu
Hi Peter
I think that I brought down the tests/Managers/StyleManager to 3 failing
tests.
[java] =
[java] Failed:
[java] =
[java]
Managers/StyleManager/AdvancedCSS/idSelect
Hi Peter
[java] =
[java] Failed:
[java] =
[java]
Managers/StyleManager/AdvancedCSS/idSelectors/AdvancedCSS_IDSelectors_Source
id_descendantSelector_GumboComp_style Failed
Hi
Yes you have.
You can find this information on http://incubator.apache.org/flex/source.html.
cyrill
Von meinem iPhone gesendet
Am 21.10.2012 um 09:23 schrieb Ram Lee :
> Do I have read access to the SVN repos? If I do, what is the repo URL , I
> searched the flex website, but didn't find
Does anyone tried it successfully with flash builder 4.7 b1. After I
downloaded apache flex 4.8.0 through the installer app I get on all my
projects and even newly created hundreds of actionscript runtime errors.
VerifyError: Error #1014: Class mx.core::UIComponent could not be found.
at flash.
wrote:
> Even a brand new project?
>
> Otherwise, check your project properties to make sure linkages are set to
> merged-into-code. It looks like some things are set to external or RSL.
>
>
> On 10/28/12 3:02 PM, "Cyrill Zadra" wrote:
>
> > Does anyone tr
+1
On Thu, Oct 25, 2012 at 12:01 AM, Om wrote:
> *Issues addressed in this Release Candidate:*
> 1. Changed the install location to:
>
> Windows: C:\Program Files (x86)\Apache Flex\Apache Flex SDK Installer
> Mac: /Applications/Apache Flex/Apache Flex SDK Installer
>
> 2. Renamed t
Hi
After reading through
https://cwiki.apache.org/confluence/display/FLEX/Falcon+Overview I started
the building procedure.
Instead of using a flex sdk builded by my own (ant main) I set the
reference of the sdk.branch property to the downloaded apache flex sdk
4.8.0.
Everything would work except
it is in
> the source tree.
>
> In the source tree it is in the lib directory. In the kit it is in
> ant/lib.
>
> The build file can be made to look in both places.
>
> Carol
>
> On 10/30/12 3 :41PM, "Cyrill Zadra" wrote:
>
> >Hi
> >
>
/trunk/compiler/build.xml Tue Oct 30 20:59:36 2012
> @@ -763,6 +763,8 @@
>
>
>
> +
> + todir="${sdk}/lib" failonerror="false"/>
>
>
>
>
>
>
You mean that mustella generates the swf with falcon instead of the legacy
compiler? Does anybody already work on that?
On Wed, Oct 31, 2012 at 8:43 PM, Alex Harui wrote:
>
>
>
> On 10/31/12 6:13 PM, "Cyrill Zadra" wrote:
>
> > Hi
> >
> > At the m
t; - Gordon
>
> -Original Message-
> From: Alex Harui [mailto:aha...@adobe.com]
> Sent: Wednesday, October 31, 2012 8:44 PM
> To: flex-dev@incubator.apache.org
> Subject: Re: [FALCON] Using Falcon
>
>
>
>
> On 10/31/12 6:13 PM, "Cyrill Zadra" w
Great. It's working now. Thanks.
On Thu, Nov 1, 2012 at 8:31 AM, Carol Frampton wrote:
> Sorry about that. I just fixed it. I don't quite understand how I messed
> that up since I thought I tested it.
>
> Carol
>
> On 10/30/12 8 :03PM, "Cyrill Zadra" wr
Hi
Started to setup my environment to run mustella with falcon instead of the
legacy compiler.
Following steps had to been executed before I could run the mustella tests:
1) First downloaded & builded flex sdk from develop branch
2) Builded Falcon and referenced the newly builded flex sdk.
3) C
>
> > 3) Change the sdk.dir property in local.properties to
> > ../falcon/compiler/generated/dist/sdk
> I'm not sure that was right. Or did the 4.8 swcs end up there somehow?
Yes the falcon build copies all swc from a referenced flex sdk.
Hi Gordon
>
> But bugs will be useful only if they are reduced to their simplest form
> without anything extraneous. I don't want to deal with bug reports like "I
> tried to compile this app and got 50 errors".
I've created 3 jira tasks. Each with an example to reproduce the error.
Please let me
Hi carlos
I think at the moment there is no develop branch in svn.. so there is
nothing to be mirrored to github.
In the wiki (
https://cwiki.apache.org/confluence/display/FLEX/Falcon+Overview) page I
found following about this ->
> Adobe donated the source code to the Falcon compiler as revision
Hey Alex
Went through https://cwiki.apache.org/confluence/display/FLEX/Bug+Fixing and
tried to fix step by step a EasyFix labeled jira item by myself. Everything
necessary is written in this page.. it's very useful.
There was only one thing.. I use git instead of svn so the command there
could be
again.
cyrill
On Tue, Nov 6, 2012 at 10:25 PM, Alex Harui wrote:
> What does the default GIT output look like? I should probably extend the
> utility to handle that format.
>
>
> On 11/6/12 10:01 PM, "Cyrill Zadra" wrote:
>
> > Hey Alex
> >
> &g
[
https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13494181#comment-13494181
]
Cyrill Zadra commented on FLEX-33248:
-
Hi
There is a wiki page that describes
[
https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33238:
Description:
Using the id attribute in or throws
the error:
C:\dev\ie8-git\flexclient
[
https://issues.apache.org/jira/browse/FLEX-33238?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33238:
Summary: Falcon Compile Error when using id attribute with ConstraintRow,
ConstraintColumn
Cyrill Zadra created FLEX-33251:
---
Summary: Falcon Compiler Error - NPE when a TextGraphic element is
a child of a Defintion element.
Key: FLEX-33251
URL: https://issues.apache.org/jira/browse/FLEX-33251
[
https://issues.apache.org/jira/browse/FLEX-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33251:
Attachment: FxgNPETest.mxml
DefinitionTextGraphic.fxg
Example to reproduce the NPE
[
https://issues.apache.org/jira/browse/FLEX-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33251:
Attachment: FLEX-33251.patch
Patch that should fix the NPE
> Falcon Compi
Cyrill Zadra created FLEX-33252:
---
Summary: Falcon Compiler Error - NPE when TextGraphic element is
used
Key: FLEX-33252
URL: https://issues.apache.org/jira/browse/FLEX-33252
Project: Apache Flex
[
https://issues.apache.org/jira/browse/FLEX-33252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33252:
Attachment: FxgNPETest.mxml
DefinitionTextGraphic.fxg
> Falcon Compiler Er
[
https://issues.apache.org/jira/browse/FLEX-33252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33252:
Attachment: FLEX-33252.patch
Patch that should fix the NPE
> Falcon Compi
Cyrill Zadra created FLEX-33253:
---
Summary: Falcon Compile Error: Error: The data binding expression
is invalid.
Key: FLEX-33253
URL: https://issues.apache.org/jira/browse/FLEX-33253
Project: Apache
[
https://issues.apache.org/jira/browse/FLEX-33253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33253:
Attachment: BindingError.mxml
Example to reproduce the error.
> Falcon Comp
Cyrill Zadra created FLEX-33261:
---
Summary: Falcon Compiler Error: NPE when the part between
is empty.
Key: FLEX-33261
URL: https://issues.apache.org/jira/browse/FLEX-33261
Project: Apache Flex
[
https://issues.apache.org/jira/browse/FLEX-33261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33261:
Attachment: StyleNPETest.mxml
Example to reproduce the compile error.
> Fal
[
https://issues.apache.org/jira/browse/FLEX-33261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Cyrill Zadra updated FLEX-33261:
Attachment: FLEX-33261.unittest.patch
FLEX-33261.patch
Patch that fixes the NPE
[
https://issues.apache.org/jira/browse/FLEX-33261?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497023#comment-13497023
]
Cyrill Zadra commented on FLEX-33261:
-
Hi
Yes they are from github. The three l
[
https://issues.apache.org/jira/browse/FLEX-33252?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497223#comment-13497223
]
Cyrill Zadra commented on FLEX-33252:
-
Sure.. It's everything pushed to gith
[
https://issues.apache.org/jira/browse/FLEX-33251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13497309#comment-13497309
]
Cyrill Zadra commented on FLEX-33251:
-
:-) u got me. You are right.. It
Cyrill Zadra created FLEX-33264:
---
Summary: Fix Mustella files that contains a BOM in the middle of a
file instead the beginning.
Key: FLEX-33264
URL: https://issues.apache.org/jira/browse/FLEX-33264
1 - 100 of 161 matches
Mail list logo