Re: [flexcoders] Re: IFlexModule

2007-01-11 Thread Greg Morphis
What do you mean by dragging your existing project?
You mean the folder from the old workspace?
for example, the app I'm working on is called foo, in a folder called
foo, in my old workspace C:\documents and
settings\goo\workspace\flexdev\
My new workspace is
C:\eclipseworkspace\flexdev\

So drag the foo folder from the old to the new and then import using
the Existing Project option?

Thanks!.. mean while I'll check out the framework option

Um, is there a mirror or some other way to hit that site?
I'm getting denied...
Your request for
http://allthego.com/index.cfm/2007/1/11/Flex-Framework-Location was
denied because of its content categorization: Sex;Adult Material




On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
 Solved my problem.

 Searching through this list, I found others having the same problem.   For 
 the original
 solution, read message #60420 from Paul Evans.  Thanks Paul.

 The problem is caused by re-using the workspace from the Beta version.

 Here's how I fixed mine:

 Create a new folder for your Flex projects.

 Go into Flex 2.0.1, under the File menu, choose Switch Workspace.

 Aim it at the new folder.

 Drag the project folders from the beta projects folder into your new projects 
 folder.

 Under the File menu, choose Import for each of your projects.

 You should be good to go.

 Tom


 --- In flexcoders@yahoogroups.com, Tom Sobut [EMAIL PROTECTED] wrote:
 
  Hi Jason,
 
  I checked all three .as files you specified.  All are there and are dated 
  at the time of my
  2.0.1 install.
 
  I had installed the full Flex version, so I've not used Eclipse directly, 
  although I do have
 3.2
  installed from last June.
 
  Tom
 
  --- In flexcoders@yahoogroups.com, Jason Hawryluk jh@ wrote:
  
   Could you if verify that the files exist in your application directory 
   (not
   sure with mac)
  
   Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
  
   FlexModuleFactory.as
   IFlexModuleFactory.as
   IFlexModule.as
  
   And are you both trying this with eclipse 3.2? I'm thinking that if you 
   both
   upgraded to the 3.2 even if you uninstall there may be the java files that
   are not compatible with flex on mac just a guess of course.
  
   I really have no idea here just throwing out thoughts as they come to me 
   to
   try and pin point a direction, please bear with me.
  
   Jason
  
   -Message d'origine-
   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
   part de Tom Sobut
   Envoyé : mercredi 10 janvier 2007 20:31
   À : flexcoders@yahoogroups.com
   Objet : [flexcoders] Re: IFlexModule
  
  
   My compile errors looked a bit different. I created a new project folder
   named Test201.
   Added an HBox and a Button. Compiled. Here are my compile errors:
  
   Severity and Description Path Resource Location Creation Time
   Id
   1144: Interface method create in namespace mx.core:IFlexModuleFactory is
   implemented
   with an incompatible signature in class 
   _Test201_mx_managers_SystemManager.
   Test201 line 7 1168442502096 13267
   1144: Interface method create in namespace mx.core:IFlexModuleFactory is
   implemented
   with an incompatible signature in class 
   _Test201_mx_managers_SystemManager.
   Test201 line 7 1168442502093 13266
   1023: Incompatible override. Test201 line 11 1168442502088
   13265
   --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
   
Severity and Description Path Resource Location Creation Time
   Id
1023: Incompatible override. aopscheduler line 11 1168453153048
   2221
1120: Access of undefined property IFlexModule. aopscheduler
   line
22 1168453153048 
1144: Interface method create in namespace mx.core:IFlexModuleFactory
is implemented with an incompatible signature in class
_index_mx_managers_SystemManager. aopscheduler line
7 1168453153063 2224
1172: Definition mx.binding:RepeaterComponentWatcher could not be
found. aopscheduler line 16 1168453155423 2226
1172: Definition mx.core:IFlexModule could not be
found. aopscheduler line 6 1168453153063 2225
1180: Call to a possibly undefined method
IFlexModule. aopscheduler line 24 1168453153063
   2223
   
   
On 1/10/07, Greg Morphis gmorphis@ wrote:
 Okay I'm fed up
 I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
 older installed 2, and I removed FDS2 also... I just reinstalled
 Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
 FB2.0.1 installer. I chose default options for both questions.
 Before going any further I wanted to test it.. so I started Eclipse
 and guess what? There's the error!!

 On 1/10/07, Greg Morphis gmorphis@ wrote:
  It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
  back to using that temporarily, so I loaded up Eclipse3.1, the
  Navigator view was empty!
  I right clicked, chose Import and chose my workspace. My projects

[flexcoders] Re: IFlexModule

2007-01-11 Thread Tom Sobut
 So drag the foo folder from the old to the new and then import using
 the Existing Project option?

Yes, that's it.

--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:

 What do you mean by dragging your existing project?
 You mean the folder from the old workspace?
 for example, the app I'm working on is called foo, in a folder called
 foo, in my old workspace C:\documents and
 settings\goo\workspace\flexdev\
 My new workspace is
 C:\eclipseworkspace\flexdev\
 
 So drag the foo folder from the old to the new and then import using
 the Existing Project option?
 
 Thanks!.. mean while I'll check out the framework option
 
 Um, is there a mirror or some other way to hit that site?
 I'm getting denied...
 Your request for
 http://allthego.com/index.cfm/2007/1/11/Flex-Framework-Location was
 denied because of its content categorization: Sex;Adult Material
 
 
 
 
 On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
  Solved my problem.
 
  Searching through this list, I found others having the same problem.   For 
  the original
  solution, read message #60420 from Paul Evans.  Thanks Paul.
 
  The problem is caused by re-using the workspace from the Beta version.
 
  Here's how I fixed mine:
 
  Create a new folder for your Flex projects.
 
  Go into Flex 2.0.1, under the File menu, choose Switch Workspace.
 
  Aim it at the new folder.
 
  Drag the project folders from the beta projects folder into your new 
  projects folder.
 
  Under the File menu, choose Import for each of your projects.
 
  You should be good to go.
 
  Tom
 
 
  --- In flexcoders@yahoogroups.com, Tom Sobut tom.sobut@ wrote:
  
   Hi Jason,
  
   I checked all three .as files you specified.  All are there and are dated 
   at the time of 
my
   2.0.1 install.
  
   I had installed the full Flex version, so I've not used Eclipse directly, 
   although I do 
have
  3.2
   installed from last June.
  
   Tom
  
   --- In flexcoders@yahoogroups.com, Jason Hawryluk jh@ wrote:
   
Could you if verify that the files exist in your application directory 
(not
sure with mac)
   
Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
   
FlexModuleFactory.as
IFlexModuleFactory.as
IFlexModule.as
   
And are you both trying this with eclipse 3.2? I'm thinking that if you 
both
upgraded to the 3.2 even if you uninstall there may be the java files 
that
are not compatible with flex on mac just a guess of course.
   
I really have no idea here just throwing out thoughts as they come to 
me to
try and pin point a direction, please bear with me.
   
Jason
   
-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Tom Sobut
Envoyé : mercredi 10 janvier 2007 20:31
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: IFlexModule
   
   
My compile errors looked a bit different. I created a new project folder
named Test201.
Added an HBox and a Button. Compiled. Here are my compile errors:
   
Severity and Description Path Resource Location Creation Time
Id
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class 
_Test201_mx_managers_SystemManager.
Test201 line 7 1168442502096 13267
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class 
_Test201_mx_managers_SystemManager.
Test201 line 7 1168442502093 13266
1023: Incompatible override. Test201 line 11 1168442502088
13265
--- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:

 Severity and Description Path Resource Location Creation Time
Id
 1023: Incompatible override. aopscheduler line 11 1168453153048
2221
 1120: Access of undefined property IFlexModule. aopscheduler
line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063
2223


 On 1/10/07, Greg Morphis gmorphis@ wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what

Re: [flexcoders] Re: IFlexModule

2007-01-11 Thread Angus Johnson

Hi Greg,

Hmmm... I registered alltogo.com last weekend. It was de-registered in
December. did check its previous content which was the usual directory
advertising you see on parked domains.. It must be on someone's 'beware'
list. Another lesson a more thorough background check.

What tells you its content categorization?

In the meantime you could try accessing it through a proxy such as
anonymouse.org.

Thanks for letting me know I'll investigate further.

Angus


On 12/01/07, Tom Sobut [EMAIL PROTECTED] wrote:


   So drag the foo folder from the old to the new and then import using
 the Existing Project option?

Yes, that's it.

--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Greg
Morphis [EMAIL PROTECTED] wrote:

 What do you mean by dragging your existing project?
 You mean the folder from the old workspace?
 for example, the app I'm working on is called foo, in a folder called
 foo, in my old workspace C:\documents and
 settings\goo\workspace\flexdev\
 My new workspace is
 C:\eclipseworkspace\flexdev\

 So drag the foo folder from the old to the new and then import using
 the Existing Project option?

 Thanks!.. mean while I'll check out the framework option

 Um, is there a mirror or some other way to hit that site?
 I'm getting denied...
 Your request for
 http://allthego.com/index.cfm/2007/1/11/Flex-Framework-Location was
 denied because of its content categorization: Sex;Adult Material




 On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
  Solved my problem.
 
  Searching through this list, I found others having the same problem.
For the original
  solution, read message #60420 from Paul Evans. Thanks Paul.
 
  The problem is caused by re-using the workspace from the Beta version.
 
  Here's how I fixed mine:
 
  Create a new folder for your Flex projects.
 
  Go into Flex 2.0.1, under the File menu, choose Switch Workspace.
 
  Aim it at the new folder.
 
  Drag the project folders from the beta projects folder into your new
projects folder.
 
  Under the File menu, choose Import for each of your projects.
 
  You should be good to go.
 
  Tom
 
 
  --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Tom
Sobut tom.sobut@ wrote:
  
   Hi Jason,
  
   I checked all three .as files you specified. All are there and are
dated at the time of
my
   2.0.1 install.
  
   I had installed the full Flex version, so I've not used Eclipse
directly, although I do
have
  3.2
   installed from last June.
  
   Tom
  
   --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Jason Hawryluk jh@ wrote:
   
Could you if verify that the files exist in your application
directory (not
sure with mac)
   
Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
   
FlexModuleFactory.as
IFlexModuleFactory.as
IFlexModule.as
   
And are you both trying this with eclipse 3.2? I'm thinking that
if you both
upgraded to the 3.2 even if you uninstall there may be the java
files that
are not compatible with flex on mac just a guess of course.
   
I really have no idea here just throwing out thoughts as they come
to me to
try and pin point a direction, please bear with me.
   
Jason
   
-Message d'origine-
De : flexcoders@yahoogroups.com flexcoders%40yahoogroups.com[mailto:
flexcoders@yahoogroups.com flexcoders%40yahoogroups.com]De la
part de Tom Sobut
Envoyé : mercredi 10 janvier 2007 20:31
À : flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
Objet : [flexcoders] Re: IFlexModule
   
   
My compile errors looked a bit different. I created a new project
folder
named Test201.
Added an HBox and a Button. Compiled. Here are my compile errors:
   
Severity and Description Path Resource Location Creation Time
Id
1144: Interface method create in namespace
mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class
_Test201_mx_managers_SystemManager.
Test201 line 7 1168442502096 13267
1144: Interface method create in namespace
mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class
_Test201_mx_managers_SystemManager.
Test201 line 7 1168442502093 13266
1023: Incompatible override. Test201 line 11 1168442502088
13265
--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Greg Morphis gmorphis@ wrote:

 Severity and Description Path Resource Location Creation Time
Id
 1023: Incompatible override. aopscheduler line 11 1168453153048
2221
 1120: Access of undefined property IFlexModule. aopscheduler
line
 22 1168453153048 
 1144: Interface method create in namespace
mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not
be
 found. aopscheduler line 16 1168453155423

[flexcoders] Re: IFlexModule

2007-01-10 Thread Tom Sobut
I'm having the same problem...

In the 2.0.1 install instructions for the Mac, Adobe instructs that it's 
necessary to refresh 
the workspace by using the -clean option.  I followed the links in the 
instructions and did 
a refresh in a terminal session by entering:

/Applications/eclipse/eclipse -clean 

That did seem to run.  Problem still exists.

I can compile without errors back in my 2.0 beta copy which I kept (just in 
case).

Something's wrong inside the black box.

Hope someone can help here.

--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
 did a clean install in new folders. Now when I open Eclipse and open a
 project I'm getting some IFlexModule error.. I did a google search and
 that didnt help much. Has anyone seen this error and know how to fix
 it? It's getting on my nerves!





Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view was empty!
I right clicked, chose Import and chose my workspace. My projects were
present in the dialog and were all checked. I hit finish and was told
the projects existed.. If they did, I couldn't see them in the
Navigator view...
This sucks Adobe.. sucks

On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
 I'm having the same problem...

 In the 2.0.1 install instructions for the Mac, Adobe instructs that it's 
 necessary to refresh
 the workspace by using the -clean option.  I followed the links in the 
 instructions and did
 a refresh in a terminal session by entering:

 /Applications/eclipse/eclipse -clean 

 That did seem to run.  Problem still exists.

 I can compile without errors back in my 2.0 beta copy which I kept (just in 
 case).

 Something's wrong inside the black box.

 Hope someone can help here.

 --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:
 
  I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
  did a clean install in new folders. Now when I open Eclipse and open a
  project I'm getting some IFlexModule error.. I did a google search and
  that didnt help much. Has anyone seen this error and know how to fix
  it? It's getting on my nerves!
 




 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
Severity and DescriptionPathResourceLocation
Creation Time   Id
1023: Incompatible override.aopschedulerline 11 1168453153048   
2221
1120: Access of undefined property IFlexModule. aopschedulerline
22  1168453153048   
1144: Interface method create in namespace mx.core:IFlexModuleFactory
is implemented with an incompatible signature in class
_index_mx_managers_SystemManager.   aopschedulerline
7   1168453153063   2224
1172: Definition mx.binding:RepeaterComponentWatcher could not be
found.  aopschedulerline 16 1168453155423   2226
1172: Definition mx.core:IFlexModule could not be
found.  aopschedulerline 6  1168453153063   2225
1180: Call to a possibly undefined method
IFlexModule.aopschedulerline 24 1168453153063   2223


On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 Okay I'm fed up
 I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
 older installed 2, and I removed FDS2 also... I just reinstalled
 Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
 FB2.0.1 installer. I chose default options for both questions.
 Before going any further I wanted to test it.. so I started Eclipse
 and guess what? There's the error!!

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
  back to using that temporarily, so I loaded up Eclipse3.1, the
  Navigator view was empty!
  I right clicked, chose Import and chose my workspace. My projects were
  present in the dialog and were all checked. I hit finish and was told
  the projects existed.. If they did, I couldn't see them in the
  Navigator view...
  This sucks Adobe.. sucks
 
  On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
   I'm having the same problem...
  
   In the 2.0.1 install instructions for the Mac, Adobe instructs that it's 
   necessary to refresh
   the workspace by using the -clean option.  I followed the links in the 
   instructions and did
   a refresh in a terminal session by entering:
  
   /Applications/eclipse/eclipse -clean 
  
   That did seem to run.  Problem still exists.
  
   I can compile without errors back in my 2.0 beta copy which I kept (just 
   in case).
  
   Something's wrong inside the black box.
  
   Hope someone can help here.
  
   --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] 
   wrote:
   
I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
did a clean install in new folders. Now when I open Eclipse and open a
project I'm getting some IFlexModule error.. I did a google search and
that didnt help much. Has anyone seen this error and know how to fix
it? It's getting on my nerves!
   
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
 



RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Are you using an older version of the flash player per chance?

I’m assuming you’ve done a clean on the project(s)?

Could it be that there is a trace of the project(s) config?

If you close all projects, and create a brand new project with just the
application + a control; does the problem persist?


Have you already installed an older version of the modules framework before
this release? From the originators blog perhaps.


Excuse if I’m off the mark. I understand your frustration, and wish to try
and help…


Jason

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 19:20
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule


Severity and Description Path Resource Location Creation Time Id
1023: Incompatible override. aopscheduler line 11 1168453153048 2221
1120: Access of undefined property IFlexModule. aopscheduler line
22 1168453153048 
1144: Interface method create in namespace mx.core:IFlexModuleFactory
is implemented with an incompatible signature in class
_index_mx_managers_SystemManager. aopscheduler line
7 1168453153063 2224
1172: Definition mx.binding:RepeaterComponentWatcher could not be
found. aopscheduler line 16 1168453155423 2226
1172: Definition mx.core:IFlexModule could not be
found. aopscheduler line 6 1168453153063 2225
1180: Call to a possibly undefined method
IFlexModule. aopscheduler line 24 1168453153063 2223

On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 Okay I'm fed up
 I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
 older installed 2, and I removed FDS2 also... I just reinstalled
 Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
 FB2.0.1 installer. I chose default options for both questions.
 Before going any further I wanted to test it.. so I started Eclipse
 and guess what? There's the error!!

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
  back to using that temporarily, so I loaded up Eclipse3.1, the
  Navigator view was empty!
  I right clicked, chose Import and chose my workspace. My projects were
  present in the dialog and were all checked. I hit finish and was told
  the projects existed.. If they did, I couldn't see them in the
  Navigator view...
  This sucks Adobe.. sucks
 
  On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
   I'm having the same problem...
  
   In the 2.0.1 install instructions for the Mac, Adobe instructs that
it's necessary to refresh
   the workspace by using the -clean option. I followed the links in the
instructions and did
   a refresh in a terminal session by entering:
  
   /Applications/eclipse/eclipse -clean 
  
   That did seem to run. Problem still exists.
  
   I can compile without errors back in my 2.0 beta copy which I kept
(just in case).
  
   Something's wrong inside the black box.
  
   Hope someone can help here.
  
   --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED]
wrote:
   
I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
did a clean install in new folders. Now when I open Eclipse and open
a
project I'm getting some IFlexModule error.. I did a google search
and
that didnt help much. Has anyone seen this error and know how to fix
it? It's getting on my nerves!
   
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
 








RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Judging from the error I would think that perhaps your using an older
version or the modules or your existing project before the update was
referencing the older modules framework. If this is the case there may have
been changes between the older version and the release version that are
causing you grief. The fact that your project is failing on IFlexModule
leads me to this.

Again excuse if off the mark.

Jason



-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 19:20
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule


Severity and Description Path Resource Location Creation Time Id
1023: Incompatible override. aopscheduler line 11 1168453153048 2221
1120: Access of undefined property IFlexModule. aopscheduler line
22 1168453153048 
1144: Interface method create in namespace mx.core:IFlexModuleFactory
is implemented with an incompatible signature in class
_index_mx_managers_SystemManager. aopscheduler line
7 1168453153063 2224
1172: Definition mx.binding:RepeaterComponentWatcher could not be
found. aopscheduler line 16 1168453155423 2226
1172: Definition mx.core:IFlexModule could not be
found. aopscheduler line 6 1168453153063 2225
1180: Call to a possibly undefined method
IFlexModule. aopscheduler line 24 1168453153063 2223

On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 Okay I'm fed up
 I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
 older installed 2, and I removed FDS2 also... I just reinstalled
 Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
 FB2.0.1 installer. I chose default options for both questions.
 Before going any further I wanted to test it.. so I started Eclipse
 and guess what? There's the error!!

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
  back to using that temporarily, so I loaded up Eclipse3.1, the
  Navigator view was empty!
  I right clicked, chose Import and chose my workspace. My projects were
  present in the dialog and were all checked. I hit finish and was told
  the projects existed.. If they did, I couldn't see them in the
  Navigator view...
  This sucks Adobe.. sucks
 
  On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
   I'm having the same problem...
  
   In the 2.0.1 install instructions for the Mac, Adobe instructs that
it's necessary to refresh
   the workspace by using the -clean option. I followed the links in the
instructions and did
   a refresh in a terminal session by entering:
  
   /Applications/eclipse/eclipse -clean 
  
   That did seem to run. Problem still exists.
  
   I can compile without errors back in my 2.0 beta copy which I kept
(just in case).
  
   Something's wrong inside the black box.
  
   Hope someone can help here.
  
   --- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED]
wrote:
   
I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
did a clean install in new folders. Now when I open Eclipse and open
a
project I'm getting some IFlexModule error.. I did a google search
and
that didnt help much. Has anyone seen this error and know how to fix
it? It's getting on my nerves!
   
  
  
  
  
   --
   Flexcoders Mailing List
   FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
   Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
   Yahoo! Groups Links
  
  
  
  
 








[flexcoders] Re: IFlexModule

2007-01-10 Thread Tom Sobut
My compile errors looked a bit different.  I created a new project folder named 
Test201.  
Added an HBox and a Button.  Compiled.  Here are my compile errors:

Severity and DescriptionPathResourceLocation
Creation Time
Id
1144: Interface method create in namespace mx.core:IFlexModuleFactory is 
implemented 
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7  1168442502096   13267
1144: Interface method create in namespace mx.core:IFlexModuleFactory is 
implemented 
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7  1168442502093   13266
1023: Incompatible override.Test201 line 11 1168442502088
13265
--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:

 Severity and Description  PathResourceLocation
 Creation Time
Id
 1023: Incompatible override.  aopschedulerline 11 1168453153048
2221
 1120: Access of undefined property IFlexModule.   aopscheduler
line
 221168453153048   
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopschedulerline
 7 1168453153063   2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found.aopschedulerline 16 1168453155423   2226
 1172: Definition mx.core:IFlexModule could not be
 found.aopschedulerline 6  1168453153063   2225
 1180: Call to a possibly undefined method
 IFlexModule.  aopschedulerline 24 1168453153063
2223
 
 
 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that 
it's necessary to 
refresh
the workspace by using the -clean option.  I followed the links in the 
instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run.  Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept 
(just in case).
   
Something's wrong inside the black box.
   
Hope someone can help here.
   
--- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
 did a clean install in new folders. Now when I open Eclipse and open a
 project I'm getting some IFlexModule error.. I did a google search and
 that didnt help much. Has anyone seen this error and know how to fix
 it? It's getting on my nerves!

   
   
   
   
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: 
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
   
   
   
   
  
 





RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Are both of you on mac y/n?

jason


-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Tom Sobut
Envoyé : mercredi 10 janvier 2007 20:31
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: IFlexModule


My compile errors looked a bit different. I created a new project folder
named Test201.
Added an HBox and a Button. Compiled. Here are my compile errors:

Severity and Description Path Resource Location Creation Time
Id
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7 1168442502096 13267
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7 1168442502093 13266
1023: Incompatible override. Test201 line 11 1168442502088
13265
--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:

 Severity and Description Path Resource Location Creation Time
Id
 1023: Incompatible override. aopscheduler line 11 1168453153048
2221
 1120: Access of undefined property IFlexModule. aopscheduler
line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063
2223


 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that
it's necessary to
refresh
the workspace by using the -clean option. I followed the links in
the
instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run. Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept
(just in case).
   
Something's wrong inside the black box.
   
Hope someone can help here.
   
--- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1.
I
 did a clean install in new folders. Now when I open Eclipse and
open a
 project I'm getting some IFlexModule error.. I did a google search
and
 that didnt help much. Has anyone seen this error and know how to
fix
 it? It's getting on my nerves!

   
   
   
   
--
Flexcoders Mailing List
FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
   
   
   
   
  
 









Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
Thanks Jason for the help.
I'm on a PC..
I was able to create a new project, add an HBox and Label and run it
as a Flex Application.
What do you mean by older version? Older version of what?
I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
Apache Tomcat server.



On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 Judging from the error I would think that perhaps your using an older
 version or the modules or your existing project before the update was
 referencing the older modules framework. If this is the case there may have
 been changes between the older version and the release version that are
 causing you grief. The fact that your project is failing on IFlexModule
 leads me to this.

 Again excuse if off the mark.

 Jason



 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 19:20
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule


 Severity and Description Path Resource Location Creation Time Id
 1023: Incompatible override. aopscheduler line 11 1168453153048 2221
 1120: Access of undefined property IFlexModule. aopscheduler line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063 2223

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that
 it's necessary to refresh
the workspace by using the -clean option. I followed the links in the
 instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run. Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept
 (just in case).
   
Something's wrong inside the black box.
   
Hope someone can help here.
   
--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED]
 wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1. I
 did a clean install in new folders. Now when I open Eclipse and open
 a
 project I'm getting some IFlexModule error.. I did a google search
 and
 that didnt help much. Has anyone seen this error and know how to fix
 it? It's getting on my nerves!

   
   
   
   
--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
   
   
   
   
  
 







 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links






RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Could you if verify that the files exist in your application directory (not
sure with mac)

Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core”

FlexModuleFactory.as
IFlexModuleFactory.as
IFlexModule.as

And are you both trying this with eclipse 3.2? I’m thinking that if you both
upgraded to the 3.2 even if you uninstall there may be the java files that
are not compatible with flex on mac just a guess of course.

I really have no idea here just throwing out thoughts as they come to me to
try and pin point a direction, please bear with me.

Jason

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Tom Sobut
Envoyé : mercredi 10 janvier 2007 20:31
À : flexcoders@yahoogroups.com
Objet : [flexcoders] Re: IFlexModule


My compile errors looked a bit different. I created a new project folder
named Test201.
Added an HBox and a Button. Compiled. Here are my compile errors:

Severity and Description Path Resource Location Creation Time
Id
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7 1168442502096 13267
1144: Interface method create in namespace mx.core:IFlexModuleFactory is
implemented
with an incompatible signature in class _Test201_mx_managers_SystemManager.
Test201 line 7 1168442502093 13266
1023: Incompatible override. Test201 line 11 1168442502088
13265
--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED] wrote:

 Severity and Description Path Resource Location Creation Time
Id
 1023: Incompatible override. aopscheduler line 11 1168453153048
2221
 1120: Access of undefined property IFlexModule. aopscheduler
line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063
2223


 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that
it's necessary to
refresh
the workspace by using the -clean option. I followed the links in
the
instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run. Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept
(just in case).
   
Something's wrong inside the black box.
   
Hope someone can help here.
   
--- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1.
I
 did a clean install in new folders. Now when I open Eclipse and
open a
 project I'm getting some IFlexModule error.. I did a google search
and
 that didnt help much. Has anyone seen this error and know how to
fix
 it? It's getting on my nerves!

   
   
   
   
--
Flexcoders Mailing List
FAQ:
http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives:
http://www.mail-archive.com/flexcoders%40yahoogroups.com
Yahoo! Groups Links
   
   
   
   
  
 









RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
There was an old version of the modules framework from the original creator
(it was just a thought) it's probably not the problem.

Ok so your pc.. On another post here i asked to take a look to make sure
that the module framework is indeed where it is supposed to be.

The fact you where able to create a new app with no module reference is a
direction. I'm not sure where apache comes into play here.

you should not have both eclipse and flex builder unless your using eclipse
for something else. Flex builder uses eclipse so there could be an
incompatibility between the version flex builder is installing and the
version 3.2.

If you wish to use flex with eclipse 3.2 you should install the plug-in not
flex builder.

Does this make sense or am i wrong in assuming this as your case. Do you
have both eclipse 3.2 and flex builder 2.01 installed?

If so; this is most likely the root of the problem. If not.. well we'll keep
witling it down.

again just thinking out loud here..

jason



-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 20:55
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule


Thanks Jason for the help.
I'm on a PC..
I was able to create a new project, add an HBox and Label and run it
as a Flex Application.
What do you mean by older version? Older version of what?
I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
Apache Tomcat server.

On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 Judging from the error I would think that perhaps your using an older
 version or the modules or your existing project before the update was
 referencing the older modules framework. If this is the case there may
have
 been changes between the older version and the release version that are
 causing you grief. The fact that your project is failing on IFlexModule
 leads me to this.

 Again excuse if off the mark.

 Jason



 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 19:20
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule


 Severity and Description Path Resource Location Creation Time Id
 1023: Incompatible override. aopscheduler line 11 1168453153048 2221
 1120: Access of undefined property IFlexModule. aopscheduler line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063 2223

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that
 it's necessary to refresh
the workspace by using the -clean option. I followed the links in
the
 instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run. Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept
 (just in case).
   
Something's wrong inside the black box.
   
Hope someone can help here.
   
--- In flexcoders@yahoogroups.com, Greg Morphis [EMAIL PROTECTED]
 wrote:

 I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1.
I
 did a clean install in new folders. Now when I open Eclipse and
open
 a
 project I'm getting some IFlexModule error.. I did a google search
 and
 that didnt help much. Has anyone seen this error and know how to
fix
 it? It's getting on my nerves!

   
   
   
   
--
Flexcoders Mailing List
FAQ

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
more...

I believe that flex builder installs eclipse 3.1 hence the question.

So to use flex all you need is flex builder the full version. Eclipse is not
required, rather Adobe took eclipse 3.1 and modified it for flex
builder==one in the same.

Hope I’m making sense, it's late here :)

jason



-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Jason Hawryluk
Envoyé : mercredi 10 janvier 2007 21:03
À : flexcoders@yahoogroups.com
Objet : RE: [flexcoders] Re: IFlexModule


There was an old version of the modules framework from the original creator
(it was just a thought) it's probably not the problem.

Ok so your pc.. On another post here i asked to take a look to make sure
that the module framework is indeed where it is supposed to be.

The fact you where able to create a new app with no module reference is a
direction. I'm not sure where apache comes into play here.

you should not have both eclipse and flex builder unless your using eclipse
for something else. Flex builder uses eclipse so there could be an
incompatibility between the version flex builder is installing and the
version 3.2.

If you wish to use flex with eclipse 3.2 you should install the plug-in not
flex builder.

Does this make sense or am i wrong in assuming this as your case. Do you
have both eclipse 3.2 and flex builder 2.01 installed?

If so; this is most likely the root of the problem. If not.. well we'll keep
witling it down.

again just thinking out loud here..

jason

-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 20:55
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule

Thanks Jason for the help.
I'm on a PC..
I was able to create a new project, add an HBox and Label and run it
as a Flex Application.
What do you mean by older version? Older version of what?
I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
Apache Tomcat server.

On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 Judging from the error I would think that perhaps your using an older
 version or the modules or your existing project before the update was
 referencing the older modules framework. If this is the case there may
have
 been changes between the older version and the release version that are
 causing you grief. The fact that your project is failing on IFlexModule
 leads me to this.

 Again excuse if off the mark.

 Jason



 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 19:20
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule


 Severity and Description Path Resource Location Creation Time Id
 1023: Incompatible override. aopscheduler line 11 1168453153048 2221
 1120: Access of undefined property IFlexModule. aopscheduler line
 22 1168453153048 
 1144: Interface method create in namespace mx.core:IFlexModuleFactory
 is implemented with an incompatible signature in class
 _index_mx_managers_SystemManager. aopscheduler line
 7 1168453153063 2224
 1172: Definition mx.binding:RepeaterComponentWatcher could not be
 found. aopscheduler line 16 1168453155423 2226
 1172: Definition mx.core:IFlexModule could not be
 found. aopscheduler line 6 1168453153063 2225
 1180: Call to a possibly undefined method
 IFlexModule. aopscheduler line 24 1168453153063 2223

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  Okay I'm fed up
  I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
  older installed 2, and I removed FDS2 also... I just reinstalled
  Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
  FB2.0.1 installer. I chose default options for both questions.
  Before going any further I wanted to test it.. so I started Eclipse
  and guess what? There's the error!!
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
   back to using that temporarily, so I loaded up Eclipse3.1, the
   Navigator view was empty!
   I right clicked, chose Import and chose my workspace. My projects were
   present in the dialog and were all checked. I hit finish and was told
   the projects existed.. If they did, I couldn't see them in the
   Navigator view...
   This sucks Adobe.. sucks
  
   On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
I'm having the same problem...
   
In the 2.0.1 install instructions for the Mac, Adobe instructs that
 it's necessary to refresh
the workspace by using the -clean option. I followed the links in
the
 instructions and did
a refresh in a terminal session by entering:
   
/Applications/eclipse/eclipse -clean 
   
That did seem to run. Problem still exists.
   
I can compile without errors back in my 2.0 beta copy which I kept
 (just in case).
   
Something's wrong inside the black box

Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
I've got eclipse 3.2 an the plug-in, sorry for not clarifying earlier.

On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 I've got them installed in my Flex Data Services folder C:\fds2 and
 my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2
 Plug-in\Flex SDK 2\frameworks\source\mx\core)



 On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
  more...
 
  I believe that flex builder installs eclipse 3.1 hence the question.
 
  So to use flex all you need is flex builder the full version. Eclipse is not
  required, rather Adobe took eclipse 3.1 and modified it for flex
  builder==one in the same.
 
  Hope I'm making sense, it's late here :)
 
  jason
 
 
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Jason Hawryluk
  Envoyé : mercredi 10 janvier 2007 21:03
  À : flexcoders@yahoogroups.com
  Objet : RE: [flexcoders] Re: IFlexModule
 
 
  There was an old version of the modules framework from the original creator
  (it was just a thought) it's probably not the problem.
 
  Ok so your pc.. On another post here i asked to take a look to make sure
  that the module framework is indeed where it is supposed to be.
 
  The fact you where able to create a new app with no module reference is a
  direction. I'm not sure where apache comes into play here.
 
  you should not have both eclipse and flex builder unless your using eclipse
  for something else. Flex builder uses eclipse so there could be an
  incompatibility between the version flex builder is installing and the
  version 3.2.
 
  If you wish to use flex with eclipse 3.2 you should install the plug-in not
  flex builder.
 
  Does this make sense or am i wrong in assuming this as your case. Do you
  have both eclipse 3.2 and flex builder 2.01 installed?
 
  If so; this is most likely the root of the problem. If not.. well we'll keep
  witling it down.
 
  again just thinking out loud here..
 
  jason
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Greg Morphis
  Envoyé : mercredi 10 janvier 2007 20:55
  À : flexcoders@yahoogroups.com
  Objet : Re: [flexcoders] Re: IFlexModule
 
  Thanks Jason for the help.
  I'm on a PC..
  I was able to create a new project, add an HBox and Label and run it
  as a Flex Application.
  What do you mean by older version? Older version of what?
  I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
  Apache Tomcat server.
 
  On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
   Judging from the error I would think that perhaps your using an older
   version or the modules or your existing project before the update was
   referencing the older modules framework. If this is the case there may
  have
   been changes between the older version and the release version that are
   causing you grief. The fact that your project is failing on IFlexModule
   leads me to this.
  
   Again excuse if off the mark.
  
   Jason
  
  
  
   -Message d'origine-
   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
   part de Greg Morphis
   Envoyé : mercredi 10 janvier 2007 19:20
   À : flexcoders@yahoogroups.com
   Objet : Re: [flexcoders] Re: IFlexModule
  
  
   Severity and Description Path Resource Location Creation Time Id
   1023: Incompatible override. aopscheduler line 11 1168453153048 2221
   1120: Access of undefined property IFlexModule. aopscheduler line
   22 1168453153048 
   1144: Interface method create in namespace mx.core:IFlexModuleFactory
   is implemented with an incompatible signature in class
   _index_mx_managers_SystemManager. aopscheduler line
   7 1168453153063 2224
   1172: Definition mx.binding:RepeaterComponentWatcher could not be
   found. aopscheduler line 16 1168453155423 2226
   1172: Definition mx.core:IFlexModule could not be
   found. aopscheduler line 6 1168453153063 2225
   1180: Call to a possibly undefined method
   IFlexModule. aopscheduler line 24 1168453153063 2223
  
   On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
Okay I'm fed up
I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
older installed 2, and I removed FDS2 also... I just reinstalled
Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
FB2.0.1 installer. I chose default options for both questions.
Before going any further I wanted to test it.. so I started Eclipse
and guess what? There's the error!!
   
On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
 back to using that temporarily, so I loaded up Eclipse3.1, the
 Navigator view was empty!
 I right clicked, chose Import and chose my workspace. My projects were
 present in the dialog and were all checked. I hit finish and was told
 the projects existed.. If they did, I couldn't see them in the
 Navigator view...
 This sucks Adobe.. sucks

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
hmmm. I use the full version.

I'm not sure nor aware of any compatibility issues with regards to eclipse
3.2.

It may be a pain but could you try the full flex builder version not the
plug-in? If not well there has to be some file that is gorking(not a real
word) on your configuration.

Before flex 2.01 you hade flex 2.0 plug-in. Did you remove all flex related
files before install of the 2.01 version, from the eclipse plug-in location?

Did the 2.0 version work with eclipse 3.2 ?

Again grasping at straws here. Just throwing stuff out into the wind to see
if it fly’s.

Jason


-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 21:36
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule


I've got eclipse 3.2 an the plug-in, sorry for not clarifying earlier.

On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
 I've got them installed in my Flex Data Services folder C:\fds2 and
 my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2
 Plug-in\Flex SDK 2\frameworks\source\mx\core)



 On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
  more...
 
  I believe that flex builder installs eclipse 3.1 hence the question.
 
  So to use flex all you need is flex builder the full version. Eclipse is
not
  required, rather Adobe took eclipse 3.1 and modified it for flex
  builder==one in the same.
 
  Hope I'm making sense, it's late here :)
 
  jason
 
 
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Jason Hawryluk
  Envoyé : mercredi 10 janvier 2007 21:03
  À : flexcoders@yahoogroups.com
  Objet : RE: [flexcoders] Re: IFlexModule
 
 
  There was an old version of the modules framework from the original
creator
  (it was just a thought) it's probably not the problem.
 
  Ok so your pc.. On another post here i asked to take a look to make sure
  that the module framework is indeed where it is supposed to be.
 
  The fact you where able to create a new app with no module reference is
a
  direction. I'm not sure where apache comes into play here.
 
  you should not have both eclipse and flex builder unless your using
eclipse
  for something else. Flex builder uses eclipse so there could be an
  incompatibility between the version flex builder is installing and the
  version 3.2.
 
  If you wish to use flex with eclipse 3.2 you should install the plug-in
not
  flex builder.
 
  Does this make sense or am i wrong in assuming this as your case. Do you
  have both eclipse 3.2 and flex builder 2.01 installed?
 
  If so; this is most likely the root of the problem. If not.. well we'll
keep
  witling it down.
 
  again just thinking out loud here..
 
  jason
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Greg Morphis
  Envoyé : mercredi 10 janvier 2007 20:55
  À : flexcoders@yahoogroups.com
  Objet : Re: [flexcoders] Re: IFlexModule
 
  Thanks Jason for the help.
  I'm on a PC..
  I was able to create a new project, add an HBox and Label and run it
  as a Flex Application.
  What do you mean by older version? Older version of what?
  I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
  Apache Tomcat server.
 
  On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
   Judging from the error I would think that perhaps your using an older
   version or the modules or your existing project before the update was
   referencing the older modules framework. If this is the case there may
  have
   been changes between the older version and the release version that
are
   causing you grief. The fact that your project is failing on
IFlexModule
   leads me to this.
  
   Again excuse if off the mark.
  
   Jason
  
  
  
   -Message d'origine-
   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
la
   part de Greg Morphis
   Envoyé : mercredi 10 janvier 2007 19:20
   À : flexcoders@yahoogroups.com
   Objet : Re: [flexcoders] Re: IFlexModule
  
  
   Severity and Description Path Resource Location Creation Time Id
   1023: Incompatible override. aopscheduler line 11 1168453153048 2221
   1120: Access of undefined property IFlexModule. aopscheduler line
   22 1168453153048 
   1144: Interface method create in namespace mx.core:IFlexModuleFactory
   is implemented with an incompatible signature in class
   _index_mx_managers_SystemManager. aopscheduler line
   7 1168453153063 2224
   1172: Definition mx.binding:RepeaterComponentWatcher could not be
   found. aopscheduler line 16 1168453155423 2226
   1172: Definition mx.core:IFlexModule could not be
   found. aopscheduler line 6 1168453153063 2225
   1180: Call to a possibly undefined method
   IFlexModule. aopscheduler line 24 1168453153063 2223
  
   On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
Okay I'm fed up
I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
older installed 2, and I

Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
I've got them installed in my Flex Data Services folder C:\fds2 and
my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2
Plug-in\Flex SDK 2\frameworks\source\mx\core)



On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 more...

 I believe that flex builder installs eclipse 3.1 hence the question.

 So to use flex all you need is flex builder the full version. Eclipse is not
 required, rather Adobe took eclipse 3.1 and modified it for flex
 builder==one in the same.

 Hope I'm making sense, it's late here :)

 jason



 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Jason Hawryluk
 Envoyé : mercredi 10 janvier 2007 21:03
 À : flexcoders@yahoogroups.com
 Objet : RE: [flexcoders] Re: IFlexModule


 There was an old version of the modules framework from the original creator
 (it was just a thought) it's probably not the problem.

 Ok so your pc.. On another post here i asked to take a look to make sure
 that the module framework is indeed where it is supposed to be.

 The fact you where able to create a new app with no module reference is a
 direction. I'm not sure where apache comes into play here.

 you should not have both eclipse and flex builder unless your using eclipse
 for something else. Flex builder uses eclipse so there could be an
 incompatibility between the version flex builder is installing and the
 version 3.2.

 If you wish to use flex with eclipse 3.2 you should install the plug-in not
 flex builder.

 Does this make sense or am i wrong in assuming this as your case. Do you
 have both eclipse 3.2 and flex builder 2.01 installed?

 If so; this is most likely the root of the problem. If not.. well we'll keep
 witling it down.

 again just thinking out loud here..

 jason

 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 20:55
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule

 Thanks Jason for the help.
 I'm on a PC..
 I was able to create a new project, add an HBox and Label and run it
 as a Flex Application.
 What do you mean by older version? Older version of what?
 I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
 Apache Tomcat server.

 On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
  Judging from the error I would think that perhaps your using an older
  version or the modules or your existing project before the update was
  referencing the older modules framework. If this is the case there may
 have
  been changes between the older version and the release version that are
  causing you grief. The fact that your project is failing on IFlexModule
  leads me to this.
 
  Again excuse if off the mark.
 
  Jason
 
 
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Greg Morphis
  Envoyé : mercredi 10 janvier 2007 19:20
  À : flexcoders@yahoogroups.com
  Objet : Re: [flexcoders] Re: IFlexModule
 
 
  Severity and Description Path Resource Location Creation Time Id
  1023: Incompatible override. aopscheduler line 11 1168453153048 2221
  1120: Access of undefined property IFlexModule. aopscheduler line
  22 1168453153048 
  1144: Interface method create in namespace mx.core:IFlexModuleFactory
  is implemented with an incompatible signature in class
  _index_mx_managers_SystemManager. aopscheduler line
  7 1168453153063 2224
  1172: Definition mx.binding:RepeaterComponentWatcher could not be
  found. aopscheduler line 16 1168453155423 2226
  1172: Definition mx.core:IFlexModule could not be
  found. aopscheduler line 6 1168453153063 2225
  1180: Call to a possibly undefined method
  IFlexModule. aopscheduler line 24 1168453153063 2223
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   Okay I'm fed up
   I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
   older installed 2, and I removed FDS2 also... I just reinstalled
   Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
   FB2.0.1 installer. I chose default options for both questions.
   Before going any further I wanted to test it.. so I started Eclipse
   and guess what? There's the error!!
  
   On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view was empty!
I right clicked, chose Import and chose my workspace. My projects were
present in the dialog and were all checked. I hit finish and was told
the projects existed.. If they did, I couldn't see them in the
Navigator view...
This sucks Adobe.. sucks
   
On 1/10/07, Tom Sobut [EMAIL PROTECTED] wrote:
 I'm having the same problem...

 In the 2.0.1 install instructions for the Mac, Adobe instructs that
  it's necessary to refresh
 the workspace by using the -clean option. I

RE: [flexcoders] Re: IFlexModule

2007-01-10 Thread Jason Hawryluk
Did you delete this

C:\Program Files\Adobe\Flex Builder 2 Plug-in\

before the install of 2.01 ?

another thing to try just to see is add a reference to the module files in
your little clean test app that compiled.

import mx.modules.*;

see if it still chokes.

just trying to eliminate stuff.

jason



-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 21:34
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule


I've got them installed in my Flex Data Services folder C:\fds2 and
my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2
Plug-in\Flex SDK 2\frameworks\source\mx\core)

On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 more...

 I believe that flex builder installs eclipse 3.1 hence the question.

 So to use flex all you need is flex builder the full version. Eclipse is
not
 required, rather Adobe took eclipse 3.1 and modified it for flex
 builder==one in the same.

 Hope I'm making sense, it's late here :)

 jason



 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Jason Hawryluk
 Envoyé : mercredi 10 janvier 2007 21:03
 À : flexcoders@yahoogroups.com
 Objet : RE: [flexcoders] Re: IFlexModule


 There was an old version of the modules framework from the original
creator
 (it was just a thought) it's probably not the problem.

 Ok so your pc.. On another post here i asked to take a look to make sure
 that the module framework is indeed where it is supposed to be.

 The fact you where able to create a new app with no module reference is a
 direction. I'm not sure where apache comes into play here.

 you should not have both eclipse and flex builder unless your using
eclipse
 for something else. Flex builder uses eclipse so there could be an
 incompatibility between the version flex builder is installing and the
 version 3.2.

 If you wish to use flex with eclipse 3.2 you should install the plug-in
not
 flex builder.

 Does this make sense or am i wrong in assuming this as your case. Do you
 have both eclipse 3.2 and flex builder 2.01 installed?

 If so; this is most likely the root of the problem. If not.. well we'll
keep
 witling it down.

 again just thinking out loud here..

 jason

 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 20:55
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule

 Thanks Jason for the help.
 I'm on a PC..
 I was able to create a new project, add an HBox and Label and run it
 as a Flex Application.
 What do you mean by older version? Older version of what?
 I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
 Apache Tomcat server.

 On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
  Judging from the error I would think that perhaps your using an older
  version or the modules or your existing project before the update was
  referencing the older modules framework. If this is the case there may
 have
  been changes between the older version and the release version that are
  causing you grief. The fact that your project is failing on IFlexModule
  leads me to this.
 
  Again excuse if off the mark.
 
  Jason
 
 
 
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Greg Morphis
  Envoyé : mercredi 10 janvier 2007 19:20
  À : flexcoders@yahoogroups.com
  Objet : Re: [flexcoders] Re: IFlexModule
 
 
  Severity and Description Path Resource Location Creation Time Id
  1023: Incompatible override. aopscheduler line 11 1168453153048 2221
  1120: Access of undefined property IFlexModule. aopscheduler line
  22 1168453153048 
  1144: Interface method create in namespace mx.core:IFlexModuleFactory
  is implemented with an incompatible signature in class
  _index_mx_managers_SystemManager. aopscheduler line
  7 1168453153063 2224
  1172: Definition mx.binding:RepeaterComponentWatcher could not be
  found. aopscheduler line 16 1168453155423 2226
  1172: Definition mx.core:IFlexModule could not be
  found. aopscheduler line 6 1168453153063 2225
  1180: Call to a possibly undefined method
  IFlexModule. aopscheduler line 24 1168453153063 2223
 
  On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
   Okay I'm fed up
   I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
   older installed 2, and I removed FDS2 also... I just reinstalled
   Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
   FB2.0.1 installer. I chose default options for both questions.
   Before going any further I wanted to test it.. so I started Eclipse
   and guess what? There's the error!!
  
   On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view

Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Greg Morphis
according to adobe.com, flex builder 2.0.1 should work with eclipse 3.2.
I had Eclipse 3.1 installed with the Flex Builder 2.0 plugin

On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
 hmmm. I use the full version.

 I'm not sure nor aware of any compatibility issues with regards to eclipse
 3.2.

 It may be a pain but could you try the full flex builder version not the
 plug-in? If not well there has to be some file that is gorking(not a real
 word) on your configuration.

 Before flex 2.01 you hade flex 2.0 plug-in. Did you remove all flex related
 files before install of the 2.01 version, from the eclipse plug-in location?

 Did the 2.0 version work with eclipse 3.2 ?

 Again grasping at straws here. Just throwing stuff out into the wind to see
 if it fly's.

 Jason


 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Greg Morphis
 Envoyé : mercredi 10 janvier 2007 21:36
 À : flexcoders@yahoogroups.com
 Objet : Re: [flexcoders] Re: IFlexModule


 I've got eclipse 3.2 an the plug-in, sorry for not clarifying earlier.

 On 1/10/07, Greg Morphis [EMAIL PROTECTED] wrote:
  I've got them installed in my Flex Data Services folder C:\fds2 and
  my Flex plugin folder (C:\Program Files\Adobe\Flex Builder 2
  Plug-in\Flex SDK 2\frameworks\source\mx\core)
 
 
 
  On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
   more...
  
   I believe that flex builder installs eclipse 3.1 hence the question.
  
   So to use flex all you need is flex builder the full version. Eclipse is
 not
   required, rather Adobe took eclipse 3.1 and modified it for flex
   builder==one in the same.
  
   Hope I'm making sense, it's late here :)
  
   jason
  
  
  
   -Message d'origine-
   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
   part de Jason Hawryluk
   Envoyé : mercredi 10 janvier 2007 21:03
   À : flexcoders@yahoogroups.com
   Objet : RE: [flexcoders] Re: IFlexModule
  
  
   There was an old version of the modules framework from the original
 creator
   (it was just a thought) it's probably not the problem.
  
   Ok so your pc.. On another post here i asked to take a look to make sure
   that the module framework is indeed where it is supposed to be.
  
   The fact you where able to create a new app with no module reference is
 a
   direction. I'm not sure where apache comes into play here.
  
   you should not have both eclipse and flex builder unless your using
 eclipse
   for something else. Flex builder uses eclipse so there could be an
   incompatibility between the version flex builder is installing and the
   version 3.2.
  
   If you wish to use flex with eclipse 3.2 you should install the plug-in
 not
   flex builder.
  
   Does this make sense or am i wrong in assuming this as your case. Do you
   have both eclipse 3.2 and flex builder 2.01 installed?
  
   If so; this is most likely the root of the problem. If not.. well we'll
 keep
   witling it down.
  
   again just thinking out loud here..
  
   jason
  
   -Message d'origine-
   De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
   part de Greg Morphis
   Envoyé : mercredi 10 janvier 2007 20:55
   À : flexcoders@yahoogroups.com
   Objet : Re: [flexcoders] Re: IFlexModule
  
   Thanks Jason for the help.
   I'm on a PC..
   I was able to create a new project, add an HBox and Label and run it
   as a Flex Application.
   What do you mean by older version? Older version of what?
   I downloaded the Flex Builder 2.0.1 install file and Eclipse 3.2 on
   Apache Tomcat server.
  
   On 1/10/07, Jason Hawryluk [EMAIL PROTECTED] wrote:
Judging from the error I would think that perhaps your using an older
version or the modules or your existing project before the update was
referencing the older modules framework. If this is the case there may
   have
been changes between the older version and the release version that
 are
causing you grief. The fact that your project is failing on
 IFlexModule
leads me to this.
   
Again excuse if off the mark.
   
Jason
   
   
   
-Message d'origine-
De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED]
 la
part de Greg Morphis
Envoyé : mercredi 10 janvier 2007 19:20
À : flexcoders@yahoogroups.com
Objet : Re: [flexcoders] Re: IFlexModule
   
   
Severity and Description Path Resource Location Creation Time Id
1023: Incompatible override. aopscheduler line 11 1168453153048 2221
1120: Access of undefined property IFlexModule. aopscheduler line
22 1168453153048 
1144: Interface method create in namespace mx.core:IFlexModuleFactory
is implemented with an incompatible signature in class
_index_mx_managers_SystemManager. aopscheduler line
7 1168453153063 2224
1172: Definition mx.binding:RepeaterComponentWatcher could not be
found. aopscheduler line 16 1168453155423 2226
1172: Definition mx.core:IFlexModule could not be
found

[flexcoders] Re: IFlexModule

2007-01-10 Thread Tom Sobut
Hi Jason,

I checked all three .as files you specified.  All are there and are dated at 
the time of my 
2.0.1 install.

I had installed the full Flex version, so I've not used Eclipse directly, 
although I do have 3.2 
installed from last June.

Tom

--- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote:

 Could you if verify that the files exist in your application directory (not
 sure with mac)
 
 Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
 
 FlexModuleFactory.as
 IFlexModuleFactory.as
 IFlexModule.as
 
 And are you both trying this with eclipse 3.2? I'm thinking that if you both
 upgraded to the 3.2 even if you uninstall there may be the java files that
 are not compatible with flex on mac just a guess of course.
 
 I really have no idea here just throwing out thoughts as they come to me to
 try and pin point a direction, please bear with me.
 
 Jason
 
 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Tom Sobut
 Envoyé : mercredi 10 janvier 2007 20:31
 À : flexcoders@yahoogroups.com
 Objet : [flexcoders] Re: IFlexModule
 
 
 My compile errors looked a bit different. I created a new project folder
 named Test201.
 Added an HBox and a Button. Compiled. Here are my compile errors:
 
 Severity and Description Path Resource Location Creation Time
 Id
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class _Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502096 13267
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class _Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502093 13266
 1023: Incompatible override. Test201 line 11 1168442502088
 13265
 --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
 
  Severity and Description Path Resource Location Creation Time
 Id
  1023: Incompatible override. aopscheduler line 11 1168453153048
 2221
  1120: Access of undefined property IFlexModule. aopscheduler
 line
  22 1168453153048 
  1144: Interface method create in namespace mx.core:IFlexModuleFactory
  is implemented with an incompatible signature in class
  _index_mx_managers_SystemManager. aopscheduler line
  7 1168453153063 2224
  1172: Definition mx.binding:RepeaterComponentWatcher could not be
  found. aopscheduler line 16 1168453155423 2226
  1172: Definition mx.core:IFlexModule could not be
  found. aopscheduler line 6 1168453153063 2225
  1180: Call to a possibly undefined method
  IFlexModule. aopscheduler line 24 1168453153063
 2223
 
 
  On 1/10/07, Greg Morphis gmorphis@ wrote:
   Okay I'm fed up
   I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
   older installed 2, and I removed FDS2 also... I just reinstalled
   Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
   FB2.0.1 installer. I chose default options for both questions.
   Before going any further I wanted to test it.. so I started Eclipse
   and guess what? There's the error!!
  
   On 1/10/07, Greg Morphis gmorphis@ wrote:
It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view was empty!
I right clicked, chose Import and chose my workspace. My projects were
present in the dialog and were all checked. I hit finish and was told
the projects existed.. If they did, I couldn't see them in the
Navigator view...
This sucks Adobe.. sucks
   
On 1/10/07, Tom Sobut tom.sobut@ wrote:
 I'm having the same problem...

 In the 2.0.1 install instructions for the Mac, Adobe instructs that
 it's necessary to
 refresh
 the workspace by using the -clean option. I followed the links in
 the
 instructions and did
 a refresh in a terminal session by entering:

 /Applications/eclipse/eclipse -clean 

 That did seem to run. Problem still exists.

 I can compile without errors back in my 2.0 beta copy which I kept
 (just in case).

 Something's wrong inside the black box.

 Hope someone can help here.

 --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
 
  I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1.
 I
  did a clean install in new folders. Now when I open Eclipse and
 open a
  project I'm getting some IFlexModule error.. I did a google search
 and
  that didnt help much. Has anyone seen this error and know how to
 fix
  it? It's getting on my nerves!
 




 --
 Flexcoders Mailing List
 FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives:
 http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links




   
  
 





[flexcoders] Re: IFlexModule

2007-01-10 Thread Tom Sobut
Hi Jason,

I have the Mac version.

Check that all three .as files exist.  File dates look correct.

I compared all three files to their counterpart in the beta version.  The only 
differences 
were in FlexModuleFactory.as.  An obvious difference was in line 185 in both 
files:

Beta:
public function create(params:Object = null):Object

v2.0.1
public function create(... params):Object

I've not seen that ... notation before.

Tom



--- In flexcoders@yahoogroups.com, Jason Hawryluk [EMAIL PROTECTED] wrote:

 Could you if verify that the files exist in your application directory (not
 sure with mac)
 
 Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
 
 FlexModuleFactory.as
 IFlexModuleFactory.as
 IFlexModule.as
 
 And are you both trying this with eclipse 3.2? I'm thinking that if you both
 upgraded to the 3.2 even if you uninstall there may be the java files that
 are not compatible with flex on mac just a guess of course.
 
 I really have no idea here just throwing out thoughts as they come to me to
 try and pin point a direction, please bear with me.
 
 Jason
 
 -Message d'origine-
 De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
 part de Tom Sobut
 Envoyé : mercredi 10 janvier 2007 20:31
 À : flexcoders@yahoogroups.com
 Objet : [flexcoders] Re: IFlexModule
 
 
 My compile errors looked a bit different. I created a new project folder
 named Test201.
 Added an HBox and a Button. Compiled. Here are my compile errors:
 
 Severity and Description Path Resource Location Creation Time
 Id
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class _Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502096 13267
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class _Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502093 13266
 1023: Incompatible override. Test201 line 11 1168442502088
 13265
 --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
 
  Severity and Description Path Resource Location Creation Time
 Id
  1023: Incompatible override. aopscheduler line 11 1168453153048
 2221
  1120: Access of undefined property IFlexModule. aopscheduler
 line
  22 1168453153048 
  1144: Interface method create in namespace mx.core:IFlexModuleFactory
  is implemented with an incompatible signature in class
  _index_mx_managers_SystemManager. aopscheduler line
  7 1168453153063 2224
  1172: Definition mx.binding:RepeaterComponentWatcher could not be
  found. aopscheduler line 16 1168453155423 2226
  1172: Definition mx.core:IFlexModule could not be
  found. aopscheduler line 6 1168453153063 2225
  1180: Call to a possibly undefined method
  IFlexModule. aopscheduler line 24 1168453153063
 2223
 
 
  On 1/10/07, Greg Morphis gmorphis@ wrote:
   Okay I'm fed up
   I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
   older installed 2, and I removed FDS2 also... I just reinstalled
   Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
   FB2.0.1 installer. I chose default options for both questions.
   Before going any further I wanted to test it.. so I started Eclipse
   and guess what? There's the error!!
  
   On 1/10/07, Greg Morphis gmorphis@ wrote:
It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view was empty!
I right clicked, chose Import and chose my workspace. My projects were
present in the dialog and were all checked. I hit finish and was told
the projects existed.. If they did, I couldn't see them in the
Navigator view...
This sucks Adobe.. sucks
   
On 1/10/07, Tom Sobut tom.sobut@ wrote:
 I'm having the same problem...

 In the 2.0.1 install instructions for the Mac, Adobe instructs that
 it's necessary to
 refresh
 the workspace by using the -clean option. I followed the links in
 the
 instructions and did
 a refresh in a terminal session by entering:

 /Applications/eclipse/eclipse -clean 

 That did seem to run. Problem still exists.

 I can compile without errors back in my 2.0 beta copy which I kept
 (just in case).

 Something's wrong inside the black box.

 Hope someone can help here.

 --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
 
  I downloaded Eclipse 3.2 (the all in one wtp package), Flex 2.0.1.
 I
  did a clean install in new folders. Now when I open Eclipse and
 open a
  project I'm getting some IFlexModule error.. I did a google search
 and
  that didnt help much. Has anyone seen this error and know how to
 fix
  it? It's getting on my nerves!
 




 --
 Flexcoders Mailing List
 FAQ:
 http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt

Re: [flexcoders] Re: IFlexModule

2007-01-10 Thread Angus Johnson

I would say that you're picking up the old framework.

Check your FRAMEWORKS setting in Eclipse...

http://allthego.com/index.cfm/2007/1/11/Flex-Framework-Location

HTH
Angus

On 11/01/07, Tom Sobut [EMAIL PROTECTED] wrote:


  Hi Jason,

I have the Mac version.

Check that all three .as files exist. File dates look correct.

I compared all three files to their counterpart in the beta version. The
only differences
were in FlexModuleFactory.as. An obvious difference was in line 185 in
both files:

Beta:
public function create(params:Object = null):Object

v2.0.1
public function create(... params):Object

I've not seen that ... notation before.

Tom


--- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Jason
Hawryluk [EMAIL PROTECTED] wrote:

 Could you if verify that the files exist in your application directory
(not
 sure with mac)

 Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core

 FlexModuleFactory.as
 IFlexModuleFactory.as
 IFlexModule.as

 And are you both trying this with eclipse 3.2? I'm thinking that if you
both
 upgraded to the 3.2 even if you uninstall there may be the java files
that
 are not compatible with flex on mac just a guess of course.

 I really have no idea here just throwing out thoughts as they come to me
to
 try and pin point a direction, please bear with me.

 Jason

 -Message d'origine-
 De : flexcoders@yahoogroups.com flexcoders%40yahoogroups.com [mailto:
flexcoders@yahoogroups.com flexcoders%40yahoogroups.com]De la
 part de Tom Sobut
 Envoyé : mercredi 10 janvier 2007 20:31
 À : flexcoders@yahoogroups.com flexcoders%40yahoogroups.com
 Objet : [flexcoders] Re: IFlexModule


 My compile errors looked a bit different. I created a new project folder
 named Test201.
 Added an HBox and a Button. Compiled. Here are my compile errors:

 Severity and Description Path Resource Location Creation Time
 Id
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class
_Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502096 13267
 1144: Interface method create in namespace mx.core:IFlexModuleFactory is
 implemented
 with an incompatible signature in class
_Test201_mx_managers_SystemManager.
 Test201 line 7 1168442502093 13266
 1023: Incompatible override. Test201 line 11 1168442502088
 13265
 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Greg
Morphis gmorphis@ wrote:
 
  Severity and Description Path Resource Location Creation Time
 Id
  1023: Incompatible override. aopscheduler line 11 1168453153048
 2221
  1120: Access of undefined property IFlexModule. aopscheduler
 line
  22 1168453153048 
  1144: Interface method create in namespace mx.core:IFlexModuleFactory
  is implemented with an incompatible signature in class
  _index_mx_managers_SystemManager. aopscheduler line
  7 1168453153063 2224
  1172: Definition mx.binding:RepeaterComponentWatcher could not be
  found. aopscheduler line 16 1168453155423 2226
  1172: Definition mx.core:IFlexModule could not be
  found. aopscheduler line 6 1168453153063 2225
  1180: Call to a possibly undefined method
  IFlexModule. aopscheduler line 24 1168453153063
 2223
 
 
  On 1/10/07, Greg Morphis gmorphis@ wrote:
   Okay I'm fed up
   I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
   older installed 2, and I removed FDS2 also... I just reinstalled
   Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
   FB2.0.1 installer. I chose default options for both questions.
   Before going any further I wanted to test it.. so I started Eclipse
   and guess what? There's the error!!
  
   On 1/10/07, Greg Morphis gmorphis@ wrote:
It screwed up my old install of FB2.0/Eclipse3.1... I decided to
go
back to using that temporarily, so I loaded up Eclipse3.1, the
Navigator view was empty!
I right clicked, chose Import and chose my workspace. My projects
were
present in the dialog and were all checked. I hit finish and was
told
the projects existed.. If they did, I couldn't see them in the
Navigator view...
This sucks Adobe.. sucks
   
On 1/10/07, Tom Sobut tom.sobut@ wrote:
 I'm having the same problem...

 In the 2.0.1 install instructions for the Mac, Adobe instructs
that
 it's necessary to
 refresh
 the workspace by using the -clean option. I followed the links
in
 the
 instructions and did
 a refresh in a terminal session by entering:

 /Applications/eclipse/eclipse -clean 

 That did seem to run. Problem still exists.

 I can compile without errors back in my 2.0 beta copy which I
kept
 (just in case).

 Something's wrong inside the black box.

 Hope someone can help here.

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
Greg Morphis gmorphis@ wrote:
 
  I downloaded Eclipse 3.2 (the all in one wtp package), Flex
2.0.1.
 I
  did a clean install

[flexcoders] Re: IFlexModule

2007-01-10 Thread Tom Sobut
Solved my problem.

Searching through this list, I found others having the same problem.   For the 
original 
solution, read message #60420 from Paul Evans.  Thanks Paul.

The problem is caused by re-using the workspace from the Beta version.

Here's how I fixed mine:

Create a new folder for your Flex projects.

Go into Flex 2.0.1, under the File menu, choose Switch Workspace.

Aim it at the new folder.

Drag the project folders from the beta projects folder into your new projects 
folder.

Under the File menu, choose Import for each of your projects.

You should be good to go.

Tom


--- In flexcoders@yahoogroups.com, Tom Sobut [EMAIL PROTECTED] wrote:

 Hi Jason,
 
 I checked all three .as files you specified.  All are there and are dated at 
 the time of my 
 2.0.1 install.
 
 I had installed the full Flex version, so I've not used Eclipse directly, 
 although I do have 
3.2 
 installed from last June.
 
 Tom
 
 --- In flexcoders@yahoogroups.com, Jason Hawryluk jh@ wrote:
 
  Could you if verify that the files exist in your application directory (not
  sure with mac)
  
  Yourpath\Flex Builder 2\Flex SDK 2\frameworks\source\mx\core
  
  FlexModuleFactory.as
  IFlexModuleFactory.as
  IFlexModule.as
  
  And are you both trying this with eclipse 3.2? I'm thinking that if you both
  upgraded to the 3.2 even if you uninstall there may be the java files that
  are not compatible with flex on mac just a guess of course.
  
  I really have no idea here just throwing out thoughts as they come to me to
  try and pin point a direction, please bear with me.
  
  Jason
  
  -Message d'origine-
  De : flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] la
  part de Tom Sobut
  Envoyé : mercredi 10 janvier 2007 20:31
  À : flexcoders@yahoogroups.com
  Objet : [flexcoders] Re: IFlexModule
  
  
  My compile errors looked a bit different. I created a new project folder
  named Test201.
  Added an HBox and a Button. Compiled. Here are my compile errors:
  
  Severity and Description Path Resource Location Creation Time
  Id
  1144: Interface method create in namespace mx.core:IFlexModuleFactory is
  implemented
  with an incompatible signature in class _Test201_mx_managers_SystemManager.
  Test201 line 7 1168442502096 13267
  1144: Interface method create in namespace mx.core:IFlexModuleFactory is
  implemented
  with an incompatible signature in class _Test201_mx_managers_SystemManager.
  Test201 line 7 1168442502093 13266
  1023: Incompatible override. Test201 line 11 1168442502088
  13265
  --- In flexcoders@yahoogroups.com, Greg Morphis gmorphis@ wrote:
  
   Severity and Description Path Resource Location Creation Time
  Id
   1023: Incompatible override. aopscheduler line 11 1168453153048
  2221
   1120: Access of undefined property IFlexModule. aopscheduler
  line
   22 1168453153048 
   1144: Interface method create in namespace mx.core:IFlexModuleFactory
   is implemented with an incompatible signature in class
   _index_mx_managers_SystemManager. aopscheduler line
   7 1168453153063 2224
   1172: Definition mx.binding:RepeaterComponentWatcher could not be
   found. aopscheduler line 16 1168453155423 2226
   1172: Definition mx.core:IFlexModule could not be
   found. aopscheduler line 6 1168453153063 2225
   1180: Call to a possibly undefined method
   IFlexModule. aopscheduler line 24 1168453153063
  2223
  
  
   On 1/10/07, Greg Morphis gmorphis@ wrote:
Okay I'm fed up
I removed Flex Builder 2 entirely, the newly installed 2.0.1 and the
older installed 2, and I removed FDS2 also... I just reinstalled
Eclipse (unzipped the WTP zip file to the C: drive) and just ran the
FB2.0.1 installer. I chose default options for both questions.
Before going any further I wanted to test it.. so I started Eclipse
and guess what? There's the error!!
   
On 1/10/07, Greg Morphis gmorphis@ wrote:
 It screwed up my old install of FB2.0/Eclipse3.1... I decided to go
 back to using that temporarily, so I loaded up Eclipse3.1, the
 Navigator view was empty!
 I right clicked, chose Import and chose my workspace. My projects were
 present in the dialog and were all checked. I hit finish and was told
 the projects existed.. If they did, I couldn't see them in the
 Navigator view...
 This sucks Adobe.. sucks

 On 1/10/07, Tom Sobut tom.sobut@ wrote:
  I'm having the same problem...
 
  In the 2.0.1 install instructions for the Mac, Adobe instructs that
  it's necessary to
  refresh
  the workspace by using the -clean option. I followed the links in
  the
  instructions and did
  a refresh in a terminal session by entering:
 
  /Applications/eclipse/eclipse -clean 
 
  That did seem to run. Problem still exists.
 
  I can compile without errors back in my 2.0 beta copy which I kept
  (just in case).
 
  Something's wrong inside the black box.
 
  Hope someone can help here