开发者

Moving SWC to libs folder breaks project

开发者 https://www.devze.com 2022-12-27 08:41 出处:网络
I have a swc(degrafa) that I have been referencing externally in another fo开发者_开发问答lder on my computer.When I tried to move the swc to the libs folder I was no longer able to access the swc fro

I have a swc(degrafa) that I have been referencing externally in another fo开发者_开发问答lder on my computer. When I tried to move the swc to the libs folder I was no longer able to access the swc from my application. Is there a step im missing?


Did you updated your library path as described here?

  1. With a project selected in the Flex Navigator view, select Project > Properties > Flex Build Path.
  2. Click on the Library Path tab, and then select and expand the SWC file entry to display the SWC options.
  3. Double-click the Link Type option. The Library Path Items Options dialog box appears.
  4. Select the Merged into Code option, and click OK.

This procedure is the equivalent of using the library-path compiler option.


The project libs folder was not the same as the one in the project tree. This was due to the project i am working on being apart of a larger project and the project properties was referencing the wrong folder. After changing the libs folder to the one I wanted to use the swc was recognized.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号