GWT: Compiler Adapter

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

Лицензия

Лицензия

Категории

Категории

GWT (Google Web Toolkit) Взаимодействие с пользователем Веб-фреймворки
Группа

Группа

com.collaborne.build
Идентификатор

Идентификатор

gwt-compiler-adapter
Последняя версия

Последняя версия

1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

GWT: Compiler Adapter
Simple project implementing a workaround for https://github.com/gwtproject/gwt/issues/4170
Организация-разработчик

Организация-разработчик

Collaborne B.V.

Скачать gwt-compiler-adapter

Как подключить последнюю версию

<!-- 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"]

Зависимости

provided (2)

Идентификатор библиотеки Тип Версия
org.eclipse.jdt.core.compiler : ecj jar 4.2.2
org.apache.ant : ant jar 1.8.1

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1
1.0