This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package com.vertispan.tools; | |
import com.squareup.javapoet.ClassName; | |
import com.squareup.javapoet.JavaFile; | |
import com.squareup.javapoet.MethodSpec; | |
import com.squareup.javapoet.ParameterSpec; | |
import com.squareup.javapoet.TypeSpec; | |
import java.io.File; | |
import java.io.IOException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ERROR] An internal compiler exception occurred | |
com.google.gwt.dev.jjs.InternalCompilerException: Error constructing Java AST | |
at com.google.gwt.dev.jjs.impl.GwtAstBuilder.translateException(GwtAstBuilder.java:4033) | |
at com.google.gwt.dev.jjs.impl.GwtAstBuilder$AstVisitor.endVisit(GwtAstBuilder.java:647) | |
at org.eclipse.jdt.internal.compiler.ast.ConditionalExpression.traverse(ConditionalExpression.java:827) | |
at org.eclipse.jdt.internal.compiler.ast.BinaryExpression.traverse(BinaryExpression.java:1920) | |
at org.eclipse.jdt.internal.compiler.ast.MessageSend.traverse(MessageSend.java:1107) | |
at org.eclipse.jdt.internal.compiler.ast.MethodDeclaration.traverse(MethodDeclaration.java:365) | |
at org.eclipse.jdt.internal.compiler.ast.TypeDeclaration.traverse(TypeDeclaration.java:1448) | |
at com.google.gwt.dev.jjs.impl.GwtAstBuilder.processImpl(GwtAstBuilder.java:3969) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// input file to test with, named in the pom.xml | |
var hello = "world"; | |
window.alert("Hello, " + hello + "!"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Generated("org.gwtproject.editor.processor.DriverProcessor") | |
public class DelegateMapTest_1PersonEditorWithCoAddressEditorView_manager_name_Context extends AbstractEditorContext<String> { | |
private final Person parent; | |
public DelegateMapTest_1PersonEditorWithCoAddressEditorView_manager_name_Context(Person parent, Editor<String> editor, String path) { | |
super(editor, path); | |
this.parent = parent; | |
} | |
@Override |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* -*-java-extended-*- | |
* Copyright (c) 1999 World Wide Web Consortium | |
* (Massachusetts Institute of Technology, Institut National de Recherche | |
* en Informatique et en Automatique, Keio University). | |
* All Rights Reserved. http://www.w3.org/Consortium/Legal/ | |
* | |
* $Id: Parser.jj,v 1.15 2000/10/27 21:09:37 plehegar Exp $ | |
*/ | |
options { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[colin@runes lienzo-core (jstype)]$ MAVEN_OPTS='-Xmx2g' mvn clean install | |
[INFO] Scanning for projects... | |
[INFO] | |
[INFO] ------------------------< org.kie:lienzo-core >------------------------- | |
[INFO] Building [KIE] Lienzo - Core Framework 7.15.0-SNAPSHOT | |
[INFO] --------------------------------[ war ]--------------------------------- | |
[INFO] | |
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ lienzo-core --- | |
[INFO] Deleting /home/colin/workspace/lienzo-core/target | |
[INFO] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import com.google.gwt.core.client.EntryPoint; | |
import elemental2.dom.DataTransfer; | |
import elemental2.dom.DragEvent; | |
import elemental2.dom.Element; | |
import elemental2.dom.File; | |
import elemental2.dom.FileList; | |
import elemental2.dom.FormData; | |
import elemental2.dom.HTMLDivElement; | |
import elemental2.dom.XMLHttpRequest; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plugin> | |
<groupId>net.ltgt.gwt.maven</groupId> | |
<artifactId>gwt-maven-plugin</artifactId> | |
<version>1.0-rc-7</version> | |
<extensions>true</extensions> | |
<configuration> | |
... | |
<!-- Disable assertions to avoid incorrect compiler errors, but enable test assertions anyway --> | |
<enableAssertions>false</enableAssertions> | |
<testArgs> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | |
<artifactId>incubator</artifactId> | |
<groupId>aleph.engineering</groupId> | |
<name>Aleph Engineering InCubator Parent</name> | |
<version>0.0.1-SNAPSHOT</version> | |
<modelVersion>4.0.0</modelVersion> | |
<packaging>pom</packaging> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Testsuite: com.google.gwt.emultest.EmulJava8Suite | |
Tests run: 232, Failures: 0, Errors: 232, Skipped: 0, Time elapsed: 25.04 sec | |
------------- Standard Output --------------- | |
Logging initialized @1567ms | |
jetty-9.2.z-SNAPSHOT | |
Started c.g.g.j.@1d2adfbe{/,file:/Users/colin/workspace/gwt/build/out/user/test/web-htmlunit/www/,AVAILABLE}{/Users/colin/workspace/gwt/build/out/user/test/web-htmlunit/www} | |
Started ServerConnector@29b6a78b{HTTP/1.1}{0.0.0.0:51860} | |
Started @1947ms | |
Compiling module com.google.gwt.emultest.EmulSuite.JUnit | |
[ERROR] Unexpected internal compiler error |
NewerOlder