Aaron, did you forget a commit here? I'm happy to fix if you let me know where this is heading - I can't tell if you're going towards an Argument hierarchy or the mid-point of refactoring away from it?
Thanks, --tim On Wed, Oct 1, 2014 at 5:21 PM, Apache Jenkins Server <[email protected]> wrote: > See > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/833/> > > ------------------------------------------ > [INFO] > [INFO] > ------------------------------------------------------------------------ > [INFO] Building Blur Core 0.2.4-incubating-SNAPSHOT-hadoop1 > [INFO] > ------------------------------------------------------------------------ > [INFO] > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ blur-core --- > [INFO] Deleting > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/target> > [INFO] > [INFO] --- maven-remote-resources-plugin:1.4:process (default) @ blur-core --- > [INFO] > [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ > blur-core --- > [INFO] Using 'UTF-8' encoding to copy filtered resources. > [INFO] skip non existing resourceDirectory > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/resources> > [INFO] Copying 3 resources > [INFO] > [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ blur-core > --- > [INFO] Compiling 145 source files to > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/target/classes> > [INFO] ------------------------------------------------------------- > [ERROR] COMPILATION ERROR : > [INFO] ------------------------------------------------------------- > [ERROR] > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[61,13] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[67,13] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[75,49] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java>:[110,15] > VM is internal proprietary API and may be removed in a future release > [ERROR] > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/BaseCommandManager.java>:[107,13] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class BaseCommandManager > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/BaseCommandManager.java>:[112,13] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class BaseCommandManager > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/thrift/TableAdmin.java>:[37,30] > error: cannot find symbol > [ERROR] symbol: class Argument > location: package org.apache.blur.command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/thrift/TableAdmin.java>:[643,55] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class TableAdmin > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[62,8] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[62,42] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[68,8] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[68,42] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[96,26] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/command/Command.java>:[100,26] > error: cannot find symbol > [ERROR] symbol: class Argument > location: class Command<R> > where R is a type-variable: > R extends Object declared in class Command > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/thrift/ThriftBlurShardServer.java>:[170,87] > VM is internal proprietary API and may be removed in a future release > [ERROR] > <https://builds.apache.org/job/Blur-master-jdk7/org.apache.blur$blur-core/ws/src/main/java/org/apache/blur/thrift/TableAdmin.java>:[645,9] > error: cannot find symbol > [INFO] 16 errors > [INFO] -------------------------------------------------------------
