RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Daniel Tuppeny
yahoogroups.com] On Behalf Of Michael SchmalleSent: 15 June 2006 12:50To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to recover from 'cleaning' project?Oh yeah,You could also just copy in the swf's and html from another project rename them and recompile.I have found

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Phil Marston Sent: 15 June 2006 14:55 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to recover from 'cleaning' project? Thanks Daniel, but there must be a difference in behavior between your FlexBuilde

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Daniel Tuppeny
From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Phil MarstonSent: 15 June 2006 14:55To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to recover from 'cleaning' project?Thanks Daniel,but there must be a difference in behavior be

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
lf Of Phil Marston Sent: 19 June 2006 14:18 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to recover from 'cleaning' project? Yeah the html-templates folder is untouched - what I'm beginning to discover is that if there are any errors in your code when you clean, then the pr

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Daniel Tuppeny
lto:[EMAIL PROTECTED] On Behalf Of Phil MarstonSent: 19 June 2006 16:54To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to recover from 'cleaning' project? Yeah it does halt . . . and a dialog pops up saying "Errors exist in required project(s):projName. Continue launch? [Yes][No]

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
This worked for me just fine ;) Thanks for the help,JGOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, This is what I do, Rename your project, oldProj or something. Create a new project with the same name as your old one. If I were you with this still

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread John Grden
never mind. If I make a change in an mxml file (component) and save, it's not built. It *used* to work, but now it's not working and I have to clean everytime to get it to rebuild the app. I did the workaround with creating a new project and copying the files, but same issue exists. On 6/19/06,

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Phil Marston
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Phil Marston Sent: 19 June 2006 16:54 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to recover from 'cleaning' project? Yeah it does halt . . . and a dialog pops up saying "Errors exist in req

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-19 Thread Michael Schmalle
@yahoogroups.com [ mailto:flexcoders@yahoogroups.com] On Behalf Of Phil Marston Sent: 19 June 2006 16:54 To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to recover from 'cleaning' project? Yeah it does halt . . . and a dialog pops up saying Errors exist in required project(s):projName

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Hi, This is what I do, Rename your project, oldProj or something. Create a new project with the same name as your old one. If I were you with this still in beta, rebuild your project if not to complicated. In the new project, you then have new swf's and .html files. You also could copy the

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Oh yeah, You could also just copy in the swf's and html from another project rename them and recompile. I have found this method is not so 'stable' but most of the time works. Peace, MikeOn 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Hi, This is what I do, Rename your project,

RE: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Daniel Tuppeny
templates :-) From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Michael SchmalleSent: 15 June 2006 12:50To: flexcoders@yahoogroups.comSubject: Re: [flexcoders] How to recover from 'cleaning' project? Oh yeah,You could also just copy in the swf's and html from another project r

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
Thanks Mike, but "Falls at the 1st hurdle!" I renamed my old project lots of things (including oldProj) and the new project wizard says " F:\Project_Data\flex\Restaurant overlaps the location of another project: oldProj" - amazingly it worked when I named the new project any old thing and

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Sonja Duijvesteijn
Did you try project clean... to stop the caching problem? Most of the time this works really well. I know that's not a solution but it might prevent this in the future.Otherwise, what helps me most of the time is 'delete project' but not contents, then just start the project again. Then any

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Also, there's a Project - Clean option which clears out the compiled stuff without deleting the html templates :-) Sometimes when you clean and there is still an error it deletes your swf's and you can't get them back. Peace, Mike On 6/15/06, Phil Marston [EMAIL PROTECTED] wrote:

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Scott Langeberg
After clean, performing a build should get .swfs back. Scott On 6/15/06, Michael Schmalle [EMAIL PROTECTED] wrote: Also, there's a Project - Clean option which clears out the compiled stuff without deleting the html templates :-)Sometimes when you clean and there is still an error it

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
After clean, performing a build should get .swfs back. Not if there is an error in your app. It's like the chicken and egg thing. I have run into that more than once. You have somme error, you think it's due to a caching problem, perform clean, swf's do not come back after trying to build it

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Phil Marston
Hi Mike, So are you saying if there's a scripting error in your code it'll stop the project builder doing updates to any of the scripts you have modified and when you then try to clean the project it doesn't clean it properly because of the original error and you and your project get dumped

Re: [flexcoders] How to recover from 'cleaning' project?

2006-06-15 Thread Michael Schmalle
Phil, Exactly Yeah, what I have learned is be very careful and do go pushing buttons. Sounds like what my dad was trying to teach me, these days I am a little better about it :) Peace, MikeOn 6/15/06, Phil Marston [EMAIL PROTECTED] wrote: Hi Mike, So are