Re: [flexcoders] Re: [Flex2] FlexBuilder throws Removing compiler problem markers

2006-08-08 Thread Thomas Rühl

Hi again,

For me, the error occurs periodically and for me not following any 
particular performed action - just during editing files.
I've had the problem right away with the release of FlexBuilder final 
and still having it. However, I am already in contact with someone from 
Adobe - maybe you folks are, too. We'll see, if there'll be a fix any 
time soon.

Cheers, Thomas


  
  Thomas Rühl
  Design, Programming  Concepts
  
  akitogo OHG
  Hanauer Landstrasse 188
  60314 Frankfurt
  
  Telefon +49 (0) 69 800 69 445
  Fax +49 (0) 69 800 69 449
  Mobil   +49 (0) 179 750 75 87
  E-Mail  [EMAIL PROTECTED]
  Web http://www.akitogo.com
  




Joost Nuijten wrote:

 I encountered something like this in the third beta. Haven't 
 encountered it yet, but it's there I guess.

 
 *Van:* flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] 
 *Namens *james_dhap
 *Verzonden:* maandag 7 augustus 2006 20:47
 *Aan:* flexcoders@yahoogroups.com
 *Onderwerp:* [flexcoders] Re: [Flex2] FlexBuilder throws Removing 
 compiler problem markers

 I hit the same bug in FlexBuilder on Friday. I also found the only
 way to fix it was to rebuild the entire project.

 One thing I did note was that it seemed to be caused when I was
 messing around with the project bin output. I had to trouble shoot
 some JavaScript bugs in my wrapper HTML and this required me to
 publish my source to my localhost server. To do this I had to move my
 output folder to a different location. It worked for a bit but then I
 moved the location back (to keep CVS inline) and this is when
 everything blew up. Even saving html files caused Eclipse to throw
 this error.

 I will keep my eyes open for possible causes if I hit it again, but
 rebuilding is the way to solve it. Thanks for the tip Mike...

 - James

 ERROR LOG:

 !ENTRY org.eclipse.core.resources 4 376 2006-08-04 17:49:56.640
 !MESSAGE Marker id: 680 not found.
 !SESSION 2006-08-07 11:00:26.375
 ---
 eclipse.buildId=unknown
 java.version=1.4.2_09
 java.vendor=Sun Microsystems Inc.
 BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
 Command-line arguments: -os win32 -ws win32 -arch x86

 !ENTRY com.adobe.flexbuilder.editors.mxml 4 1 2006-08-07 11:03:41.328
 !MESSAGE MXMLEditorViewManager: Couldn't determine opened/hidden view

 !ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:13:38.968
 !MESSAGE Marker id: 687 not found.

 !ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:15:58.46
 !MESSAGE Marker id: 700 not found.

 !ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:23:39.203
 !MESSAGE Marker id: 709 not found.

 !ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:26:22.15
 !MESSAGE Marker id: 721 not found.

 !ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:26:22.187
 !MESSAGE Marker id: 724 not found.

 --- In flexcoders@yahoogroups.com 
 mailto:flexcoders%40yahoogroups.com, Mike Britton [EMAIL PROTECTED] 
 wrote:
 
  As I was editing my mxml, changing an attribute, Flex Builder hung and
  crashed. When I rebooted it, the project kept throwing that annoying
  compiler problem markers error.
 
  To fix it, I copied my relevant files into another project. I think
  the project was corrupted from the crash, but I'm not sure what
  element got corrupted.
 
  As a result, I'll be periodically recreating my projects for things
  that are really critical. Just thought I'd report this to the list.
 
 
  Mike
 

  


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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





[flexcoders] Re: [Flex2] FlexBuilder throws Removing compiler problem markers

2006-08-07 Thread james_dhap
I hit the same bug in FlexBuilder on Friday.  I also found the only
way to fix it was to rebuild the entire project.

One thing I did note was that it seemed to be caused when I was
messing around with the project bin output.  I had to trouble shoot
some JavaScript bugs in my wrapper HTML and this required me to
publish my source to my localhost server.  To do this I had to move my
output folder to a different location.  It worked for a bit but then I
moved the location back (to keep CVS inline) and this is when
everything blew up.  Even saving html files caused Eclipse to throw
this error.

I will keep my eyes open for possible causes if I hit it again, but
rebuilding is the way to solve it.  Thanks for the tip Mike...

- James

ERROR LOG:

!ENTRY org.eclipse.core.resources 4 376 2006-08-04 17:49:56.640
!MESSAGE Marker id: 680 not found.
!SESSION 2006-08-07 11:00:26.375
---
eclipse.buildId=unknown
java.version=1.4.2_09
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments:  -os win32 -ws win32 -arch x86

!ENTRY com.adobe.flexbuilder.editors.mxml 4 1 2006-08-07 11:03:41.328
!MESSAGE MXMLEditorViewManager: Couldn't determine opened/hidden view

!ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:13:38.968
!MESSAGE Marker id: 687 not found.

!ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:15:58.46
!MESSAGE Marker id: 700 not found.

!ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:23:39.203
!MESSAGE Marker id: 709 not found.

!ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:26:22.15
!MESSAGE Marker id: 721 not found.

!ENTRY org.eclipse.core.resources 4 376 2006-08-07 11:26:22.187
!MESSAGE Marker id: 724 not found.


--- In flexcoders@yahoogroups.com, Mike Britton [EMAIL PROTECTED] wrote:

 As I was editing my mxml, changing an attribute, Flex Builder hung and
 crashed.  When I rebooted it, the project kept throwing that annoying
 compiler problem markers error.  
 
 To fix it, I copied my relevant files into another project.  I think
 the project was corrupted from the crash, but I'm not sure what
 element got corrupted.
 
 As a result, I'll be periodically recreating my projects for things
 that are really critical.  Just thought I'd report this to the list.
 
 
 Mike








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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 





RE: [flexcoders] Re: [Flex2] FlexBuilder throws Removing compiler problem markers

2006-08-07 Thread Joost Nuijten





I encountered something like this in the third beta. 
Haven't encountered it yet, but it's there I guess.


Van: flexcoders@yahoogroups.com 
[mailto:[EMAIL PROTECTED] Namens 
james_dhapVerzonden: maandag 7 augustus 2006 20:47Aan: 
flexcoders@yahoogroups.comOnderwerp: [flexcoders] Re: [Flex2] 
FlexBuilder throws "Removing compiler problem markers"


I hit the same bug in FlexBuilder on Friday. I also found the onlyway to 
fix it was to rebuild the entire project.One thing I did note was that 
it seemed to be caused when I wasmessing around with the project bin output. 
I had to trouble shootsome _javascript_ bugs in my wrapper HTML and this 
required me topublish my source to my localhost server. To do this I had to 
move myoutput folder to a different location. It worked for a bit but then 
Imoved the location back (to keep CVS inline) and this is wheneverything 
blew up. Even saving html files caused Eclipse to throwthis error.I 
will keep my eyes open for possible causes if I hit it again, butrebuilding 
is the way to solve it. Thanks for the tip Mike...- JamesERROR 
LOG:!ENTRY org.eclipse.core.resources 4 376 2006-08-04 
17:49:56.640!MESSAGE Marker id: 680 not found.!SESSION 2006-08-07 
11:00:26.375---eclipse.buildId=unknownjava.version=1.4.2_09java.vendor=Sun 
Microsystems Inc.BootLoader constants: OS=win32, ARCH=x86, WS=win32, 
NL=en_USCommand-line arguments: -os win32 -ws win32 -arch x86!ENTRY 
com.adobe.flexbuilder.editors.mxml 4 1 2006-08-07 
11:03:41.328!MESSAGE MXMLEditorViewManager: Couldn't determine 
opened/hidden view!ENTRY org.eclipse.core.resources 4 376 
2006-08-07 11:13:38.968!MESSAGE Marker id: 687 not found.!ENTRY 
org.eclipse.core.resources 4 376 2006-08-07 11:15:58.46!MESSAGE Marker 
id: 700 not found.!ENTRY org.eclipse.core.resources 4 376 
2006-08-07 11:23:39.203!MESSAGE Marker id: 709 not found.!ENTRY 
org.eclipse.core.resources 4 376 2006-08-07 11:26:22.15!MESSAGE Marker 
id: 721 not found.!ENTRY org.eclipse.core.resources 4 376 
2006-08-07 11:26:22.187!MESSAGE Marker id: 724 not found.--- In [EMAIL PROTECTED]ups.com, 
"Mike Britton" mbritton72@... wrote: As I was 
editing my mxml, changing an attribute, Flex Builder hung and crashed. 
When I rebooted it, the project kept throwing that annoying "compiler 
problem markers" error.   To fix it, I copied my relevant files 
into another project. I think the project was corrupted from the crash, 
but I'm not sure what element got corrupted.  As a 
result, I'll be periodically recreating my projects for things that are 
really critical. Just thought I'd report this to the list.  
 Mike
__._,_.___





--
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.



  






__,_._,___



[flexcoders] Re: [Flex2] FlexBuilder throws Removing compiler problem markers

2006-07-20 Thread justinmschell
I also experience this error frequently, it is very annoying.  I 
just reinstalled and the first time I saved a file, I received the 
error.

Justin Schell


--- In flexcoders@yahoogroups.com, Thomas Rühl -akitogo- 
[EMAIL PROTECTED] wrote:

 
 Hello list,
 
 the attached error occurs randomly during saving files - mxml or 
as.
 Even on clean/freshly created projects. Restarting Eclipse doesn't 
help 
 on this.
 
 Is this already known?
 
 Cheers, Thomas
 
 
 
   
   Thomas Rühl
   Design, Programming  Concepts
   
   akitogo OHG
   Hanauer Landstrasse 188
   60314 Frankfurt
   
   Telefon +49 (0) 69 800 69 445
   Fax +49 (0) 69 800 69 449
   Mobil   +49 (0) 179 750 75 87
   E-Mail  [EMAIL PROTECTED]
   Web http://www.akitogo.com
   
 








 Yahoo! Groups Sponsor ~-- 
Yahoo! Groups gets a make over. See the new email design.
http://us.click.yahoo.com/XISQkA/lOaOAA/yQLSAA/nhFolB/TM
~- 

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

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/