Did anybody manage to get GWT to build in Eclipse? What's your
experience?
I managed to get dev/core to compile in eclipse, but had to filter out
dev/core/super/com/google/gwt/dev/jjs/intrinsic/com/google/gwt/lang/
directory - looks like java classes in it are meant to be added to the
jar as source files, without compilation. Also, I few tests are failing
for me (tests named testCompile in a handful of test suites) - I think
it's because the tests are trying to access .java files as resources.
Cheers,
-Dmitri
The same bunch of tests are failing though:
com.google.gwt.dev.jjs.inneroutersuper.Test
com.google.gwt.dev.jjs.jdtcoverage.Test
com.google.gwt.dev.jjs.WebModeCompilerNoRebind
com.google.gwt.dev.jjs.uprefs.Test
com.google.gwt.dev.jjs.WebModeCompilerSamePackageRebind
Cheers,
-Dmitri
On Jan 22, 9:15 pm, "Scott Blum" <sco...@google.com> wrote:
> Have you tried importing the projects that are already there under
> trunk/eclipse?
>
Cheers (and thanks for all the help),
-Dmitri
On Jan 22, 11:11 pm, "Scott Blum" <sco...@google.com> wrote:
> I believe those unit tests are currently dead. Those are some old tests
> that never got properly ported to the new system; some of their test
> functionality also overlaps with live tests. So basically, this is all in a
> bad state. But if anyone's interested in resurrection... :)
>