Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Path to classes on linux  (Read 6525 times)
codecowboy
Newbie
*
Posts: 1


View Profile Email
« 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?
« Last Edit: June 07, 2008, 11:34:52 by codecowboy » Logged
Pages: [1]
Print