Command-line Compilation of Photoshop Panels
hello,
i'm attempting create photoshop panel using flex sdk , mxmlc compiler. i'd love avoid flash builder. here compilation line , resulting error:
~/dev/shared/flex/bin/mxmlc --show-actionscript-warnings=true --strict=true -include-libraries=csxslibrary-2.0-sdk-3.4.swc -load-config=config.xml gridpanel.mxml loading configuration file /users/justin/dev/me/photoshop/gridpanel/config.xml /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.core:iwindow) error: type not found or not compile-time constant: nativewindow. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.events:flexnativemenuevent) error: type not found or not compile-time constant: nativemenu. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.events:flexnativemenuevent) error: type not found or not compile-time constant: nativemenuitem. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.controls:html) error: type not found or not compile-time constant: htmlhistoryitem. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.controls:html) error: type not found or not compile-time constant: htmluncaughtscriptexceptionevent. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.controls:html) error: type not found or not compile-time constant: htmlhost. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.controls:html) error: type not found or not compile-time constant: htmlhost. /users/justin/dev/me/photoshop/gridpanel/csxslibrary-2.0-sdk-3.4.swc(mx.managers:nativedragmanagerimpl) error: type not found or not compile-time constant: nativedragevent.
i don't have experience flex, i'm guessing csxs library using mx.* components haven't linked against.
here config file i'm using. flex sdk located @ "/users/justin/dev/shared/flex/", hence absolute paths in config file.
out of desperation, downloaded flash builder see if inspect compilation command running. had dump config file generating, , attempted use (it looks identical) , ended same error when trying compile command line.
for sake of completness, have super basic mxml file.
<?xml version="1.0" encoding="utf-8"?>
<mx:application xmlns:mx="http://www.adobe.com/2006/mxml">
<!-- copyright 2010 __mycompanyname__. -->
</mx:application>
have idea might missing?
- thanks
i have same problem too... , i'm migrating air project web project. reason?
More discussions in Flex (Read Only)
adobe
Comments
Post a Comment