yestaro / efflex

Automatically exported from code.google.com/p/efflex
0 stars 0 forks source link

Compile Error When I import Efflex_v0.03.swc (Fx4/FP10) #26

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I'm using Flash Builder4 with flex sdk4.0, when I import package 
Efflex_v0.03.swc (Fx4/FP10) ,the builder give me a compile error like this

component SimpleMotionPath is defined more than once in this namespace.  
Remove the mapping to spark.effects.animation:SimpleMotionPath or 
spark.effects:SimpleMotionPath

do you know how to solve this problem?

Original issue reported on code.google.com by dusir...@gmail.com on 28 Apr 2010 at 1:13

GoogleCodeExporter commented 8 years ago
Getting the exact same problem - please help

Original comment by bacun...@gmail.com on 8 May 2010 at 4:29

GoogleCodeExporter commented 8 years ago
same problem! please fix it!

Original comment by 1251...@gmail.com on 22 Jun 2010 at 3:49

GoogleCodeExporter commented 8 years ago
Exactly the same problem..,

Original comment by yannick....@gmail.com on 22 Jun 2010 at 7:56

GoogleCodeExporter commented 8 years ago
Same issue here too...

Original comment by kevin.fo...@gmail.com on 29 Jun 2010 at 4:05

GoogleCodeExporter commented 8 years ago
Same. Please fix it

Original comment by flashmat...@gmail.com on 1 Jul 2010 at 12:08

GoogleCodeExporter commented 8 years ago
Same as Issue #23 - You should read the list before submitting a new bug... I 
have the problem too using Flex 4 SDK and Flash Builder 4 Release..

Original comment by drewlap...@gmail.com on 2 Jul 2010 at 5:37

GoogleCodeExporter commented 8 years ago
This bug relates to Efflex_V0.03 being compiled with an early version of the 
Flex4 SDK.  I've tried to rebuild it but I can't find the appropriate resource 
files to get it to compile from source.

Tink, would you be willing to recompile it in your workspace using the Flex 4.0 
or 4.1 SDK. If not, would you be willing to post a list of dependencies (with 
version) so that I can build it from source?

This project is a great resource and I'd hate to see it die.  Let me know what 
I can do to help keep it alive and functional!

Sincerely,
Matt 

Original comment by itz...@gmail.com on 15 Jul 2010 at 9:30

GoogleCodeExporter commented 8 years ago
Hi,

here is a fix :)

1. Extract the Efflex_v0.03.swc with a Zip-Programm like 7Zip. 
2. Edit the catalog.xml
3. Delete two lines:

<component className="spark.effects:MotionPath" name="MotionPath" 
uri="library://ns.adobe.com/flex/spark"  />
    <component className="spark.effects:SimpleMotionPath" name="SimpleMotionPath" uri="library://ns.adobe.com/flex/spark"  />

4. Save
5. Zip the folder and name it Efflex_v0.04.swc 

Vola!

Noquarter :)

Original comment by christia...@gmail.com on 21 Jul 2010 at 9:42

GoogleCodeExporter commented 8 years ago
Hi,

after following your step, I still get 'unable to load SWC Efflex_v0.04.swc' 
error.
My flex sdk is 4.1. Any solution for this? Thanks!

Original comment by laijin...@gmail.com on 29 Jul 2010 at 2:56

GoogleCodeExporter commented 8 years ago
Hi,

here is my version. Attached. 

It works great! If you have any problems write me: christian.grube@web-grube.de

Original comment by christia...@gmail.com on 30 Jul 2010 at 11:37

Attachments:

GoogleCodeExporter commented 8 years ago
Sweet dude, that works great!

Original comment by Codempir...@gmail.com on 22 Feb 2011 at 2:20

GoogleCodeExporter commented 8 years ago
My flex sdk is 4.5  when I import package Efflex_v0.04.swc the builder【 
design mode】 give me a compile error like this.
D:\FlexWorkSpace\Web\bizwebsiteV4\libs\Efflex_v0.04.swc- 
DesignAssetLoader.CompleteTimeout加载 SWC 文件失败。
任何依赖于此 SWC 文件的组件将不会在设计模式下显示。
加载 SWC 失败,可能的原因是[Error reason]:   
*  使用的 SDK 版本不同导致的不兼容定义[The SDK versions use to 
different definitions of not compatible
]   
*  缺少引用的类定义[Lack of reference class definition]

Original comment by VIGE...@163.COM on 25 Oct 2011 at 4:12

GoogleCodeExporter commented 8 years ago
I am compiling Efflex_v0.04.swc as provided above with FlashBuilder 4.6
I get the following error:
SWC file failed to load.  Any component dependent on this SWC file will not be 
displayed in the Design Mode.
The SWC may have failed to load because of:
* Incompatible definitions caused by the usage of a different SDK version
* Missing referred class definitions

Any help would be greatly appreciated.
I have attempted to build Efflex from source, but it is dependent upon many 
other libraries and I have not been able to collect compatible versions of 
everything.

Original comment by wro...@gmail.com on 1 Jun 2012 at 6:51