rafalszemraj / fabrication

Automatically exported from code.google.com/p/fabrication
2 stars 1 forks source link

Fabrication without the MX Component set #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Project Properties > Flex Build Path, select "Spark only" component set
2. Fabrication cannot be used in Spark-only projects.
3.

What is the expected output? What do you see instead?

There should be a Spark-only swc available.

What version of the product are you using? On what operating system?

Tried with the latest 0.8.4 build. OS doesn't matter.

Please provide any additional information below.

Some Fabrication classes, e.g. FlexModule and FlexModuleLoader, extend 
mx:Module and mx:ModuleLoader. They should extend s:Module and s:ModuleLoader 
instead. Also, there are some references to mx:Container around the code. 
Getting rid of these would enable a MXless Fabrication library that could be 
used in Mobile AIR apps as well (Mobile apps require Spark-only component set).

I compiled a Spark-only Fabrication from the source myself and it took me less 
than a half hour. But would be nice to get an "official" version available, too.

Original issue reported on code.google.com by yol...@gmail.com on 16 Jan 2012 at 5:37

GoogleCodeExporter commented 9 years ago
Hi yolque.

I will try to fix it on the next version. 0.8.6 is the last version of 
Fabrication with Adobe SDK.

Original comment by PiotrZarzycki21@gmail.com on 15 Jan 2013 at 7:24

GoogleCodeExporter commented 9 years ago
Spark-only Fabrication swc -> 0.8.7

Original comment by PiotrZarzycki21@gmail.com on 23 Oct 2013 at 2:59