PureMVC Architects Lounge

Announcements and General Discussion => Getting Started => Topic started by: codecowboy on June 07, 2008, 11:19:40



Title: Path to classes on linux
Post by: codecowboy on June 07, 2008, 11:19:40
Hi,

I'd like to use the puremvc framework and am using the standalone compiler from the linux Flex SDK. I'm trying the following and getting an error:

:
package {
 
    import org.puremvc.as3.interfaces.IFacade;
   
    class ApplicationFacade {
       
       
    }

}

/home/luke/mysites/flexmaps/ApplicationFacade.as(3): col: 39 Error: Definition org.puremvc.as3.interfaces:IFacade could not be found.

    import org.puremvc.as3.interfaces.IFacade;

I've put the source code (everything under 'org') in frameworks/source. There is another directory in there called 'mx' so I figured that was the correct place.

I also tried using the swc file from the puremvc download but can't get that to load either.

Error: unable to load SWC PureMVC_AS3_2_0_3.swc: unknown element script found in digests section in catalog.xml.



Can anyone help me out here?