Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-incubator-e4-dev] Problem getting the SWT/Dojo demo to run


Hi Ralf -

You need not worry about compile errors in the Java code. As long as the build file can run without any exceptions
from the GWT compiler, you should be fine. _javascript_ errors, on the other hand, are a real problem.

I took a look at the Dojo demo today (with 1.0.2 and GWT 1.4.) and while I could get it to compile there are
JS errors popping up that were not there before. I'm going to spend some time next week getting the demos
running again on the latest and greatest releases of both GWT and Dojo. I'll post here and let you know
when things are good to go. Sorry about any confusion!

Thanks,
Bogdan



Ralf Sternberg <rsternberg@xxxxxxxxxxxxxx>
Sent by: eclipse-incubator-e4-dev-bounces@xxxxxxxxxxx

08/08/2008 07:51 AM

Please respond to
E4 developer list <eclipse-incubator-e4-dev@xxxxxxxxxxx>

To
E4 developer list <eclipse-incubator-e4-dev@xxxxxxxxxxx>
cc
Subject
Re: [eclipse-incubator-e4-dev] Problem getting the SWT/Dojo demo        to        run





Hi Bogdan,

thanks for your help. Unfortunately, the very same error persists even
with dojo 1.0.2. I also have a lot of compile errors in the projects
from the swt-e4Set.psf which I guess might cause the _javascript_ errors.

Some errors I could resolve by adding the GWT libs to the build path of
org.eclipse.swt.e4 and uncommenting references to a missing swt.effects
package, others have something to do with replaced java.lang classes.

Are the demo projects currently under construction? If so, we would
rather wait until they work again.

Thanks, Ralf

Bogdan Gheorghe wrote:
>
> Hi guys -
>
> When we got the demo running we were using the latest GWT and Dojo
> available at the time:  GWT 1.4.x and Dojo 1.0.2. Try using those and
> you should be able to compile. Note that we are looking at what needs to
> be done to get things running with the latest releases of both GWT and
> Dojo.
>
> Thanks,
> Bogdan
>
>
>
> *Ralf Sternberg <rsternberg@xxxxxxxxxxxxxx>*
> Sent by: eclipse-incubator-e4-dev-bounces@xxxxxxxxxxx
>
> 08/07/2008 06:41 AM
> Please respond to
> E4 developer list <eclipse-incubator-e4-dev@xxxxxxxxxxx>
>
>
>                  
> To
>                  E4 developer list <eclipse-incubator-e4-dev@xxxxxxxxxxx>
> cc
>                  
> Subject
>                  [eclipse-incubator-e4-dev] Problem getting the SWT/Dojo demo to run
>
>
>                  
>
>
>
>
>
> Hi,
>
> we just followed the step-by-step tutorial [1], SWT Dojo section.
> The ant build completed successfully, but the index.html threw an
> _javascript_ error:
>
> self is undefined
> var styleWidth = self.style.width.replace('px', '');
>  in file 2C51FBE51BE0BDFB6FBA6F7223A42432.cache.html, line 10093.
>
> We used Dojo 1.1.1 and GTW version 1.4.62 (the latest version 1.5RC1
> didn't work).
>
> Any suggestions?
>
> Best Regards,
> Ralf and Frank
>
> [1] http://wiki.eclipse.org/E4/Running_the_demos
> _______________________________________________
> eclipse-incubator-e4-dev mailing list
> eclipse-incubator-e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipse-incubator-e4-dev
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> eclipse-incubator-e4-dev mailing list
> eclipse-incubator-e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/eclipse-incubator-e4-dev

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


Back to the top