On Fri, Oct 30, 2009 at 3:34 PM, Sagar Jadhav
<sagarmadhukar.jad...@gmail.com> wrote:
> This is the one from FlexBuilder/Eclipse: (the blue lines are different)
>       <library-path>
>          <path-element>/Users/sagarjadhav/tools/flex/Adobe Flex Builder 3
> Plug-in/sdks/3.2.0/frameworks/libs/automation.swc</path-element>
>          <path-element>/Users/sagarjadhav/tools/flex/Adobe Flex Builder 3
> Plug-in/sdks/3.2.0/frameworks/libs/automation_agent.swc</path-element>
>          <path-element>/Users/sagarjadhav/tools/flex/Adobe Flex Builder 3
> Plug-in/sdks/3.2.0/frameworks/libs/automation_dmv.swc</path-element>

Compiling in the automation libraries would make the swf larger, but
normally the automation libraries don't get compiled in just by being
on the library-path, the need to be in include-libraries as well.

The RSL stuff won't change the size of the swf because the static link
option is true.

My best guess is the automation libraries, but the differences don't
really explain it for me.

If you're really curious, I guess you could add the 3 automation swcs
to your maven repo and put them in the pom as dependencies and see if
that makes the difference.

Logan

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Flex Mojos" group.
To post to this group, send email to flex-mojos@googlegroups.com
To unsubscribe from this group, send email to
flex-mojos+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/flex-mojos?hl=en?hl=en

http://blog.flex-mojos.info/
-~----------~----~----~----~------~----~------~--~---

Reply via email to