Re: [flexcoders] Flex Builder won't use my changes (resolved, without explanation)

2010-03-21 Thread Rick Genter
On Mar 21, 2010, at 8:32 AM, Lee Jenkins wrote:
> Are they any linked projects?  If so, try cleaning them as well or clean all 
> when asked.  I had the same problem with a main project which referenced 
> custom 
> library folders.  Seems FB has a problem keeping everything in sync.
> 
> Not sure if that is your problem.

Hi Lee,

Thanks for the suggestion. This is a single project - I have not added any 
custom libraries to it.

I managed to get it working again, but I'm not sure what I did to get it to 
work. I'll pay closer attention to my process to see if I can determine what 
causes it should it happen again.
--
Rick Genter
rick.gen...@gmail.com



Re: [flexcoders] Flex Builder won't use my changes

2010-03-21 Thread Mike Chabot
Disable your browser cache. I have to do this when developing.

-Mike Chabot

On Sat, Mar 20, 2010 at 7:49 PM, Rick Genter  wrote:

>
>
> I've been building an app with Flex Builder 3. All of a sudden when I run
> my app using the debugger I no longer see my changes reflected. For example,
> I have a class where I deleted several trace() calls and added another
> trace() call, yet when I run the app I'm seeing the old trace() messages and
> not the new trace() message. Furthermore, when I put a breakpoint on the new
> trace() call, the debugger claims that there is no code at that breakpoint,
> indicating that the code has not been recompiled.
>
> I've tried cleaning the project, restarting Flex Builder and even deleting
> the project and re-importing it from CVS, but to no avail. Any suggestions?
>
> Relevant version information:
>
> Flex Builder 3, Version 3.0, Build 3.0.2.214193
> Mac OS X 10.6.2
> --
> Rick Genter
> rick.gen...@gmail.com 
>
>  
>


Re: [flexcoders] Flex Builder won't use my changes

2010-03-21 Thread kris range
Check the date of the debug swf flex builder is building to make sure
they are the latest ones...if not that, I'm sure you've already tried
this but a browser cache clear is also something to try. I tend to
always use Firefox with web developer no-cache settings but whenever I
test in Safari or Chrome that stuff always happens to me.


On Sun, Mar 21, 2010 at 4:32 PM, Lee Jenkins  wrote:
> Rick Genter wrote:
>>
>>
>> I've been building an app with Flex Builder 3. All of a sudden when I
>> run my app using the debugger I no longer see my changes reflected. For
>> example, I have a class where I deleted several trace() calls and added
>> another trace() call, yet when I run the app I'm seeing the old trace()
>> messages and not the new trace() message. Furthermore, when I put a
>> breakpoint on the new trace() call, the debugger claims that there is no
>> code at that breakpoint, indicating that the code has not been recompiled.
>>
>> I've tried cleaning the project, restarting Flex Builder and even
>> deleting the project and re-importing it from CVS, but to no avail. Any
>> suggestions?
>
> Are they any linked projects?  If so, try cleaning them as well or clean all
> when asked.  I had the same problem with a main project which referenced 
> custom
> library folders.  Seems FB has a problem keeping everything in sync.
>
> Not sure if that is your problem.
>
> --
> Warm Regards,
>
> Lee
>
>
>
> 
>
> --
> Flexcoders Mailing List
> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
> Alternative FAQ location: 
> https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847
> Search Archives: 
> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups Links
>
>
>
>


Re: [flexcoders] Flex Builder won't use my changes

2010-03-21 Thread Lee Jenkins
Rick Genter wrote:
>  
> 
> I've been building an app with Flex Builder 3. All of a sudden when I 
> run my app using the debugger I no longer see my changes reflected. For 
> example, I have a class where I deleted several trace() calls and added 
> another trace() call, yet when I run the app I'm seeing the old trace() 
> messages and not the new trace() message. Furthermore, when I put a 
> breakpoint on the new trace() call, the debugger claims that there is no 
> code at that breakpoint, indicating that the code has not been recompiled.
> 
> I've tried cleaning the project, restarting Flex Builder and even 
> deleting the project and re-importing it from CVS, but to no avail. Any 
> suggestions?

Are they any linked projects?  If so, try cleaning them as well or clean all 
when asked.  I had the same problem with a main project which referenced custom 
library folders.  Seems FB has a problem keeping everything in sync.

Not sure if that is your problem.

--
Warm Regards,

Lee



[flexcoders] Flex Builder won't use my changes

2010-03-21 Thread Rick Genter
I've been building an app with Flex Builder 3. All of a sudden when I run my 
app using the debugger I no longer see my changes reflected. For example, I 
have a class where I deleted several trace() calls and added another trace() 
call, yet when I run the app I'm seeing the old trace() messages and not the 
new trace() message. Furthermore, when I put a breakpoint on the new trace() 
call, the debugger claims that there is no code at that breakpoint, indicating 
that the code has not been recompiled.

I've tried cleaning the project, restarting Flex Builder and even deleting the 
project and re-importing it from CVS, but to no avail. Any suggestions?

Relevant version information:

Flex Builder 3, Version 3.0, Build 3.0.2.214193
Mac OS X 10.6.2
--
Rick Genter
rick.gen...@gmail.com