• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
Locked
0

Error with compiling css to swf in FB Burrito

Explorer ,
Nov 04, 2010 Nov 04, 2010

Copy link to clipboard

Copied

I just installed FB Burrito and opened up my workspace containing projects using Flex 4.0 SDK, and I see that  I get compile errors when for my css files that are set to be compiled to swf files.

Description    Resource    Path    Location    Type
A file found in a source-path must have the same package structure 'assets.sounds', as the definition's package, ''.    defaultSoundTheme.css    /ProjectName/src/assets/sounds    Unknown    Flex Problem

A file found in a source-path must have the same package structure 'assets.styles', as the definition's package, ''.    player.css    /ProjectName/src/assets/styles    Unknown    Flex Problem

Looks like a regression.

- Abey

Views

2.8K

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Nov 07, 2010 Nov 07, 2010

Copy link to clipboard

Copied

Hi,

This is a known regression and we're investigating a fix for this.

Meanwhile, as a workaround, can you quickly see if moving the CSS file to your src/ folder helps?

Thanks,

Anirudh

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Nov 19, 2010 Nov 19, 2010

Copy link to clipboard

Copied

I confirm this existing issue with compiling css to swf.

And, no, moving CSS files to "src" folder does not help, still receiving an error like

AllEastAsian.css A file found in a source-path must have the same package structure 'css.locale', as the definition's package, ''

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 10, 2011 Jan 10, 2011

Copy link to clipboard

Copied

Any update to this in last 2 months?  I also can't run my project in Burrito due to these CSS files being compiled to SWF.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Adobe Employee ,
Jan 10, 2011 Jan 10, 2011

Copy link to clipboard

Copied

This has been fixed in the later builds of Burrito. However, none of those builds are publicly available and I don't have info about when they will be.

When there is any news regarding this, I'll keep this thread updated.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 10, 2011 Jan 10, 2011

Copy link to clipboard

Copied

Awesome - thanks for the quick update.  Everything has seemed very promising (coming from FB3) but I can wait a bit longer. 

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Enthusiast ,
Jan 11, 2011 Jan 11, 2011

Copy link to clipboard

Copied

You can join a private FB Burrito beta, email "Shorten at adobe.com if you'd like to join the prerelease."|

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Feb 12, 2011 Feb 12, 2011

Copy link to clipboard

Copied

LATEST

Hi, to back out this *attempt* remove the following which in my case was added to .actionScriptProperties file

  <buildCSSFiles>
    <buildCSSFileEntry destPath="bin-debug" sourcePath="src/css/Demo.css"/>
  </buildCSSFiles>

Replace with:

  </buildCSSFiles>

HTH,

Mark Simon

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines