History | Log In     View a printable version of the current page.  
Issue Details (XML)

Key: SDK-15560
Type: Bug Bug
Status: Open Open
Priority: C C
Assignee: Jono
Reporter: Joann Chuang
Votes: 4
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Flex SDK

Inconsistent compiler error when modifying css file

Created: 01/11/08 02:18 PM   Updated: 06/24/08 12:11 PM
Component/s: Compiler API
Security Level: Public (All JIRA Users )

File Attachments: 1. Zip Archive AMP_TextStyles.zip (115 kb)


Severity: Incorrectly Functioning
Reproducibility: Intermittent
Discoverability: Medium
Found in Version: RC1 - 192242
Milestone: SDK Gumbo - Release
Affected OS(s): All OS Platforms
Steps to Reproduce:
Steps to reproduce:
1. Open the attached project in FlexBuilder
2. Try to compile the project
3. The following errors appear:
       1) exception during transcoding: Font for alias 'HelveticaBold' with plain weight and style was not found at: file:/C:/Documents and Settings/jchuang/My Documents/192023/AMP_TextStyles/src/assets/fonts/HelveticaLTStd-Bold.otf AMP_TextStyles/src/assets weights.css line 10
       2) unable to build font 'HelveticaBold' AMP_TextStyles/src/assets weights.css line 10
       3) Unable to transcode fonts/HelveticaLTStd-Bold.otf. AMP_TextStyles/src/assets weights.css line 10

 4. Specify fontWeight: bold after line 11 and line 36 (the lines that say fontFamily: HelveticaBold)
 5. Compile errors disappear.
 6. Delete the lines you added in 4.
 7. Recompile the project.

Actual Results:
The compiler error does not reappear.

 Expected Results:
Compiler error should be consistent, in this case they should be there.
 
 Workaround (if any):
 None.
 
 
Language Found: English
Bugbase Id: none
Triaged: Yes
Regression: Yes
QA Owner: Kristen Sindac
Fixed Version: (Planning) Post Moxie - Next Build
Participants: George Comninos, Joann Chuang, Jono, Kristen Sindac, Larry McLister, Lauren Park, Sharon Ma and Tanya Dimalsky

Sub-Tasks  All   Open   
 Sub-Task Progress: 

 All   Comments      Sort Order:
Sharon Ma - [01/11/08 06:47 PM ]
Reproduced in b192364 Plugin on Win XP, sending to IRB.

Larry McLister - [01/14/08 03:20 PM ]
QRB deferred for Moxie

Tanya Dimalsky - [04/15/08 03:39 PM ]
IRB: to George to Investigate for 3.x

George Comninos - [05/13/08 04:52 PM ]
This is a problem with the incremental compiler (SDK). i'm guessing it's using the cached bold font from the previous compile. Doing a clean build gets the errors back. Not sure why this is important enough to be a 3.0.1 candidate though.

Kristen Sindac - [05/14/08 02:56 PM ]
Reproduce using Flex 3 build 3.0.0.477
I'm able to reproduce this using the Compiler API. But when doing incremental compile using fcsh, it works correctly.

Setting as a regression. Incremental compilation seems to pick up changes in the css when I tried to compile a similar project (using a ttf font) with Flex 2.0.1 HF3 in flexbuilder.