See <http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/84/changes>

Changes:

[Alex Harui] add our first JX compiler error and plumbing to pass it up to the 
output

------------------------------------------
[...truncated 531 lines...]
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:127:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                          .create("in");
    [javac]                                          ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:132:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                         .hasArg()
    [javac]                                         ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:133:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                         .withDescription("make the 
packages in the abc file available for import")
    [javac]                                         ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:134:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                         .create("import");
    [javac]                                         ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:139:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                       .hasArg()
    [javac]                                       ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:140:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                       .withDescription("set the 
language for output strings {EN|FR|DE|IT|ES|JP|KR|CN|TW}")
    [javac]                                       ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:141:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                       .create("language");
    [javac]                                       ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:146:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:147:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import 
a swc library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:148:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:149:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .create("li"));
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:153:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .hasArg()
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:154:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withDescription("import 
a swc as external library")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:155:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .withLongOpt("libraryext")
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:156:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                           .create("le"));
    [javac]                                           ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:160:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArgs()
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:161:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("optimizer 
configuration")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:162:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withLongOpt("O2")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:163:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("o2");
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:168:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:169:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the 
directory of the output files")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:170:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("outdir");
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:175:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .hasArg()
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:176:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .withDescription("Change the 
basename of the output file")
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:177:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                     .create("out");
    [javac]                                     ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:185:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:186:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .withValueSeparator(',')
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:187:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .withDescription("emit a SWF 
file")
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:188:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .create("swf");
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:193:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .hasArg()
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:194:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      
.withDescription("automatically use a namespace when compiling this code")
    [javac]                                      ^
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/src/org/apache/flex/compiler/internal/clients/CLIFactory.java>:195:
 warning: [static] static method should be qualified by type name, 
OptionBuilder, instead of by an expression
    [javac]                                      .create("use");
    [javac]                                      ^
    [javac] 54 warnings
     [copy] Copying 4 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>

problem.localizer:
    [javac] Compiling 1 source file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/classes>
    [javac] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
    [javac] 1 warning

set.messages.en.uptodate:

localization:

version-info:

set.compiler.jar.uptodate:

compiler.jar:
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib>
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/compiler.jar>

set.falcon.asc.jar.uptodate:

falcon.asc.jar:
      [jar] Building MANIFEST-only jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-asc.jar>

set.falcon.mxmlc.jar.uptodate:

falcon.mxmlc.jar:
      [jar] Building MANIFEST-only jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-mxmlc.jar>

set.falcon.compc.jar.uptodate:

falcon.compc.jar:
      [jar] Building MANIFEST-only jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-compc.jar>

set.falcon.optimizer.jar.uptodate:

falcon.optimizer.jar:
      [jar] Building MANIFEST-only jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-optimizer.jar>

set.falcon.swfdump.jar.uptodate:

falcon.swfdump.jar:
      [jar] Building MANIFEST-only jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-swfdump.jar>

set.falcon.flextasks.jar.uptodate:

falcon.flextasks.jar:
      [jar] Building jar: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/falcon-flexTasks.jar>

jar:

dist-dev:
     [copy] Copying 13 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/lib/external>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/ant/lib>
     [copy] Copying 14 files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler/generated/dist/sdk/bin>

sdk:

compiler.jx:

prebuild:
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/classes>
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/google/closure-compiler>

prepare:
     [echo] Making lib directory 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib>

commons-io-jar-check:

commons-io-jar-jx:

echo-commons-jar:

check-cache:

download-zip:
    [mkdir] Created dir: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in>

get-if-not-cached:
      [get] Getting: 
http://archive.apache.org/dist/commons/io/binaries/commons-io-2.0.1-bin.tar.gz
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/commons-io-2.0.1-bin.tar.gz>

check-sum:

put-in-cache:

copy-if-cached:

untar-file:
    [untar] Expanding: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/commons-io-2.0.1-bin.tar.gz>
 into 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/temp>

unzip-file:

copy-downloaded-jar:
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib>
     [copy] Copying 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/temp/commons-io-2.0.1/commons-io-2.0.1.jar>
 to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/commons-io.jar>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib>
   [delete] Deleting directory 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/temp/commons-io-2.0.1>

closure-jar-check:

closure-jar:

echo-closure-jar:

check-cache:

download-zip:

get-if-not-cached:
      [get] Getting: http://dl.google.com/closure-compiler/compiler-20140303.zip
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/compiler-20140303.zip>

check-sum:

put-in-cache:

copy-if-cached:

untar-file:

unzip-file:
    [unzip] Expanding: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/compiler-20140303.zip>
 into 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/in/temp>

copy-downloaded-jar:
      [get] Getting: http://www.apache.org/licenses/LICENSE-2.0
      [get] To: 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/google/closure-compiler/closure-LICENSE.txt>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/lib/google/closure-compiler>

main:

copyFiles:
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/lib>
     [copy] Copying 1 file to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/lib/google/closure-compiler>

compile:
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build.xml>:67:
 warning: 'includeantruntime' was not set, defaulting to 
build.sysclasspath=last; set to false for repeatable builds
    [javac] Compiling 100 source files to 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build/classes>
    [javac] 
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/src/org/apache/flex/compiler/problems/UnsupportedLanguageFeatureProblem.java>:22:
 error: cannot access Token
    [javac]         super(site);
    [javac]              ^
    [javac]   class file for antlr.Token not found
    [javac] 1 error

BUILD FAILED
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/build.xml>:90: The 
following error occurred while executing this line:
<http://apacheflexbuild.cloudapp.net:8080/job/flex-falcon/ws/compiler.jx/build.xml>:67:
 Compile failed; see the compiler error output for details.

Total time: 2 minutes 19 seconds
Build step 'Invoke Ant' marked build as failure
Archiving artifacts
Recording test results

Reply via email to