I am being really careful about what I do in FB2 and have noticed somethings.
I had an object;
_classSignature =
{
modifiers:modifiers
signature:signature,
packageName:packageName,
superClassName:superClassName,
superClassPackage:superClassPackage,
implementingClasses:implementingClasses
}
1) added the modifiers line WITHOUT a comma. (obvious error)
2) switched to another file. (1 second later)
3) changed 1 line and saved (auto build)
4) bam, internal build error
5) undid my change in the second file
6) build error still there
7) went back to first file with the object
8) undid my changes
9) saved, build error gone
10) redid what I just took out in the first file
11) SAVED IN THE FIRST FILE
12) THEN I get the real error, missing comma after the modifiers property
So it seems that if you don't save the file IN the file, then save in another file the build error can happen! But if you save your changes in the file with the REAL ERROR, nothing happens except the real error is logged.
I can't imagine what kind of trouble this would get devs into. I have been burned 2 times with this and now pay close attention to everything I do in FB2.
Peace, Mike
--
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.