Comment by tutufan:
Thanks. I had guessed this value for GWT_TOOLS, but the compile seems not
to work (ant 1.7.1, java 64-bit OpenJDK 1.6.0). The first few errors look
like
{{{
[taskdef] Could not load definitions from resource
net/sf/antcontrib/antlib.xml. It could not be found.
}}}
and
{{{
[gwt.javac]
/home/mkc/gwt-svn/google-web-toolkit-read-only/build-tools/customchecks/src/com/google/gwt/checkstyle/FieldCheck.java:19:
package com.puppycrawl.tools.checkstyle.api does not exist
[gwt.javac] import com.puppycrawl.tools.checkstyle.api.DetailAST;
}}}
which makes me think there are missing dependencies. Poking around a
little, it looks like some of these are antlr, checkstyle, and beanutils,
which I was able to find packages for. I'm now stuck on 'tapestry':
{{{
/home/mkc/gwt-svn/google-web-toolkit-read-only/dev/core/build.xml:25: the
archive tapestry-util-text-4.0.2.jar doesn't exist
}}}
It'd be helpful to have a description of how to build this on
Ubuntu--something like "install these 10 packages, run this command, and it
builds".
For more information:
http://code.google.com/p/google-web-toolkit/wiki/UsingOOPHM
--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---