Skip to content

Instantly share code, notes, and snippets.

@exhuma
Created April 2, 2013 08:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save exhuma/5290703 to your computer and use it in GitHub Desktop.
Save exhuma/5290703 to your computer and use it in GitHub Desktop.
plovr-build-error-2
Buildfile: /home/exhuma/work/__libs__/plovr/build.xml
pre-compile:
compile:
[mkdir] Created dir: /home/exhuma/work/__libs__/plovr/closure/closure-templates/build/classes
[mkdir] Created dir: /home/exhuma/work/__libs__/plovr/closure/closure-templates/build/genfiles
[mkdir] Created dir: /home/exhuma/work/__libs__/plovr/closure/closure-templates/build/genfiles/com/google/template/soy/exprparse
[mkdir] Created dir: /home/exhuma/work/__libs__/plovr/closure/closure-templates/build/genfiles/com/google/template/soy/soyparse
[javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file /home/exhuma/work/__libs__/plovr/closure/closure-templates/java/src/com/google/template/soy/exprparse/ExpressionParser.jj . . .
[javacc] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "SimpleCharStream.java" does not exist. Will create one.
[javacc] Parser generated successfully.
[javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file /home/exhuma/work/__libs__/plovr/closure/closure-templates/java/src/com/google/template/soy/soyparse/SoyFileParser.jj . . .
[javacc] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
[javacc] File "TokenMgrError.java" does not exist. Will create one.
[javacc] File "ParseException.java" does not exist. Will create one.
[javacc] File "Token.java" does not exist. Will create one.
[javacc] File "SimpleCharStream.java" does not exist. Will create one.
[javacc] Parser generated successfully.
[javacc] Java Compiler Compiler Version 5.0 (Parser Generator)
[javacc] (type "javacc" with no arguments for help)
[javacc] Reading from file /home/exhuma/work/__libs__/plovr/closure/closure-templates/java/src/com/google/template/soy/soyparse/TemplateParser.jj . . .
[javacc] Note: UNICODE_INPUT option is specified. Please make sure you create the parser/lexer using a Reader with the correct character encoding.
[javacc] Warning: Line 646, Column 3: Regular expression for XXX_NO_CMD_NAME can be matched by the empty string ("") in lexical state AFTER_SOY_TAG_OPEN. This can result in an endless loop of empty string matches.
[javacc] Warning: Line 704, Column 3: Regular expres
[javacc] File "ParseException.java" is being rebuilt.
[javacc] File "Token.java" is being rebuilt.
[javacc] File "SimpleCharStream.java" is being rebuilt.
[javacc] Parser generated with 0 errors and 3 warnings.
[javac] Compiling 375 source files to /home/exhuma/work/__libs__/plovr/closure/closure-templates/build/classes
rhino:
properties:
init:
compile:
compile-most:
compile-jdk15:
compile:
properties:
compile:
xmlimplsrc-compile:
[echo] Calling /home/exhuma/work/__libs__/plovr/closure/closure-compiler/lib/rhino/xmlimplsrc/build.xml
compile:
compile-all:
compile:
jar:
rhino-jarjar:
[jarjar] Updating jar: /home/exhuma/work/__libs__/plovr/closure/closure-compiler/build/lib/rhino.jar
compile:
[mkdir] Created dir: /home/exhuma/work/__libs__/plovr/build/classes
[javac] Compiling 947 source files to /home/exhuma/work/__libs__/plovr/build/classes
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ChainableReverseAbstractInterpreter.java:180: error: <anonymous com.google.javascript.jscomp.ChainableReverseAbstractInterpreter$1> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new Visitor<JSType>() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ChainableReverseAbstractInterpreter.java:258: error: <anonymous com.google.javascript.jscomp.ChainableReverseAbstractInterpreter$2> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new Visitor<JSType>() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ChainableReverseAbstractInterpreter.java:503: error: ChainableReverseAbstractInterpreter.RestrictByOneTypeOfResultVisitor is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] private class RestrictByOneTypeOfResultVisitor
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ClosureReverseAbstractInterpreter.java:47: error: <anonymous com.google.javascript.jscomp.ClosureReverseAbstractInterpreter$1> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new RestrictByTrueTypeOfResultVisitor() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ClosureReverseAbstractInterpreter.java:66: error: <anonymous com.google.javascript.jscomp.ClosureReverseAbstractInterpreter$2> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new RestrictByFalseTypeOfResultVisitor() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ClosureReverseAbstractInterpreter.java:78: error: <anonymous com.google.javascript.jscomp.ClosureReverseAbstractInterpreter$3> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new RestrictByTrueTypeOfResultVisitor() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/ClosureReverseAbstractInterpreter.java:99: error: <anonymous com.google.javascript.jscomp.ClosureReverseAbstractInterpreter$4> is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] new RestrictByFalseTypeOfResultVisitor() {
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/SemanticReverseAbstractInterpreter.java:477: error: SemanticReverseAbstractInterpreter.RestrictByTrueInstanceOfResultVisitor is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] private class RestrictByTrueInstanceOfResultVisitor
[javac] ^
[javac] /home/exhuma/work/__libs__/plovr/closure/closure-compiler/src/com/google/javascript/jscomp/SemanticReverseAbstractInterpreter.java:531: error: SemanticReverseAbstractInterpreter.RestrictByFalseInstanceOfResultVisitor is not abstract and does not override abstract method caseTemplateType(TemplateType) in Visitor
[javac] private class RestrictByFalseInstanceOfResultVisitor
[javac] ^
[javac] 9 errors
BUILD FAILED
/home/exhuma/work/__libs__/plovr/build.xml:90: Compile failed; see the compiler error output for details.
Total time: 29 seconds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment