In flexbuilder 3 for some mxml files I can purposely put in syntax errors and the compiler will seem to compile the specific page(but actually not compile it) or report any errors for that page. Is there any way that you know of to get the compiler to report the errors to me so I can get it to compile the page. I’ve tried rebuilding all and cleaning the project already.
Share
I was able to get around this by compiling from the command line. Here is a link to the documentation for anyone interested(Look under Using the Flex Compilers)
When compiling from the command line I was able to get the compiler to actually tell me what error was occurring so I could fix it.