GWT builds using a pre-configured docker image
871
Docker Image to build GWT without effort.
Can be used on any Linux with installed docker-engine.
docker run --rm -v `pwd`:/gwt foxylion/gwt-build ant clean dist-devThe built jars can be found under build/lib/.
cd gwt-buildvagrant upvagrant sshcd /vagrantdocker run --rm -v `pwd`:/gwt foxylion/gwt-build ant clean dist-devThe built jars can be found under build/lib/.
Content type
Image
Digest
Size
993.2 MB
Last updated
almost 9 years ago
docker pull foxylion/gwt-build