Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » FileUpload compile error
FileUpload compile error [message #83610] Sun, 20 April 2008 10:49 Go to next message
David Donohue is currently offline David DonohueFriend
Messages: 104
Registered: July 2009
Senior Member
Hello,
I am getting a compile error in the Upload widget.
I just updated to latest RAP version 1.1 and updated from CVS the
latest org.eclipse.rwt.widgets.upload bundle

The 2 compile errors are in line 166 and 167 of Upload.java:

if( !getDisplay().readAndDispatch() ) {
getDisplay().sleep();

Anybody have this plugin working?
Thanks,
David
Re: FileUpload compile error [message #83624 is a reply to message #83610] Sun, 20 April 2008 13:27 Go to previous message
Eclipse UserFriend
Originally posted by: evolanakis.innoopract.com

Hi David,

which version of the RAP Target are you using?

If the compile error on Display.readAndDispatch() and Display.sleep(),
you might be using an older version of the RAP Target. See if it goes
away after upgrading to RAP 1.1 M2 or newer.

Regards,
Elias.

David Donohue wrote:
> Hello,
> I am getting a compile error in the Upload widget. I just updated to
> latest RAP version 1.1 and updated from CVS the latest
> org.eclipse.rwt.widgets.upload bundle
>
> The 2 compile errors are in line 166 and 167 of Upload.java:
>
> if( !getDisplay().readAndDispatch() ) {
> getDisplay().sleep();
>
> Anybody have this plugin working?
> Thanks,
> David
>
Previous Topic:Problems building a war file of my RAP application
Next Topic:Properties view
Goto Forum:
  


Current Time: Fri Apr 26 01:29:01 GMT 2024

Powered by FUDForum. Page generated in 0.03527 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top