"For me, I use Eclipse and run the unit tests from within Eclipse"
I have yet to invest the time in setting myself up properly in my IDE for the compiler. I will focus on that before my next stint. I may take a look at the compiler switch thing because I guess it is a bug, but I don't think it is urgent. Thanks again for your help (and your patience). On Fri, Sep 30, 2016 at 7:30 AM, Alex Harui <aha...@adobe.com> wrote: > > > On 9/29/16, 11:18 AM, "Greg Dove" <greg.d...@gmail.com> wrote: > >Those tools you shared are really helpful and were a good way to get > >through this with sanity intact, but if this type of test maintenance work > >is routine I might have to come up with an even faster way that is more > >'one step' to get to where you end up in your text splitter tool! > > For me, I use Eclipse and run the unit tests from within Eclipse, then it > is a simple copy/paste from the Junit output window to the compare tool. > The XML unescape is only needed if you working from the build's xml > output. Most changes I make don't involve a lot of test breakage, but > changing the Reflection data certainly will. > > > > >There seems to be a difference between the way the compiler-switch blocks > >work in falcon/jx vs. the regular flex compiler, is there not? > > Could be. I haven't really noticed it. MXMLC has a different > parser/lexer than Falcon. Feel free to try to fix the Falcon parser. > AIUI, Conditional Compilation is handled in the parse phase. > > Thanks for getting everything working again, > -Alex > >