Skip to content

Instantly share code, notes, and snippets.

@oliverlietz
Created February 26, 2012 12:07
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 oliverlietz/1916339 to your computer and use it in GitHub Desktop.
Save oliverlietz/1916339 to your computer and use it in GitHub Desktop.
com.hdcookbook.grin.io.xml build failure
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project com.hdcookbook.grin.io.xml: Compilation failure: Compilation failure:
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[251,20] setExported(java.lang.String[],java.lang.String[],java.lang.String[],java.lang.String[]) in com.hdcookbook.grin.io.ShowBuilder cannot be applied to (java.lang.String[],java.lang.String[],java.lang.String[])
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[566,15] cannot find symbol
[ERROR] symbol : method setOutlineWidth(java.lang.Integer)
[ERROR] location: class com.hdcookbook.grin.features.SEBox
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[568,15] cannot find symbol
[ERROR] symbol : method setOutlineWidth(int)
[ERROR] location: class com.hdcookbook.grin.features.SEBox
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[971,15] cannot find symbol
[ERROR] symbol : constructor SEText(com.hdcookbook.grin.SEShow,java.lang.String,int,int,int,java.lang.String[],int,java.awt.Font,java.awt.Color[],int,java.awt.Color)
[ERROR] location: class com.hdcookbook.grin.features.SEText
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1039,27] <anonymous com.hdcookbook.grin.io.xml.ShowXMLReader$12> is not abstract and does not override abstract method markDisplayAreasChanged() in com.hdcookbook.grin.Feature
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1218,15] cannot find symbol
[ERROR] symbol : constructor SECommandRCHandler(java.lang.String,int,com.hdcookbook.grin.commands.Command[])
[ERROR] location: class com.hdcookbook.grin.input.SECommandRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1259,14] cannot find symbol
[ERROR] symbol : method setGrid(java.util.ArrayList<java.util.ArrayList<com.hdcookbook.grin.io.builders.VisualRCHandlerCell>>)
[ERROR] location: class com.hdcookbook.grin.io.builders.VisualRCHandlerHelper
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1286,14] cannot find symbol
[ERROR] symbol : method setRCOverrides(java.util.Map<java.lang.String,java.lang.String>)
[ERROR] location: class com.hdcookbook.grin.io.builders.VisualRCHandlerHelper
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1404,33] cannot find symbol
[ERROR] symbol : method getNext()
[ERROR] location: class com.hdcookbook.grin.io.xml.SegmentType
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1405,38] cannot find symbol
[ERROR] symbol : method getSetupDone()
[ERROR] location: class com.hdcookbook.grin.io.xml.SegmentType
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1504,54] cannot find symbol
[ERROR] symbol : method getHelper()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLReader.java:[1508,19] setup(boolean,int,com.hdcookbook.grin.input.VisualRCHandler,boolean,int) in com.hdcookbook.grin.commands.SESetVisualRCStateCommand cannot be applied to (boolean,int,com.hdcookbook.grin.input.SEVisualRCHandler,boolean)
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[266,31] cannot find symbol
[ERROR] symbol : method setSetupDone(com.hdcookbook.grin.io.xml.CommandListType)
[ERROR] location: class com.hdcookbook.grin.io.xml.SegmentType
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[268,31] cannot find symbol
[ERROR] symbol : method setNext(com.hdcookbook.grin.io.xml.CommandListType)
[ERROR] location: class com.hdcookbook.grin.io.xml.SegmentType
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[305,30] cannot find symbol
[ERROR] symbol : method getOutlineWidth()
[ERROR] location: class com.hdcookbook.grin.features.SEBox
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[830,46] cannot find symbol
[ERROR] symbol : method getHelper()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[834,50] cannot find symbol
[ERROR] symbol : method getAssembly()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[838,63] getGrid(int) in com.hdcookbook.grin.io.builders.VisualRCHandlerHelper cannot be applied to ()
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[842,44] cannot find symbol
[ERROR] symbol : method getSelectCommands()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[843,46] cannot find symbol
[ERROR] symbol : method getActivateCommands()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[844,44] cannot find symbol
[ERROR] symbol : method getActivateFeatures()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[845,42] cannot find symbol
[ERROR] symbol : method getSelectFeatures()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[846,39] cannot find symbol
[ERROR] symbol : method getMouseRectStates()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[906,60] getRCOverrides(int) in com.hdcookbook.grin.io.builders.VisualRCHandlerHelper cannot be applied to ()
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[917,39] cannot find symbol
[ERROR] symbol : method getStartSelected()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[921,26] cannot find symbol
[ERROR] symbol : method getTimeout()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
[ERROR] /[...]/com.hdcookbook.grin.io.xml/src/main/java/com/hdcookbook/grin/io/xml/ShowXMLWriter.java:[926,36] cannot find symbol
[ERROR] symbol : method getTimeoutCommands()
[ERROR] location: class com.hdcookbook.grin.input.SEVisualRCHandler
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment