[flexcoders] Re: Compiling Problems...

2009-12-13 Thread jamesfin
After trying different things to no avail, I started editing each file
in my project and voila, everything starts working again!  Clearly an
issue with the FlexBuilder environent.

Anybody ever experienced this issue?




--- In flexcoders@yahoogroups.com, jamesfin james.alan.finni...@...
wrote:

 I've got a really strange issue tonight that I've never seen before...

 I've been working on a project for months and everything has been
compiling fine.  I can debug/etc.  Something changed and the compiler
won't flag any problems in some mxml/as files.  I can enter asdf into
the file and nothing shows up in the Problems tab.  If I perform a
Release export, it gets flagged but doesn't really tell me much other
than there is a problem.

 I've tried starting Eclipse with the -clean but I'm wondering if there
are other places(cache) that needs to be wiped clean somehow.  Perhaps
something more specific to FlexBuilder Eclipse Plug-in?

 Anybody else seen this before?

 Thanks in advance!





Re: [flexcoders] Re: Compiling Problems...

2009-12-13 Thread primo411
Yes, I experience it sometimes with FlexBuilder 3 on Linux. I just clean my
project and everything works fine again.

2009/12/13 jamesfin james.alan.finni...@gmail.com



 After trying different things to no avail, I started editing each file
 in my project and voila, everything starts working again! Clearly an
 issue with the FlexBuilder environent.

 Anybody ever experienced this issue?

 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com,
 jamesfin james.alan.finni...@...
 wrote:

 
  I've got a really strange issue tonight that I've never seen before...
 
  I've been working on a project for months and everything has been
 compiling fine. I can debug/etc. Something changed and the compiler
 won't flag any problems in some mxml/as files. I can enter asdf into
 the file and nothing shows up in the Problems tab. If I perform a
 Release export, it gets flagged but doesn't really tell me much other
 than there is a problem.
 
  I've tried starting Eclipse with the -clean but I'm wondering if there
 are other places(cache) that needs to be wiped clean somehow. Perhaps
 something more specific to FlexBuilder Eclipse Plug-in?
 
  Anybody else seen this before?
 
  Thanks in advance!
 

  



RE: [SPAM] Re: [flexcoders] Re: Compiling Problems...

2009-12-13 Thread Tracy Spratt
I have seen some odd effects when some file in the bin-debug folder gets it
permissions set wrong, and Clean does not delete the old stuff.  Usually,
there is an error in the log, which is kind of hidden in the Help, Product
Details, Configuration Details, View Error Log.

 

I sometimes delete bin-debug manually.

 

Tracy Spratt,

Lariat Services, development services available

  _  

From: flexcoders@yahoogroups.com [mailto:flexcod...@yahoogroups.com] On
Behalf Of primo411
Sent: Sunday, December 13, 2009 12:03 PM
To: flexcoders@yahoogroups.com
Subject: [SPAM] Re: [flexcoders] Re: Compiling Problems...

 

  

Yes, I experience it sometimes with FlexBuilder 3 on Linux. I just clean my
project and everything works fine again.

2009/12/13 jamesfin james.alan.finnigan
mailto:james.alan.finni...@gmail.com @gmail.com

  

After trying different things to no avail, I started editing each file
in my project and voila, everything starts working again! Clearly an
issue with the FlexBuilder environent.

Anybody ever experienced this issue?

--- In flexcod...@yahoogro mailto:flexcoders%40yahoogroups.com ups.com,
jamesfin james.alan.finni...@...
wrote:



 I've got a really strange issue tonight that I've never seen before...

 I've been working on a project for months and everything has been
compiling fine. I can debug/etc. Something changed and the compiler
won't flag any problems in some mxml/as files. I can enter asdf into
the file and nothing shows up in the Problems tab. If I perform a
Release export, it gets flagged but doesn't really tell me much other
than there is a problem.

 I've tried starting Eclipse with the -clean but I'm wondering if there
are other places(cache) that needs to be wiped clean somehow. Perhaps
something more specific to FlexBuilder Eclipse Plug-in?

 Anybody else seen this before?

 Thanks in advance!


 





[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
Hi


I'm experiencing the same problem SINCE I've upgrated to flex builder 
2.0.1

I receive the error Unable to export SWC Oem for my flex library 
project and when I'm launching my projects I receive the following two 
errors

Connect failed because the object is already connected.

and

TypeError: Error #1009: Cannot access a property or method of a null 
object reference.

when using my custom SWC.


I'm highlighting the fact that these projects were working with the 
previous version and no modification has been made.



the flex builder 2.0.1 seems to have a big problem !


Olivier



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

 Ok, I found a way to reproduce my problem.
 Create a new project.
 
 Add a new child ( eg: a Car class which extends Sprite ).
 Inside the Car class, try to access stage.
 eg: var w:Number = stage.stageWidth;
 
 From that moment on, your app fails to compile,
 even after removing the stage.stageWidth line.
 
 Can anyone verify this for me ?





[flexcoders] Re: Compiling problems

2007-01-16 Thread olivier
It seems I've solved the problem.

First of all, I rebuild the workspace using the instructions (I did 
not see it before:( ) like FlexBuilder -clean -vmargs -Xmx512m. 

Furthermore, it remained the problem of the connection for my swc. 
After reading all debug instructions, I saw that the cause was the 
history management. I disable it and it works.

But why the history management caused an error during execution (no 
modification made to the swc)  ?


Olivier



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

 Hi
 
 
 I'm experiencing the same problem SINCE I've upgrated to flex 
builder 
 2.0.1
 
 I receive the error Unable to export SWC Oem for my flex library 
 project and when I'm launching my projects I receive the following 
two 
 errors
 
 Connect failed because the object is already connected.
 
 and
 
 TypeError: Error #1009: Cannot access a property or method of a 
null 
 object reference.
 
 when using my custom SWC.
 
 
 I'm highlighting the fact that these projects were working with the 
 previous version and no modification has been made.
 
 
 
 the flex builder 2.0.1 seems to have a big problem !
 
 
 Olivier
 
 
 
 --- In flexcoders@yahoogroups.com, Webdevotion webdevotion@ wrote:
 
  Ok, I found a way to reproduce my problem.
  Create a new project.
  
  Add a new child ( eg: a Car class which extends Sprite ).
  Inside the Car class, try to access stage.
  eg: var w:Number = stage.stageWidth;
  
  From that moment on, your app fails to compile,
  even after removing the stage.stageWidth line.
  
  Can anyone verify this for me ?
 





Re: [flexcoders] Re: Compiling problems

2007-01-16 Thread Webdevotion

I also solve my problem by recreating the swf files.
I rename my main app class and set it as default file.
This way the needed files are recreated in the bin folder.

It's a hassle but I'm gonna look into your tip of using:

FlexBuilder -clean -vmargs -Xmx512m