Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Known issue in StructuredTextEditor?

I just saw the (partial) trace in a build fail.  It appears to be occuring during StructuredTextEditor initialize when our test opens the FacesConfigEditor (which opens the SSE as a page in a multi-page editor).  Are there known new issues in this area?
 
java.lang.IllegalArgumentException: Argument not valid
at org.eclipse.swt.SWT.error(SWT.java:3757)
at org.eclipse.swt.SWT.error(SWT.java:3691)
at org.eclipse.swt.SWT.error(SWT.java:3662)
at org.eclipse.swt.custom.StyledText.setStyleRanges(StyledText.java:7887)
at org.eclipse.swt.custom.StyledText.replaceStyleRanges(StyledText.java:6346)
at org.eclipse.jface.text.TextViewer.addPresentation(TextViewer.java:4439)
at org.eclipse.jface.text.TextViewer.changeTextPresentation(TextViewer.java:4518)
at org.eclipse.wst.sse.ui.internal.provisional.style.StructuredPresentationReconciler.applyTextRegionCollection(StructuredPresentationReconciler.java:811)
at org.eclipse.wst.sse.ui.internal.provisional.style.StructuredPresentationReconciler.processDamage(StructuredPresentationReconciler.java:787)
at org.eclipse.wst.sse.ui.internal.provisional.style.StructuredPresentationReconciler$InternalListener.inputDocumentChanged(StructuredPresentationReconciler.java:240)
at org.eclipse.wst.sse.ui.internal.provisional.style.StructuredPresentationReconciler.install(StructuredPresentationReconciler.java:550)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.updateHighlighter(StructuredTextViewer.java:907)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.setDocument(StructuredTextViewer.java:765)
at org.eclipse.jface.text.source.SourceViewer.setDocument(SourceViewer.java:498)
at org.eclipse.ui.texteditor.AbstractTextEditor.initializeSourceViewer(AbstractTextEditor.java:3806)
at org.eclipse.ui.texteditor.AbstractTextEditor.createPartControl(AbstractTextEditor.java:3362)
at org.eclipse.ui.texteditor.StatusTextEditor.createPartControl(StatusTextEditor.java:53)
at org.eclipse.ui.texteditor.AbstractDecoratedTextEditor.createPartControl(AbstractDecoratedTextEditor.java:394)
at org.eclipse.wst.sse.ui.StructuredTextEditor.createPartControl(StructuredTextEditor.java:1514)
at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:217)
at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:343)
at org.eclipse.ui.part.MultiPageEditorPart.addPage(MultiPageEditorPart.java:187)
at org.eclipse.ui.forms.editor.FormEditor.addPage(FormEditor.java:326)
at org.eclipse.jst.jsf.facesconfig.ui.FacesConfigEditor$AddPagesTask.doRun(FacesConfigEditor.java:534)
-----Original Message-----
From: Peter Moogk [mailto:pmoogk@xxxxxxxxxx]
Sent: Wednesday, April 30, 2008 9:43 AM
To: General discussion of project-wide or architectural issues.
Subject: Re: [wtp-dev] Releng question


Hi Carl,
     Yep, that fixed things up nicely.  Thanks!

Peter Moogk
Rational Web Services Development
IBM Canada Ltd.
pmoogk@xxxxxxxxxx
D3-353/ENX/8200/MKM
(905) 413-3458



Carl Anderson <ccc@xxxxxxxxxx>
Sent by: wtp-dev-bounces@xxxxxxxxxxx

04/30/2008 12:17 PM

Please respond to
"General discussion of project-wide or architectural issues."        <wtp-dev@xxxxxxxxxxx>

To
"General discussion of project-wide or architectural issues." <wtp-dev@xxxxxxxxxxx>
cc
Subject
Re: [wtp-dev] Releng question





Peter,

     As per the P2 guidelines, did you unzip the releng tools zip in the
eclipse/dropins directory?

FWIW,

- Carl Anderson
WTP programmer


                                                                         
            Peter Moogk                                                  
            <pmoogk@xxxxxxxxx                                            
            m>                                                         To
            Sent by:                  wtp-dev@xxxxxxxxxxx                
            wtp-dev-bounces@e                                          cc
            clipse.org                                                    
                                                                  Subject
                                      [wtp-dev] Releng question          
            04/30/2008 11:47                                              
            AM                                                            
                                                                         
                                                                         
            Please respond to                                            
                "General                                                  
              discussion of                                              
             project-wide or                                              
              architectural                                              
                issues."                                                  
            <wtp-dev@eclipse.                                            
                  org>                                                    
                                                                         
                                                                         





Hey Everyone,
        I'm using the Eclipse 3.4 base which WTP uses as my self host
environment.  However, when I overlay the releng tools zip for this Eclipse
base, the "release" popup item doesn't seem to appear in the team popup
category as I expected.  Has anyone else run into this problem?  Thanks.


Peter Moogk
Rational Web Services Development
IBM Canada Ltd.
pmoogk@xxxxxxxxxx
D3-353/ENX/8200/MKM
(905) 413-3458_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


_______________________________________________
wtp-dev mailing list
wtp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/wtp-dev


Back to the top