Sign inSign up

foxylion/gwt-build

By foxylion

Updated almost 9 years ago

GWT builds using a pre-configured docker image

Image
0

871

foxylion/gwt-build repository overview

GWT Build with a Docker Image

Docker Stars Docker Pulls

Docker Image to build GWT without effort.

Build GWT on Linux

Can be used on any Linux with installed docker-engine.

  1. Siwtch into your gwt Git directory
  2. Run Docker container docker run --rm -v `pwd`:/gwt foxylion/gwt-build ant clean dist-dev

The built jars can be found under build/lib/.

Build GWT on Windows

  1. Clone this repository into your GWT Git repository.
  2. Switch into the cloned repository cd gwt-build
  3. Start Vagrant machine vagrant up
  4. SSH into the machine vagrant ssh
  5. Change to the build directory cd /vagrant
  6. Run Docker container docker run --rm -v `pwd`:/gwt foxylion/gwt-build ant clean dist-dev

The built jars can be found under build/lib/.

Tag summary

Content type

Image

Digest

Size

993.2 MB

Last updated

almost 9 years ago

docker pull foxylion/gwt-build