Hi Carol,
I just had a look and you can safely remove the csv as this was needed in an
earlier version of the generator to resolve ambiguities.
I wouldn't call the dummy.rb.swc a binary file in the normal sense, as It is a
completely empty 1-kb zip file. So there is no source missing for that as
I've update the config.xml to show a relative path to the Installer
binaries, which causes the Badge to use the mirrors.
I've also update the link in the navigation panel to point to
'installer.html' instead of 'installerTmp.html', so we're basically
live now.
Anything I forgot?
EdB
On Tue, N
Actually, I am suggesting writing enough code to not require the Adobe font
jars anymore. First, it complicates the install, second, it is one more
dependency on Adobe, third, it requires everyone to re-tool their
application build scripts, making it another reason not to switch.
The backup or in
I agree that the ttf to swf transcoding does not have to happen during
compile time. We could build tooling separate from the compiler to make
this conversion easier. Such tooling can take advantage if the fontswf
utility from Adobe.
At some point, when we write our own transcoder, we can revis
I don't recommend this for a new compiler because font transcoding is so slow
that it should really be done only once, 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
Alex is suggesting writing a transcoder tor Falcon that uses Adobe's
proprietary font JARs. He says this is what Apache's version of the old
compiler has.
- Gordon
-Original Message-
From: Cyrill Zadra [mailto:cyrill.za...@gmail.com]
Sent: Monday, November 12, 2012 6:42 PM
To: flex-dev
You could try running org.apache.flex.swf.io.SWFDump under the Eclipse
debugger. If you're lucky, it might complain about the ABC.
- Gordon
-Original Message-
From: Cyrill Zadra [mailto:cyrill.za...@gmail.com]
Sent: Monday, November 12, 2012 6:52 PM
To: flex-dev@incubator.apache.org
Sub
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
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
The mirrors take about 24 hours from our experience with the SDK. 90% of
them had synced up within 4 hours, but the rest took to the end of 24 hours
from our experience.
-Nick
On Mon, Nov 12, 2012 at 8:46 PM, Om wrote:
> I have promoted the release candidates to: /www/
> www.apache.org/dist/in
I have promoted the release candidates to: /www/
www.apache.org/dist/incubator/flex/installer/1.0.
Erik, can you please help with updating the installer badge so that it
picks up the binaries from the mirror? Once we get that done, I will send
out an announcement on the usual lists.
How long sho
[
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 Compile Err
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 Fle
I'm not sure. The engineer who did the font embedding for Falcon left Adobe
recently.
We felt that the compiler shouldn't be doing font embedding because it is
inefficient to transcode the font more than once.
- Gordon
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent
On 11/12/12 1:46 PM, "Gordon Smith" wrote:
> Then you would have a compiler that you couldn't distribute because it
> required Adobe JARs.
No, that's the way Apache Flex distributes MXMLC today. Everything compiles
and runs, but embedding doesn't work if you haven't gone out separately and
do
[
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 Compiler Error
Then you would have a compiler that you couldn't distribute because it required
Adobe JARs.
- Gordon
-Original Message-
From: Alex Harui [mailto:aha...@adobe.com]
Sent: Monday, November 12, 2012 1:35 PM
To: flex-dev@incubator.apache.org
Subject: Re: [FALCON] Fonts Question
On 11/12/
[
https://issues.apache.org/jira/browse/FLEX-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495659#comment-13495659
]
Chema Balsas commented on FLEX-33226:
-
Oops, sorry about that!
It was actually
> aut
[
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 Error -
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
On 11/12/12 1:18 PM, "Gordon Smith" wrote:
> For Apache Flex, you should require or download fontswf as a prerequisite and
> use it to turn the font files used by the Mustella tests into SWF files. Then
> the Mustella tests should embed the fonts from the SWF files.
Ok, but by requiring fontsw
Thanks for feedback.
I just red some stuff about Embed font support on
http://www.bytearray.org/?p=4789 and
http://labsdownload.adobe.com/pub/labs/flashplatformruntimes/air3-4/air3-4_p2_sdk_asc2_releasenotes.pdf.
Isn't this exactly what we are talking here about?
cyrill
On Mon, Nov 12, 2012 at
For Apache Flex, you should require or download fontswf as a prerequisite and
use it to turn the font files used by the Mustella tests into SWF files. Then
the Mustella tests should embed the fonts from the SWF files.
- Gordon
-Original Message-
From: Alex Harui [mailto:aha...@adobe.co
> That said, looking forward at Flex on JS, is there font embedding in
> HTML/CSS?
Not sure about true embedding, but there is:
http://caniuse.com/fontface
EdB
--
Ix Multimedia Software
Jan Luykenstraat 27
3521 VB Utrecht
T. 06-51952295
I. www.ixsoftware.nl
[
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 Compiler Error
Now that the IDE installer is just about out the door I'd like to do some clean
up in the ide and ide/flashbuilder directories unless anyone has objections.
In particular I'd like to delete these two pairs of scripts. Both sets have
issues, particularly on Windows. Rather than bothering to mai
Ugh, I knew I was forgetting something. There is no embedded font support
for Falcon. I'm not even sure fontswf will work. Gordon may know more.
I was going to look into copying code from MXMLC to do some of the font
embedding, but either way I think we do need to remove any dependencies on
Ado
[
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
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-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495611#comment-13495611
]
Carol Frampton commented on FLEX-33226:
---
>> Please, verify specially the automation
I just inserted the licenses (except the .csv file) since I have a perl
script that does that.
I'm not sure how manual-artifact-overrides.csv is used and whether or not
it can contain a comment. If it can, then it needs an Apache header added.
Since maven is now part of the this project I'd lik
[
https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495580#comment-13495580
]
Carol Frampton commented on FLEX-33248:
---
Please provide a small working example with
I just looked at the Mavenizer code here [1] It looks great! Thanks for
the contribution!
I see that the standard Apache license header is missing in all the files.
Can you please add them?
Also, it would be great if we copy over the contents of the README to a
wiki page - this would be more v
On Mon, Nov 12, 2012 at 7:58 AM, Carol Frampton wrote:
>
>
> On 11/9/12 7 :37PM, "Om" wrote:
>
> >Carol,
> >
> >I am not sure if this fixes "all" the problems. But when I diff the files
> >from svn trunk vs. the packaged source kit, I still see some a few .as and
> >.mxml files which seem diffe
[
https://issues.apache.org/jira/browse/FLEX-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495477#comment-13495477
]
Chema Balsas commented on FLEX-33226:
-
I've created a single "patch compile_targets.di
[
https://issues.apache.org/jira/browse/FLEX-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chema Balsas updated FLEX-33226:
Attachment: compile_targets.diff
All missing compile targets
> Convert sdk project
[
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, AddChil
[
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\FalconTes
There are a couple of Flash API on JS engines already (Jangaroo,
EaselJS, Shumway, more...).
Porting to another language, I'd suggest a JS compiler like Traceur or
TypeScript. You might even be able to use Jangaroo's AS3->JS compiler to
bootstrap the conversion in the short term (it'd still be
[
https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495388#comment-13495388
]
Maxime Cowez commented on FLEX-33248:
-
Indeed, the changes are pretty localized and ca
[
https://issues.apache.org/jira/browse/FLEX-33181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Alex Harui closed FLEX-33181.
-
Resolution: Fixed
Assignee: Alex Harui
We didn't take this patch because Peter excluded the tests v
On 11/9/12 7 :37PM, "Om" wrote:
>Carol,
>
>I am not sure if this fixes "all" the problems. But when I diff the files
>from svn trunk vs. the packaged source kit, I still see some a few .as and
>.mxml files which seem different because of some reason.
Then we should figure that out but this is
[
https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495357#comment-13495357
]
Carol Frampton commented on FLEX-33248:
---
I think what you've attached is fine. I'm
[
https://issues.apache.org/jira/browse/FLEX-33248?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carol Frampton reassigned FLEX-33248:
-
Assignee: Carol Frampton
> Spark GridItemEditor cannot edit nested properties
> -
Hi,
I've been able to get the mobile test suite in Mustella (tests/mobile
directory) run on using the desktop emulator. Many tests pass, but a lot are
failing so there is more work to do to get them cleaned up and passing.
I've updated the Mustella wiki
(https://cwiki.apache.org/confluence/dis
[
https://issues.apache.org/jira/browse/FLEX-33226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495310#comment-13495310
]
Carol Frampton commented on FLEX-33226:
---
A single patch is fine if you collect them
I think that looks fine. Thanks for doing that!
--peter
On 11/12/12 3:37 AM, "Om" wrote:
>I am not sure what the protocol is, but I updated the web server setup
>section for Miustella on Windows [1] since it was missing. Please take a
>look and see if it looks good.
>
>Thanks,
>Om
>
>[1] https:
Hi,
I've modified the query a little to be:
project = FLEX AND (summary ~ patch OR description ~ patch OR comment ~ patch)
AND status != 'Resolved' and assignee is empty and "Attachment count" >= "1"
order by priority desc
And saved as a filter called "Flex Unassigned Patches" so everyone can u
That's what I've been doing.. I think almost all the ones that have
patches attached are assigned to somebody or closed now. The rest are
sample files of what the person is reporting.
I can start knocking out some of the ones marked as "easy", but I didn't
want to take those from the community t
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
[
https://issues.apache.org/jira/browse/FLEX-33246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik de Bruin resolved FLEX-33246.
--
Resolution: Fixed
Assignee: Erik de Bruin
> Apache Flex Mavenizer needs a 'better' RE
[
https://issues.apache.org/jira/browse/FLEX-33247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik de Bruin resolved FLEX-33247.
--
Resolution: Fixed
Assignee: Erik de Bruin
The donation has been added and any reported in
[
https://issues.apache.org/jira/browse/FLEX-33122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13495156#comment-13495156
]
Erik de Bruin commented on FLEX-33122:
--
I think this has already been covered, but th
[
https://issues.apache.org/jira/browse/FLEX-33122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik de Bruin updated FLEX-33122:
-
Assignee: Erik de Bruin
> MakeApacheFlexForFlashBuilder change language at runtime
> ---
[
https://issues.apache.org/jira/browse/FLEX-33122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Erik de Bruin updated FLEX-33122:
-
Issue Type: Sub-task (was: Improvement)
Parent: FLEX-33106
> MakeApacheFlexForFlashB
On Sun, Nov 11, 2012 at 11:12 PM, Alex Harui wrote:
>
>
>
> On 11/11/12 11:11 AM, "Nicholas Kwiatkowski" wrote:
>
> > Om,
> >
> > I've been looking through JIRA, and it seems at least a great majority of
> > the tickets with patches are either assigned to somebody (and waiting),
> or
> > have be
56 matches
Mail list logo