I have the following output from a compiler:

Loading configuration file
C:\Programs\Adobe\FlexBuilder3\sdks\3.1.0\frameworks\flex-config.xml
C:\projects\flex\src\MMO.mxml(488):  Error: Access of undefined
property debugFlexBuilderRun.

                if( debugFlexBuilderRun ) {

C:\projects\flex\src\MMO.mxml(495):  Error: Access of undefined
property lastFaultMessage.

                if( now.time - lastFaultMessage.time > 60000 ) {

C:\projects\flex\src\MMO.mxml(498):  Error: Access of undefined
property lastFaultMessage.

                        lastFaultMessage = now;

C:\projects\flex\src\MMO.mxml(501):  Error: Access of undefined
property ServerMonitor.

                        ServerMonitor.webServerDown();


I came up with the following (which is invalid and doesn't work):
setlocal errorformat=
            \%-GLoading\ configuration\ file,
            \%f(%l):\ Error:\ %E%m%C%m%C%Z


\%-GLoading\ configuration\ file,  (to get this line)
Loading configuration file
C:\Programs\Adobe\FlexBuilder3\sdks\3.1.0\frameworks\flex-config.xml

\%f(%l):\ Error:\ %E%m%C%m%C%Z (this to get the multiline error message):
---
C:\projects\flex\src\MMO.mxml(488):  Error: Access of undefined
property debugFlexBuilderRun.

                if( debugFlexBuilderRun ) {

---

Any suggestions.

Thanks,
Dave

--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to