From: David C. <dc...@ma...> - 2003-07-31 23:27:16
|
In the "current release" (such as it is), I'm not aware of anybody else having such problems. OTOH, I'm only *aware* of one other user besides myself. What version of Eclipse are you using? I seem to recall that certain eclipse UI stuff can only occur from certain threads - I wonder if it's doing something to launch the builder in a different thread.... David P.S. I began work on improving the error handling, but it's been sitting idle for sometime now - I've been told that I'm hooking into XMLC errors has change between XMLC 2.1 and 2.2, and I haven't gotten enough inertia up to get 2.2 and see what the deal is. On Thursday 31 July 2003 18:57, Mike Warne wrote: > Hi, > Thanks for the xmlc plugin, nice work! > > However I have problems when there are errors in the html file. Instead of > the error dialog, I get an exception: > I found an explanation of the exception described in the QA: > > http://dev.eclipse.org/viewcvs/index.cgi/~checkout~/platform-swt-home/faq.h >t ml#uithread > > Anyone else experiencing this error? > Mike Warne > > org.eclipse.swt.SWTException: Invalid thread access > at org.eclipse.swt.SWT.error(SWT.java:2350) > at org.eclipse.swt.SWT.error(SWT.java:2280) > at org.eclipse.swt.widgets.Widget.error(Widget.java:389) > at org.eclipse.swt.widgets.Shell.<init>(Shell.java:245) > at org.eclipse.swt.widgets.Shell.<init>(Shell.java:323) > at org.eclipse.jface.window.Window.createShell(Window.java:335) > at org.eclipse.jface.window.Window.create(Window.java:301) > at org.eclipse.jface.window.Window.open(Window.java:552) > at org.eclipse.jface.dialogs.ErrorDialog.open(ErrorDialog.java:307) > at > org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:370) > at > org.eclipse.jface.dialogs.ErrorDialog.openError(ErrorDialog.java:333) > at > net.sourceforge.xmlceclipse.core.util.CoreUtil.showException(CoreUtil.java: >4 6) > at > net.sourceforge.xmlceclipse.core.XmlcBuilder.fullBuild(XmlcBuilder.java:300 >) at > net.sourceforge.xmlceclipse.core.XmlcBuilder.build(XmlcBuilder.java:275) > at > org.eclipse.core.internal.events.BuildManager$2.run(BuildManager.java:427) > at > org.eclipse.core.internal.runtime.InternalPlatform.run(InternalPlatform.jav >a > > :1006) > > at org.eclipse.core.runtime.Platform.run(Platform.java:413) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java: >1 25) > at > org.eclipse.core.internal.events.BuildManager.basicBuild(BuildManager.java: >1 81) > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Xmlceclipse-development mailing list > Xml...@li... > https://lists.sourceforge.net/lists/listinfo/xmlceclipse-development |