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

2006-06-19 Thread Daniel Tuppeny





I'm sure that's the corect behaviour. Mine also completely 
wipes the bin folder. The HTML files get copied back from the html-template 
folder when I next build. If I delete that folder, then I get compile errors and 
the rebuild option. You shouldn't get compile errors with an empty bin folder, 
so sounds like a problem with compiling, rather than the Clean 
option.

I'm guessing there are still files in your html-templates 
folder?


From: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] 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 
between your FlexBuilder and mine because thats where the problem lays for 
me. When I selected Project - Clean... it cleared everything out of 
the project bin including the html files the debug files and everything! 
The damn thing wont recompile or rebuild - I get no "regenerate html" option and 
there is no message in the Problems pane - it just bombs with a "Launch Failed" 
modal dialog saying "File not found {the path to /bin/project.html 
here}"I've been trying to create a whole new project from scratch with 
different name, but the whole IDE seems to've given up on running the code for 
this project . . . . curses-under-breath/PhilDaniel 
Tuppeny wrote: 

  
  I may not have understood properly, but when I did a 
  similar thing, it told me to right-click on the message in the Problems pane, 
  anc hoose the "regenerate html" option!
  
  Also, there's a Project - Clean option which clears 
  out the compiled stuff without deleting the html templates 
  :-)
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@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 this method is not so 'stable' but most of the time works.Peace, 
  Mike
  On 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 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 files back into the old and rename it 
back.But, when something like that happens to me, I am more than 
willing to just start from scratch with a new project with the same 
name.It only takes me about 1-2 minutes to rename, move and delete 
stuff and it's back up and running.If anybody knows a better way, I 
am all ears.Peace, Mike

On 6/15/06, Phil 
Marston  
[EMAIL PROTECTED] wrote: 

  
  
  
  
  
  Hi all,Making a mess here! For some reason Flex Builder didn't 
  seem to be incorporating changes I'd made to source files, so I 
  figured there was some sort of caching issue (I don't really know how 
  Eclipse works) so I figured if I clear out all the compiled stuff and 
  get FB to build from scratch that'd do it ... big mistake it's now 
  refusing to build apparently because the html file to display the swf 
  in is missing - my projects bin directory is empty!What do I 
  have to do?:'(-- 
  __ Phil 
  Marston Learning TechnologistLearning Technology Unit Edward 
  Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 
  723660 http://www.abdn.ac.uk/diss/ltu/pmarston/http://www.abdn.ac.uk/diss/ltu/__The 
  University of Aberdeen Open Day 29th August 2006Booking is 
  essentialwww.abdn.ac.uk/opendayemail [EMAIL PROTECTED]or call 0800 027 
  1495
-- What goes up, does come down. 
  -- What goes up, 
  does come down. [Inbound Mail 
  Scanned by 
  MessageLabs]__This 
  email has been scanned by the MessageLabs Email Security System.For more 
  information please visit http://www.messagelabs.com/email 
  __-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/open

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

2006-06-19 Thread Phil Marston






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 project wont recompile - kind of obvious really! Trouble was
that I thought is was compiling despite there being errors prior to
cleaning - I'm now realising that it was compiling using a previous
version even if you make some alterations to your source file and save,
but still have errors - it's like it's got a cached version of your
last error free source file that it uses to compile from.

Maybe this is normal experience for developers using Flex, but it's not
totally obvious caught me out through the "cleaning" process! doh!

:-/

Daniel Tuppeny wrote:

  
  
  I'm sure that's the corect
behaviour. Mine also completely wipes the bin folder. The HTML files
get copied back from the html-template folder when I next build. If I
delete that folder, then I get compile errors and the rebuild option.
You shouldn't get compile errors with an empty bin folder, so sounds
like a problem with compiling, rather than the Clean option.
  
  I'm guessing there are still
files in your html-templates folder?
  
  
  From:
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 FlexBuilder and
mine because thats where the problem lays for me. When I selected
Project - Clean... it cleared everything out of the project bin
including the html files the debug files and everything! The damn
thing wont recompile or rebuild - I get no "regenerate html" option and
there is no message in the Problems pane - it just bombs with a "Launch
Failed" modal dialog saying "File not found {the path to
/bin/project.html here}"
  
I've been trying to create a whole new project from scratch with
different name, but the whole IDE seems to've given up on running the
code for this project . . . . curses-under-breath/
  
Phil
  
Daniel Tuppeny wrote:
  

I may not have understood
properly, but when I did a similar thing, it told me to right-click on
the message in the Problems pane, anc hoose the "regenerate html"
option!

Also, there's a Project -
Clean option which clears out the compiled stuff without deleting the
html templates :-)


 From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Michael Schmalle
Sent: 15 June 2006 12:50
    To: flexcoders@yahoogroups.com
    Subject: 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 this method is not so 'stable' but most of the time works.

Peace, Mike

On 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 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 files back into the old and rename it back.
  
But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.
  
It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.
  
If anybody knows a better way, I am all ears.
  
Peace, Mike
  
  
  On 6/15/06, Phil Marston 
[EMAIL PROTECTED] wrote:
  





Hi all,

Making a mess here! For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I

figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/ope

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

2006-06-19 Thread Daniel Tuppeny





 it's 
like it's got a cached version of your last error free source file that it uses 
to compile from

Sounds like the Clean stuff is working fine, but if you're 
hitting Run with build errors and it's opening up an old version and pretending 
everything is ok, I'd be a little worried!

Every time I hit the Run button, it compiles, and halts if 
there are errors. Do you not get the same?




From: 
flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of 
Phil MarstonSent: 19 June 2006 14:18To: 
flexcoders@yahoogroups.comSubject: 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 
project wont recompile - kind of obvious really! Trouble was that I 
thought is was compiling despite there being errors prior to cleaning - I'm now 
realising that it was compiling using a previous version even if you make some 
alterations to your source file and save, but still have errors - it's like it's 
got a cached version of your last error free source file that it uses to compile 
from.Maybe this is normal experience for developers using Flex, but it's 
not totally obvious caught me out through the "cleaning" process! 
doh!:-/Daniel Tuppeny wrote: 

  
  I'm sure that's the corect behaviour. Mine also 
  completely wipes the bin folder. The HTML files get copied back from the 
  html-template folder when I next build. If I delete that folder, then I get 
  compile errors and the rebuild option. You shouldn't get compile errors with 
  an empty bin folder, so sounds like a problem with compiling, rather than the 
  Clean option.
  
  I'm guessing there are still files in your html-templates 
  folder?
  
  
  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 between your FlexBuilder and mine because thats where 
  the problem lays for me. When I selected Project - Clean... it 
  cleared everything out of the project bin including the html files the debug 
  files and everything! The damn thing wont recompile or rebuild - I get 
  no "regenerate html" option and there is no message in the Problems pane - it 
  just bombs with a "Launch Failed" modal dialog saying "File not found {the 
  path to /bin/project.html here}"I've been trying to create a whole new 
  project from scratch with different name, but the whole IDE seems to've given 
  up on running the code for this project . . . . 
  curses-under-breath/PhilDaniel Tuppeny wrote: 
  

I may not have understood properly, but when I did a 
similar thing, it told me to right-click on the message in the Problems 
pane, anc hoose the "regenerate html" option!

Also, there's a Project - Clean option which clears 
out the compiled stuff without deleting the html templates 
:-)


From: flexcoders@yahoogroups.com [mailto:flexcoders@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 this method is not so 'stable' but most of the time 
works.Peace, Mike
On 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 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 files back into the old and rename 
  it back.But, when something like that happens to me, I am more 
  than willing to just start from scratch with a new project with the same 
  name.It only takes me about 1-2 minutes to rename, move and delete 
  stuff and it's back up and running.If anybody knows a better way, 
  I am all ears.Peace, Mike
  
  On 6/15/06, Phil 
  Marston  
  [EMAIL PROTECTED] wrote: 
  





Hi all,Making a mess here! For some reason Flex Builder 
didn't seem to be incorporating changes I'd made to source files, so 
I figured there was some sort of caching issue (I don't really know 
how Eclipse works) so I figured if I clear out all the compiled 
stuff and get FB to build from scratch that'd do it ... big mistake 
it's now refusing to build apparently because the html file to 
display the swf in is missing - my projects bi

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

2006-06-19 Thread Phil Marston






Yeah it does halt . . . and a dialog pops up saying "Errors exist in
required project(s):projName. Continue launch? [Yes][No]" I didn't
take from that that it would build the project from old resources - to
me it's not continuing the launch emI/em initiated, but
fetching up some old stuff and why would I want that?!

Boils down to semantics I guess . . . .

:-/

Daniel Tuppeny wrote:

  
  
   it's like it's got a cached version of
your last error free source file that it uses to compile from
  
  Sounds like the Clean stuff is
working fine, but if you're hitting Run with build errors and it's
opening up an old version and pretending everything is ok, I'd be a
little worried!
  
  Every time I hit the Run button,
it compiles, and halts if there are errors. Do you not get the same?
  
  
  
  From:
flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On
Behalf 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 project wont recompile - kind of obvious really! Trouble was
that I thought is was compiling despite there being errors prior to
cleaning - I'm now realising that it was compiling using a previous
version even if you make some alterations to your source file and save,
but still have errors - it's like it's got a cached version of your
last error free source file that it uses to compile from.
  
Maybe this is normal experience for developers using Flex, but it's not
totally obvious caught me out through the "cleaning" process! doh!
  
:-/
  
Daniel Tuppeny wrote:
  

I'm sure that's the corect
behaviour. Mine also completely wipes the bin folder. The HTML files
get copied back from the html-template folder when I next build. If I
delete that folder, then I get compile errors and the rebuild option.
You shouldn't get compile errors with an empty bin folder, so sounds
like a problem with compiling, rather than the Clean option.

I'm guessing there are still
files in your html-templates folder?


 From: 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 FlexBuilder and
mine because thats where the problem lays for me. When I selected
Project - Clean... it cleared everything out of the project bin
including the html files the debug files and everything! The damn
thing wont recompile or rebuild - I get no "regenerate html" option and
there is no message in the Problems pane - it just bombs with a "Launch
Failed" modal dialog saying "File not found {the path to
/bin/project.html here}"

I've been trying to create a whole new project from scratch with
different name, but the whole IDE seems to've given up on running the
code for this project . . . . curses-under-breath/

Phil

Daniel Tuppeny wrote:

  
  I may not have understood
properly, but when I did a similar thing, it told me to right-click on
the message in the Problems pane, anc hoose the "regenerate html"
option!
  
  Also, there's a Project -
Clean option which clears out the compiled stuff without deleting the
html templates :-)
  
  
   From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
  On Behalf Of Michael Schmalle
  Sent: 15 June 2006 12:50
  To: flexcoders@yahoogroups.com
      Subject: 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 this method is not so 'stable' but most of the time works.
  
Peace, Mike
  
  On 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 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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.

If anybody knows a better way, I am all ears.

Peace, Mike


On 6/15/06, Phil Marston 
[EMAIL PROTECTED] wrote:

  
  
  
  
  

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

2006-06-19 Thread Daniel Tuppeny





I see. I took that dialog to mean similar to Visual 
Studio's, which is basically "I failed to build because your code is broken. 
Should I launch the last version?". I guess it's so you can get into your app as 
it was last built if you need to see something, but you've screwed the code up. 
It's not building from old files, it's just launching the last build (since it 
failed to overwrite the old one with the new one, because of the 
errors).

If you see that error, you should pretty much 
alwaysclick No, and check the problems :-)




From: 
flexcoders@yahoogroups.com [mailto:[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]" I didn't take 
from that that it would build the project from old resources - to me it's not 
continuing the launch emI/em initiated, but fetching up some old 
stuff and why would I want that?!Boils down to semantics I guess . . . 
.:-/Daniel Tuppeny wrote: 

  
   it's like it's got a cached version of your last error free source file 
  that it uses to compile from
  
  Sounds like the Clean stuff is working fine, but if 
  you're hitting Run with build errors and it's opening up an old version and 
  pretending everything is ok, I'd be a little worried!
  
  Every time I hit the Run button, it compiles, and halts 
  if there are errors. Do you not get the same?
  
  
  
  
  From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] 
  On Behalf Of Phil MarstonSent: 19 June 2006 
  14:18To: flexcoders@yahoogroups.comSubject: 
  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 project wont recompile - kind of obvious 
  really! Trouble was that I thought is was compiling despite there being 
  errors prior to cleaning - I'm now realising that it was compiling using a 
  previous version even if you make some alterations to your source file and 
  save, but still have errors - it's like it's got a cached version of your last 
  error free source file that it uses to compile from.Maybe this is 
  normal experience for developers using Flex, but it's not totally obvious 
  caught me out through the "cleaning" process! doh!:-/Daniel 
  Tuppeny wrote: 
  

I'm sure that's the corect behaviour. Mine also 
completely wipes the bin folder. The HTML files get copied back from the 
html-template folder when I next build. If I delete that folder, then I get 
compile errors and the rebuild option. You shouldn't get compile errors with 
an empty bin folder, so sounds like a problem with compiling, rather than 
the Clean option.

I'm guessing there are still files in your 
html-templates folder?


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 between your FlexBuilder and mine because thats where 
the problem lays for me. When I selected Project - Clean... it 
cleared everything out of the project bin including the html files the debug 
files and everything! The damn thing wont recompile or rebuild - I get 
no "regenerate html" option and there is no message in the Problems pane - 
it just bombs with a "Launch Failed" modal dialog saying "File not found 
{the path to /bin/project.html here}"I've been trying to create a 
whole new project from scratch with different name, but the whole IDE seems 
to've given up on running the code for this project . . . . 
curses-under-breath/PhilDaniel Tuppeny wrote: 

  
  I may not have understood properly, but when I did a 
  similar thing, it told me to right-click on the message in the Problems 
  pane, anc hoose the "regenerate html" option!
  
  Also, there's a Project - Clean option which 
  clears out the compiled stuff without deleting the html templates 
  :-)
  
  
  From: flexcoders@yahoogroups.com 
  [mailto:flexcoders@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 this method is not so 'stable' but most of 
  the time works.Peace, Mike
  On 6/15/06, Michael 
  Schmalle [EMAIL PROTECTED] 
  wr

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 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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston 
[EMAIL PROTECTED] wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

  













-- John Grden - Blitz

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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, John Grden [EMAIL PROTECTED] wrote:
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 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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston 

[EMAIL PROTECTED] wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

  













-- John Grden - Blitz

-- John Grden - Blitz

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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

2006-06-19 Thread Phil Marston






Perhaps that's a difference between someone coming to Flex Builder 2
from a traditional app development background and someone coming from a
Flash app development background (i.e. using the Flash IDE) ;-)

I know now and perhaps the archive of this thread will serve to help
others like me.

:-)

Daniel Tuppeny wrote:

  
  
  I see. I took that dialog to
mean similar to Visual Studio's, which is basically "I failed to build
because your code is broken. Should I launch the last version?". I
guess it's so you can get into your app as it was last built if you
need to see something, but you've screwed the code up. It's not
building from old files, it's just launching the last build (since it
failed to overwrite the old one with the new one, because of the
errors).
  
  If you see that error, you
should pretty much alwaysclick No, and check the problems :-)
  
  
  
  From:
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
required project(s):projName. Continue launch? [Yes][No]" I didn't
take from that that it would build the project from old resources - to
me it's not continuing the launch emI/em initiated, but
fetching up some old stuff and why would I want that?!
  
Boils down to semantics I guess . . . .
  
:-/
  
Daniel Tuppeny wrote:
  

 it's like it's got a cached version of
your last error free source file that it uses to compile from

Sounds like the Clean stuff is
working fine, but if you're hitting Run with build errors and it's
opening up an old version and pretending everything is ok, I'd be a
little worried!

Every time I hit the Run button,
it compiles, and halts if there are errors. Do you not get the same?


 
From:
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf 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 project wont recompile - kind of obvious really! Trouble was
that I thought is was compiling despite there being errors prior to
cleaning - I'm now realising that it was compiling using a previous
version even if you make some alterations to your source file and save,
but still have errors - it's like it's got a cached version of your
last error free source file that it uses to compile from.

Maybe this is normal experience for developers using Flex, but it's not
totally obvious caught me out through the "cleaning" process! doh!

:-/

Daniel Tuppeny wrote:

  
  I'm sure that's the corect
behaviour. Mine also completely wipes the bin folder. The HTML files
get copied back from the html-template folder when I next build. If I
delete that folder, then I get compile errors and the rebuild option.
You shouldn't get compile errors with an empty bin folder, so sounds
like a problem with compiling, rather than the Clean option.
  
  I'm guessing there are still
files in your html-templates folder?
  
  
   From: 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 FlexBuilder and
mine because thats where the problem lays for me. When I selected
Project - Clean... it cleared everything out of the project bin
including the html files the debug files and everything! The damn
thing wont recompile or rebuild - I get no "regenerate html" option and
there is no message in the Problems pane - it just bombs with a "Launch
Failed" modal dialog saying "File not found {the path to
/bin/project.html here}"
  
I've been trying to create a whole new project from scratch with
different name, but the whole IDE seems to've given up on running the
code for this project . . . . curses-under-breath/
  
Phil
  
Daniel Tuppeny wrote:
  

I may not have understood
properly, but when I did a similar thing, it told me to right-click on
the message in the Problems pane, anc hoose the "regenerate html"
option!

Also, there's a Project -
Clean option which clears out the compiled stuff without deleting the
html templates :-)


 From: flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf Of Michael Schmalle
Sent: 15 June 2006 12:50
        To: flexcoders@yahoogrou

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

2006-06-19 Thread Michael Schmalle



John,

 I did the workaround with creating a new project and copying the files

What are you copying? 

trust me I ramed my head against the screen may times with this and found a way to do it?
Peace, Mike


On 6/19/06, Phil Marston [EMAIL PROTECTED] wrote:









  







Perhaps that's a difference between someone coming to Flex Builder 2
from a traditional app development background and someone coming from a
Flash app development background (i.e. using the Flash IDE) ;-)

I know now and perhaps the archive of this thread will serve to help
others like me.

:-)

Daniel Tuppeny wrote:

  
  
  I see. I took that dialog to
mean similar to Visual Studio's, which is basically I failed to build
because your code is broken. Should I launch the last version?. I
guess it's so you can get into your app as it was last built if you
need to see something, but you've screwed the code up. It's not
building from old files, it's just launching the last build (since it
failed to overwrite the old one with the new one, because of the
errors).
  
  If you see that error, you
should pretty much alwaysclick No, and check the problems :-)
  
  
  
  From:
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
required project(s):projName. Continue launch? [Yes][No] I didn't
take from that that it would build the project from old resources - to
me it's not continuing the launch emI/em initiated, but
fetching up some old stuff and why would I want that?!
  
Boils down to semantics I guess . . . .
  
:-/
  
Daniel Tuppeny wrote:
  

 it's like it's got a cached version of
your last error free source file that it uses to compile from

Sounds like the Clean stuff is
working fine, but if you're hitting Run with build errors and it's
opening up an old version and pretending everything is ok, I'd be a
little worried!

Every time I hit the Run button,
it compiles, and halts if there are errors. Do you not get the same?


 
From:
flexcoders@yahoogroups.com
[mailto:flexcoders@yahoogroups.com]
On Behalf 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 project wont recompile - kind of obvious really! Trouble was
that I thought is was compiling despite there being errors prior to
cleaning - I'm now realising that it was compiling using a previous
version even if you make some alterations to your source file and save,
but still have errors - it's like it's got a cached version of your
last error free source file that it uses to compile from.

Maybe this is normal experience for developers using Flex, but it's not
totally obvious caught me out through the cleaning process! doh!

:-/

Daniel Tuppeny wrote:

  
  I'm sure that's the corect
behaviour. Mine also completely wipes the bin folder. The HTML files
get copied back from the html-template folder when I next build. If I
delete that folder, then I get compile errors and the rebuild option.
You shouldn't get compile errors with an empty bin folder, so sounds
like a problem with compiling, rather than the Clean option.
  
  I'm guessing there are still
files in your html-templates folder?
  
  
   From: 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 FlexBuilder and
mine because thats where the problem lays for me. When I selected
Project - Clean... it cleared everything out of the project bin
including the html files the debug files and everything! The damn
thing wont recompile or rebuild - I get no regenerate html option and
there is no message in the Problems pane - it just bombs with a Launch
Failed modal dialog saying File not found {the path to
/bin/project.html here}
  
I've been trying to create a whole new project from scratch with
different name, but the whole IDE seems to've given up on running the
code for this project . . . . curses-under-breath/
  
Phil
  
Daniel Tuppeny wrote:
  

I may not have understood
properly, but when I did a similar thing, it told me to right-click on
the message in the Problems pane, anc hoose the regenerate html
option!

Also, there's a Project -
Clean option which clears out the compiled stuff without deleting the
html templates

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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston [EMAIL PROTECTED] wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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, 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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston 
[EMAIL PROTECTED] wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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

2006-06-15 Thread Daniel Tuppeny





I may not have understood properly, but when I did a 
similar thing, it told me to right-click on the message in the Problems pane, 
anc hoose the "regenerate html" option!

Also, there's a Project - Clean option which clears out 
the compiled stuff without deleting the html 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 rename them and recompile.I have found this method is 
not so 'stable' but most of the time works.Peace, Mike
On 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 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 files back into the old and rename it 
  back.But, when something like that happens to me, I am more than 
  willing to just start from scratch with a new project with the same 
  name.It only takes me about 1-2 minutes to rename, move and delete 
  stuff and it's back up and running.If anybody knows a better way, I am 
  all ears.Peace, Mike
  
  On 6/15/06, Phil 
  Marston  [EMAIL PROTECTED] 
  wrote:
  





Hi all,Making a mess here! For some reason Flex Builder didn't 
seem to be incorporating changes I'd made to source files, so I figured 
there was some sort of caching issue (I don't really know how Eclipse 
works) so I figured if I clear out all the compiled stuff and get FB to 
build from scratch that'd do it ... big mistake it's now refusing to 
build apparently because the html file to display the swf in is missing 
- my projects bin directory is empty!What do I have to 
do?:'(-- 
__ Phil 
Marston Learning TechnologistLearning Technology Unit Edward 
Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK[EMAIL PROTECTED] 
Tel: +44(0)1224 273329 / +44(0)7798 723660 http://www.abdn.ac.uk/diss/ltu/pmarston/http://www.abdn.ac.uk/diss/ltu/__The 
University of Aberdeen Open Day 29th August 2006Booking is 
essentialwww.abdn.ac.uk/opendayemail 
[EMAIL PROTECTED]or call 0800 027 
1495
  -- What goes up, does come down. 
-- What goes up, does 
come down.  [Inbound Mail Scanned by 
MessageLabs]

__
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
__

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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 then renamed it and it's main
mxml file to the name I wanted.

Only trouble now is while it'll run now, which ever way I copy things
across from one project to the other I get an empty movie when I try to
run it. Will keep trying.

 :'( 

Michael Schmalle 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 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 files back into the old and rename it back.
  
But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.
  
It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.
  
If anybody knows a better way, I am all ears.
  
Peace, Mike
  
  On 6/15/06, Phil Marston [EMAIL PROTECTED] wrote:
  





Hi all,

Making a mess here! For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I

figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495







  
  
  
  
  
-- 
What goes up, does come down.
  


-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___




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 caching is gone. 
When you already have made a mess of things (and who hasn't at times) Mikes solution should do it.Sonja2006/6/15, Michael Schmalle 
[EMAIL PROTECTED]:








  



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, 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 files back into the old and rename it back.

But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.

If anybody knows a better way, I am all ears.

Peace, MikeOn 6/15/06, Phil Marston 

[EMAIL PROTECTED] wrote:









  



Hi all,

Making a mess here!  For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495


  













-- What goes up, does come down.

-- What goes up, does come down.

  















__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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:









  







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 then renamed it and it's main
mxml file to the name I wanted.

Only trouble now is while it'll run now, which ever way I copy things
across from one project to the other I get an empty movie when I try to
run it. Will keep trying.

 :'( 

Michael Schmalle 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 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 files back into the old and rename it back.
  
But, when something like that happens to me, I am more than willing to
just start from scratch with a new project with the same name.
  
It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.
  
If anybody knows a better way, I am all ears.
  
Peace, Mike
  
  On 6/15/06, Phil Marston [EMAIL PROTECTED]
 wrote:
  





Hi all,

Making a mess here! For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I

figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!

What do I have to do?

:'(

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495







  
  
  
  
  
-- 
What goes up, does come down.
  


-- __ Phil Marston Learning TechnologistLearning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/
__

The University of Aberdeen Open Day 29th August 2006
Booking is essential
www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495




  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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 deletes your swf's and you can't get them back.
Peace, Mike

On 6/15/06, Phil Marston [EMAIL PROTECTED]
 wrote: 






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 then renamed it and it's main mxml file to the name I wanted.
Only trouble now is while it'll run now, which ever way I copy things across from one project to the other I get an empty movie when I try to run it. Will keep trying.:'( 
Michael Schmalle 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 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 files back into the old and rename it back.But, when something like that happens to me, I am more than willing to just start from scratch with a new project with the same name.
It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.If anybody knows a better way, I am all ears.Peace, Mike
On 6/15/06, Phil Marston [EMAIL PROTECTED] 
 wrote: 






Hi all,Making a mess here! For some reason Flex Builder didn't seem to be incorporating changes I'd made to source files, so I figured there was some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from scratch that'd do it ... big mistake it's now refusing to build apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!What do I have to do?:'(-- __ Phil Marston Learning TechnologistLearning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/
http://www.abdn.ac.uk/diss/ltu/__The University of Aberdeen Open Day 29th August 2006Booking is essential
www.abdn.ac.uk/opendayemail [EMAIL PROTECTED]or call 0800 027 1495

-- What goes up, does come down. 
-- __ Phil Marston Learning TechnologistLearning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK

[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/ http://www.abdn.ac.uk/diss/ltu/ __ The University of Aberdeen Open Day 29th August 2006 Booking is essential 
www.abdn.ac.uk/openday email 
[EMAIL PROTECTED] or call 0800 027 1495 

-- What goes up, does come down. 

 -- : : ) Scott 

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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 becasue it says, cannot find swf.

Peace, MikeOn 6/15/06, Scott Langeberg [EMAIL PROTECTED] wrote:









  



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 deletes your swf's and you can't get them back.
Peace, Mike

On 6/15/06, Phil Marston [EMAIL PROTECTED]
 wrote: 






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 then renamed it and it's main mxml file to the name I
wanted.
Only trouble now is while it'll run now, which ever way I copy
things across from one project to the other I get an empty movie when I
try to run it. Will keep trying.:'( 
Michael Schmalle 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 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 files back into the old and rename it back.But,
when something like that happens to me, I am more than willing to just
start from scratch with a new project with the same name.
It only takes me about 1-2 minutes to rename, move and delete stuff and it's back up and running.If anybody knows a better way, I am all ears.Peace, Mike
On 6/15/06, Phil Marston [EMAIL PROTECTED] 
 wrote: 






Hi all,Making a mess here! For some reason Flex Builder didn't seem to be incorporating changes I'd made to source files, so I figured there was some sort of caching issue (I don't really know how Eclipse works) so I 
figured if I clear out all the compiled stuff and get FB to build from scratch that'd do it ... big mistake it's now refusing to build apparently because the html file to display the swf in is missing - my 

projects bin directory is empty!What do I have to do?:'(-- __ Phil Marston Learning TechnologistLearning Technology Unit 

Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/

http://www.abdn.ac.uk/diss/ltu/__The University of Aberdeen Open Day 29th August 2006Booking is essential

www.abdn.ac.uk/opendayemail [EMAIL PROTECTED]or call 0800 027 1495


-- What goes up, does come down. 
-- __ Phil Marston Learning TechnologistLearning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK

[EMAIL PROTECTED] Tel: +44(0)1224 273329 / +44(0)7798 723660 

http://www.abdn.ac.uk/diss/ltu/pmarston/ http://www.abdn.ac.uk/diss/ltu/ __ The University of Aberdeen Open Day 29th August 2006 Booking is essential 
www.abdn.ac.uk/openday email 

[EMAIL PROTECTED] or call 0800 027 1495 

-- What goes up, does come down. 

 -- : : ) Scott 

  













-- What goes up, does come down.

__._,_.___





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








   






  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  






__,_._,___



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 in the sh* by FlexBuilder!?

If you are that sounds like a fair description of what's happen to me
... the moral of the story being fix your scripting error before you
clean a project?!

ho hum,

Phil

Michael Schmalle wrote:
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 becasue it says, cannot find swf.
  
Peace, Mike
  
  On 6/15/06, Scott Langeberg [EMAIL PROTECTED] wrote:
  





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 deletes your
swf's and you can't get them back.
  
  
Peace, Mike
  
  
  
  On 6/15/06, Phil Marston [EMAIL PROTECTED]
   wrote:
  





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 then renamed it and it's main mxml file to the name I
wanted.


Only trouble now is while it'll run now, which ever way I copy
things across from one project to the other I get an empty movie when I
try to run it. Will keep trying.

:'( 

Michael Schmalle 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 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 files back into the old and rename it back.

But,
when something like that happens to me, I am more than willing to just
start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.

If anybody knows a better way, I am all ears.

Peace, Mike

On 6/15/06, Phil Marston [EMAIL PROTECTED]
 wrote:

  
  
  
  
  
  Hi all,
  
Making a mess here! For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I
  
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!
  
What do I have to do?
  
:'(
  
-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
  [EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
  http://www.abdn.ac.uk/diss/ltu/pmarston/
  http://www.abdn.ac.uk/diss/ltu/
__
  
The University of Aberdeen Open Day 29th August 2006
Booking is essential
  www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495
  
  
  
  
  
  
  






-- 
What goes up, does come down. 

-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK




[EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/ http://www.abdn.ac.uk/diss/ltu/
__ The
University of Aberdeen Open Day 29th August 2006 Booking is essential www.abdn.ac.uk/openday
email 
[EMAIL PROTECTED] or call 0800 027 1495 






  
  
  
  
  

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 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 in the sh* by FlexBuilder!?

If you are that sounds like a fair description of what's happen to me
... the moral of the story being fix your scripting error before you
clean a project?!

ho hum,

Phil

Michael Schmalle wrote:
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 becasue it says, cannot find swf.
  
Peace, Mike
  
  On 6/15/06, Scott Langeberg [EMAIL PROTECTED]
 wrote:
  





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 deletes your
swf's and you can't get them back.
  
  
Peace, Mike
  
  
  
  On 6/15/06, Phil Marston [EMAIL PROTECTED]
   wrote:
  





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 then renamed it and it's main mxml file to the name I
wanted.


Only trouble now is while it'll run now, which ever way I copy
things across from one project to the other I get an empty movie when I
try to run it. Will keep trying.

:'( 

Michael Schmalle 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 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 files back into the old and rename it back.

But,
when something like that happens to me, I am more than willing to just
start from scratch with a new project with the same name.

It only takes me about 1-2 minutes to rename, move and delete stuff and
it's back up and running.

If anybody knows a better way, I am all ears.

Peace, Mike

On 6/15/06, Phil Marston [EMAIL PROTECTED]
 wrote:

  
  
  
  
  
  Hi all,
  
Making a mess here! For some reason Flex Builder didn't seem to be 
incorporating changes I'd made to source files, so I figured there was 
some sort of caching issue (I don't really know how Eclipse works) so I
  
figured if I clear out all the compiled stuff and get FB to build from 
scratch that'd do it ... big mistake it's now refusing to build 
apparently because the html file to display the swf in is missing - my 
projects bin directory is empty!
  
What do I have to do?
  
:'(
  
-- 
__ 
Phil Marston 
Learning Technologist
Learning Technology Unit 
Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK
  [EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
  http://www.abdn.ac.uk/diss/ltu/pmarston/
  http://www.abdn.ac.uk/diss/ltu/
__
  
The University of Aberdeen Open Day 29th August 2006
Booking is essential
  www.abdn.ac.uk/openday
email [EMAIL PROTECTED]
or call 0800 027 1495
  
  
  
  
  
  
  






-- 
What goes up, does come down. 

-- __ Phil Marston Learning TechnologistLearning Technology Unit Edward Wright G33, University of Aberdeen, Aberdeen, AB24 3QY, UK


[EMAIL PROTECTED]
Tel: +44(0)1224 273329 / +44(0)7798 723660 
http://www.abdn.ac.uk/diss/ltu/pmarston/ http://www.abdn.ac.uk/diss/ltu/