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: FlexBuilder3 Error - 1017: The definition of base class Facade was not found.  (Read 11490 times)
codecraig
Full Member
***
Posts: 23


View Profile Email
« on: August 01, 2008, 04:12:21 »

I have a Flex project in FlexBuilder3 which also has a pom.xml.  I have added the following to my pom.xml:
:
<dependency>
<groupId>org.puremvc</groupId>
<artifactId>puremvc_as3</artifactId>
<version>2.0.3</version>
<classifier>swc</classifier>
</dependency>

However, FlexBuilder gives me two errors:
1017: The definition of base class Facade was not found.
1020: Method marked override must override another method.

The lines of code that those two errors reference to, respectively, are:
:
public class ApplicationFacade extends Facade
and
:
override protected function initializeController():void {

Do I need to add PureMVC to my "Flex Build Path" (i.e. under the "Properties" for my Flex project)?  If so, I thought by having Maven include the dependency I didn't need to do that.

Thanks!
Logged
puremvc
Global Moderator
Hero Member
*****
Posts: 2871



View Profile WWW Email
« Reply #1 on: August 01, 2008, 11:25:19 »

Yep. Build Path, Add SWC.

-=Cliff>
Logged
Pages: [1]
Print