Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Created November 17, 2010 21:27
Show Gist options
  • Select an option

  • Save gashcrumb/704121 to your computer and use it in GitHub Desktop.

Select an option

Save gashcrumb/704121 to your computer and use it in GitHub Desktop.
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.0.2:compile (default-compile) on project fusemq-openwire: Compilation failure: Compilation failure:
[ERROR] /Users/gashcrumb/Work/Source/fusemqext/fusemq-openwire/src/main/scala/org/fusesource/fusemq/openwire/codec/OpenWireFormat.java:[174,36] cannot find symbol
[ERROR] symbol : method big(org.fusesource.hawtbuf.Buffer)
[ERROR] location: class org.fusesource.hawtbuf.BufferEditor
[ERROR]
[ERROR] /Users/gashcrumb/Work/Source/fusemqext/fusemq-openwire/src/main/scala/org/fusesource/fusemq/openwire/command/ActiveMQBytesMessage.java:[70,49] cannot find symbol
[ERROR] symbol : method big(org.fusesource.hawtbuf.Buffer)
[ERROR] location: class org.fusesource.hawtbuf.BufferEditor
[ERROR] -> [Help 1]
[ERROR]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment