GWT: Compiler Adapter

Simple project implementing a workaround for https://github.com/gwtproject/gwt/issues/4170

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.collaborne.build
ArtifactId

ArtifactId

gwt-compiler-adapter
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

GWT: Compiler Adapter
Simple project implementing a workaround for https://github.com/gwtproject/gwt/issues/4170
Project Organization

Project Organization

Collaborne B.V.

Download gwt-compiler-adapter

How to add to project

<!-- https://jarcasting.com/artifacts/com.collaborne.build/gwt-compiler-adapter/ -->
<dependency>
    <groupId>com.collaborne.build</groupId>
    <artifactId>gwt-compiler-adapter</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.collaborne.build/gwt-compiler-adapter/
implementation 'com.collaborne.build:gwt-compiler-adapter:1.1'
// https://jarcasting.com/artifacts/com.collaborne.build/gwt-compiler-adapter/
implementation ("com.collaborne.build:gwt-compiler-adapter:1.1")
'com.collaborne.build:gwt-compiler-adapter:jar:1.1'
<dependency org="com.collaborne.build" name="gwt-compiler-adapter" rev="1.1">
  <artifact name="gwt-compiler-adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.collaborne.build', module='gwt-compiler-adapter', version='1.1')
)
libraryDependencies += "com.collaborne.build" % "gwt-compiler-adapter" % "1.1"
[com.collaborne.build/gwt-compiler-adapter "1.1"]

Dependencies

provided (2)

Group / Artifact Type Version
org.eclipse.jdt.core.compiler : ecj jar 4.2.2
org.apache.ant : ant jar 1.8.1

Project Modules

There are no modules declared in this project.

gwt-compiler-adapter

A simple wrapper for the standard compiler used by GWT to increase the logging.

See https://github.com/gwtproject/gwt/issues/4170#issuecomment-110767227 for the original idea and sources.

Usage

  1. Add the gwt-compiler-adapter dependency to pom.xml

    <dependency>
      <groupId>com.collaborne.build</groupId>
      <artifactId>gwt-compiler-adapter</artifactId>
      <version>1.1</version>
      <scope>test</scope>
    </dependency>
    
  2. Add -Dgwt.compiler=com.collaborne.build.gwt.GWTCompiler to the VM arguments of the GWT SuperDevMode launcher

License

This software is licensed under the Apache 2 license, quoted below.

Copyright 2015-2016 Collaborne B.V. <http://github.com/Collaborne/>

Licensed under the Apache License, Version 2.0 (the "License"); you may not 
use this file except in compliance with the License. You may obtain a copy of
the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the 
License for the specific language governing permissions and limitations under
the License.
com.collaborne.build

Collaborne

Versions

Version
1.1
1.0