yTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 36 more
3543 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 37 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:73)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
3589 DEBUG org.geopublishing.atlasStyler.SinglePolygonSymbolRuleList not firing event because there are 1 'quites' still on the stack
3609 WARN org.geopublishing.atlasStyler.UniqueValuesRuleList Asked to remove a value that doesn't exist !?: 'ALLOTHERS_RULE_ID'
3609 DEBUG org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList not firing event WithDefaultRule set to false from RL: org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList@5b31fd9 because there are 1 'quites' still on the stack
3609 DEBUG org.geopublishing.atlasStyler.UniqueValuesRuleList Imported 1 UNIQUE rules
3633 DEBUG org.geopublishing.atlasStyler.TextRuleList filter: [ 1 = 1 ]
3633 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event because there are 1 'quites' still on the stack
3633 DEBUG org.geopublishing.atlasStyler.AtlasStyler Imported 4 valid FeatureTypeStyles, fireing StyleChangedEvents...
3633 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = false
3661 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event Added a new class with position 0 and ruleName DEFAULT from RL: org.geopublishing.atlasStyler.TextRuleList@56a9509d because there are 1 'quites' still on the stack
3662 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = true
[Fatal Error] :-1:-1: Premature end of file.
3664 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 35 more
3667 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 36 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[Fatal Error] :-1:-1: Premature end of file.
3687 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 36 more
3689 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 37 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:75)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
3733 DEBUG org.geopublishing.atlasStyler.SinglePolygonSymbolRuleList not firing event because there are 1 'quites' still on the stack
3743 WARN org.geopublishing.atlasStyler.UniqueValuesRuleList Asked to remove a value that doesn't exist !?: 'ALLOTHERS_RULE_ID'
3743 DEBUG org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList not firing event WithDefaultRule set to false from RL: org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList@61b00766 because there are 1 'quites' still on the stack
3744 DEBUG org.geopublishing.atlasStyler.UniqueValuesRuleList Imported 1 UNIQUE rules
3755 DEBUG org.geopublishing.atlasStyler.TextRuleList filter: [ 1 = 1 ]
3755 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event because there are 1 'quites' still on the stack
3755 DEBUG org.geopublishing.atlasStyler.AtlasStyler Imported 4 valid FeatureTypeStyles, fireing StyleChangedEvents...
3756 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = true
3771 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event Added a new class with position 0 and ruleName DEFAULT from RL: org.geopublishing.atlasStyler.TextRuleList@273f212a because there are 1 'quites' still on the stack
3773 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = false
[Fatal Error] :-1:-1: Premature end of file.
3775 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 35 more
3777 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 36 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[Fatal Error] :-1:-1: Premature end of file.
3796 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 36 more
3798 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 37 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:77)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
3847 DEBUG org.geopublishing.atlasStyler.SinglePolygonSymbolRuleList not firing event because there are 1 'quites' still on the stack
3856 WARN org.geopublishing.atlasStyler.UniqueValuesRuleList Asked to remove a value that doesn't exist !?: 'ALLOTHERS_RULE_ID'
3856 DEBUG org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList not firing event WithDefaultRule set to false from RL: org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList@2a7d2796 because there are 1 'quites' still on the stack
3856 DEBUG org.geopublishing.atlasStyler.UniqueValuesRuleList Imported 1 UNIQUE rules
3867 DEBUG org.geopublishing.atlasStyler.TextRuleList filter: [ 1 = 1 ]
3867 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event because there are 1 'quites' still on the stack
3867 DEBUG org.geopublishing.atlasStyler.AtlasStyler Imported 4 valid FeatureTypeStyles, fireing StyleChangedEvents...
3867 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = false
3883 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event Added a new class with position 0 and ruleName DEFAULT from RL: org.geopublishing.atlasStyler.TextRuleList@47042c25 because there are 1 'quites' still on the stack
3884 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = true
[Fatal Error] :-1:-1: Premature end of file.
3887 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 35 more
3889 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 36 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:167)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
[Fatal Error] :-1:-1: Premature end of file.
3908 WARN de.schmitzm.geotools.styling.StylingUtil ... no styles recognized. Return 'new Style[] { null }'
java.lang.RuntimeException: org.xml.sax.SAXParseException: Premature end of file.
at org.geotools.styling.SLDParser.readXML(SLDParser.java:291)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2518)
at de.schmitzm.geotools.styling.StylingUtil.loadSLD(StylingUtil.java:2494)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2442)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: org.xml.sax.SAXParseException: Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at org.geotools.styling.SLDParser.readXML(SLDParser.java:287)
... 36 more
3910 DEBUG de.schmitzm.geotools.styling.StylingUtil Compating styles StyleImpl[ name=AtlasStyler 1.7-SNAPSHOT] and null failed. So we assume they are different.
javax.xml.transform.TransformerException: Translator error
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:133)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
Caused by: java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
... 37 more
---------
java.lang.NullPointerException
at org.geotools.styling.SLDTransformer$SLDTranslator.encode(SLDTransformer.java:1125)
at org.geotools.xml.transform.TransformerBase$XMLReaderSupport.parse(TransformerBase.java:714)
at org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:432)
at org.geotools.xml.transform.TransformerBase$Task.run(TransformerBase.java:296)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:129)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:117)
at org.geotools.xml.transform.TransformerBase.transform(TransformerBase.java:158)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2467)
at de.schmitzm.geotools.styling.StylingUtil.isStyleDifferent(StylingUtil.java:2444)
at de.schmitzm.geotools.styling.StylingUtil.saveStyleToSld(StylingUtil.java:2907)
at de.schmitzm.geotools.styling.StylingUtil.validates(StylingUtil.java:3095)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testRuleLists(AbstractRulesListTest.java:169)
at org.geopublishing.atlasStyler.AbstractRulesListTest.testEnabledDisabledFilterViaSaveAndLoad(AbstractRulesListTest.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
3947 DEBUG org.geopublishing.atlasStyler.SinglePolygonSymbolRuleList not firing event because there are 1 'quites' still on the stack
3955 WARN org.geopublishing.atlasStyler.UniqueValuesRuleList Asked to remove a value that doesn't exist !?: 'ALLOTHERS_RULE_ID'
3955 DEBUG org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList not firing event WithDefaultRule set to false from RL: org.geopublishing.atlasStyler.UniqueValuesPolygonRuleList@5eef2e7c because there are 1 'quites' still on the stack
3955 DEBUG org.geopublishing.atlasStyler.UniqueValuesRuleList Imported 1 UNIQUE rules
3965 DEBUG org.geopublishing.atlasStyler.TextRuleList filter: [ 1 = 1 ]
3965 DEBUG org.geopublishing.atlasStyler.TextRuleList not firing event because there are 1 'quites' still on the stack
3965 DEBUG org.geopublishing.atlasStyler.AtlasStyler Imported 4 valid FeatureTypeStyles, fireing StyleChangedEvents...
3965 DEBUG org.geopublishing.atlasStyler.TextRuleList Enabled Textrule = true
/tmp/sld981017434769956553junit
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.523 sec
Running org.geopublishing.atlasStyler.ASPropsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Results :
Tests run: 36, Failures: 0, Errors: 0, Skipped: 1
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/pom.xml to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing.atlasStyler$ascore/builds/2011-01-27_17-02-34/archive/org.geopublishing.atlasStyler/ascore/1.7-SNAPSHOT/pom.xml
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing.atlasStyler$ascore/builds/2011-01-27_17-02-34/archive/org.geopublishing.atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT.jar
[INFO] [buildnumber:create {execution: buildnumber in phase initialize}]
[INFO] Storing buildNumber: 201101271703 at timestamp: 1296144186609
[INFO] Executing: /bin/sh -c cd /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore && svn --non-interactive info
[INFO] Working directory: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore
[INFO] Storing buildScmBranch: trunk
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-sources.jar
[INFO] [jar:jar {execution: default}]
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT.jar
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-sources.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-sources.jar
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-tests.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-tests.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from artifactory.wikisquare.de
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT.jar
250K uploaded (ascore-1.7-SNAPSHOT.jar)
[INFO] Retrieving previous metadata from artifactory.wikisquare.de
[INFO] Uploading repository metadata for: 'snapshot org.geopublishing.atlasStyler:ascore:1.7-SNAPSHOT'
[INFO] Retrieving previous metadata from artifactory.wikisquare.de
[INFO] Uploading repository metadata for: 'artifact org.geopublishing.atlasStyler:ascore'
[INFO] Uploading project information for ascore 1.7-SNAPSHOT
[INFO] Retrieving previous build number from artifactory.wikisquare.de
[WARNING] *** CHECKSUM FAILED - Checksum failed on download: local = 'e7f2ec84f68bfc236a80389e3db8ab0d144c2d91'; remote = 'e16beee03bb29ba095e8b315b42568e8a41ce4de' - RETRYING
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-sources.jar
196K uploaded (ascore-1.7-SNAPSHOT-sources.jar)
[INFO] Retrieving previous build number from artifactory.wikisquare.de
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-tests.jar
185K uploaded (ascore-1.7-SNAPSHOT-tests.jar)
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-sources.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing.atlasStyler$ascore/builds/2011-01-27_17-02-34/archive/org.geopublishing.atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-sources.jar
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/ascore/target/ascore-1.7-SNAPSHOT-tests.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing.atlasStyler$ascore/builds/2011-01-27_17-02-34/archive/org.geopublishing.atlasStyler/ascore/1.7-SNAPSHOT/ascore-1.7-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Native .ddl and .so files needed by the Geopublisher application
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [buildnumber:create {execution: buildnumber in phase initialize}]
[INFO] Storing buildNumber: 201101271703 at timestamp: 1296144191964
[INFO] Executing: /bin/sh -c cd /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives && svn --non-interactive info
[INFO] Working directory: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives
[INFO] Storing buildScmBranch: trunk
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 15 resources
[INFO] skip non existing resourceDirectory /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/src/main/natives/windows/64
[INFO] Copying 3 resources
[INFO] Copying 0 resource
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-core/2.5-SNAPSHOT/schmitzm-core-2.5-SNAPSHOT.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] No sources to compile
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/src/test/resources
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-core/2.5-SNAPSHOT/schmitzm-core-2.5-SNAPSHOT-tests.jar
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[HUDSON] Recording test results
[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/pom.xml to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing$gpnatives/builds/2011-01-27_17-02-34/archive/org.geopublishing/gpnatives/1.7-SNAPSHOT/pom.xml
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing$gpnatives/builds/2011-01-27_17-02-34/archive/org.geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT.jar
[INFO] [buildnumber:create {execution: buildnumber in phase initialize}]
[INFO] Storing buildNumber: 201101271703 at timestamp: 1296144197168
[INFO] Executing: /bin/sh -c cd /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives && svn --non-interactive info
[INFO] Working directory: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives
[INFO] Storing buildScmBranch: trunk
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-sources.jar
[INFO] [jar:jar {execution: default}]
[INFO] [jar:test-jar {execution: default}]
[WARNING] JAR will be empty - no content was marked for inclusion!
[INFO] Building jar: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-tests.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT.jar
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-sources.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-sources.jar
[INFO] Installing /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-tests.jar to /usr/share/tomcat6/.m2/repository/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-tests.jar
[INFO] [deploy:deploy {execution: default-deploy}]
[INFO] Retrieving previous build number from artifactory.wikisquare.de
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT.jar
9405K uploaded (gpnatives-1.7-SNAPSHOT.jar)
[INFO] Retrieving previous metadata from artifactory.wikisquare.de
[INFO] Uploading repository metadata for: 'snapshot org.geopublishing:gpnatives:1.7-SNAPSHOT'
[INFO] Uploading project information for gpnatives 1.7-SNAPSHOT
[INFO] Retrieving previous metadata from artifactory.wikisquare.de
[INFO] Uploading repository metadata for: 'artifact org.geopublishing:gpnatives'
[INFO] Retrieving previous build number from artifactory.wikisquare.de
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-sources.jar
9404K uploaded (gpnatives-1.7-SNAPSHOT-sources.jar)
[INFO] Retrieving previous build number from artifactory.wikisquare.de
Uploading: http://artifactory.wikisquare.de/artifactory/libs-snapshots-local/org/geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-tests.jar
2K uploaded (gpnatives-1.7-SNAPSHOT-tests.jar)
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-sources.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing$gpnatives/builds/2011-01-27_17-02-34/archive/org.geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-sources.jar
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpnatives/target/gpnatives-1.7-SNAPSHOT-tests.jar to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing$gpnatives/builds/2011-01-27_17-02-34/archive/org.geopublishing/gpnatives/1.7-SNAPSHOT/gpnatives-1.7-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building gpcore
[INFO] task-segment: [clean, deploy]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] snapshot org.geopublishing:gsrcj:0.5-SNAPSHOT: checking for updates from snapshots.artifactory.wikisquare.de
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/org/geopublishing/gsrcj/0.5-SNAPSHOT/gsrcj-0.5-SNAPSHOT.pom
[INFO] snapshot org.geopublishing:gpsync:1.0-SNAPSHOT: checking for updates from snapshots.artifactory.wikisquare.de
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/org/geopublishing/gpsync/1.0-SNAPSHOT/gpsync-1.0-SNAPSHOT.pom
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/org/geopublishing/gsrcj/0.5-SNAPSHOT/gsrcj-0.5-SNAPSHOT.jar
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-core/2.5-SNAPSHOT/schmitzm-core-2.5-SNAPSHOT.jar
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/org/geopublishing/gpsync/1.0-SNAPSHOT/gpsync-1.0-SNAPSHOT.jar
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-gt/2.5-SNAPSHOT/schmitzm-gt-2.5-SNAPSHOT.jar
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/org/geopublishing/gsrcj/0.5-SNAPSHOT/gsrcj-0.5-SNAPSHOT-tests.jar
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-core/2.5-SNAPSHOT/schmitzm-core-2.5-SNAPSHOT-tests.jar
[INFO] [dependency:build-classpath {execution: Create atlasdependencies.properties}]
[INFO] Wrote classpath file '/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/resources/atlasdependencies.properties'.
[INFO] [buildnumber:create {execution: buildnumber in phase initialize}]
[INFO] Storing buildNumber: 201101271703 at timestamp: 1296144212834
[INFO] Executing: /bin/sh -c cd /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore && svn --non-interactive info
[INFO] Working directory: /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore
[INFO] Storing buildScmBranch: trunk
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 7 resources
[INFO] Copying 123 resources
[INFO] skip non existing resourceDirectory /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/assembly
Downloading: http://artifactory.wikisquare.de/artifactory/libs-snapshots/de/schmitzm/schmitzm-gt/2.5-SNAPSHOT/schmitzm-gt-2.5-SNAPSHOT.jar
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 177 source files to /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/target/classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR :
[INFO] -------------------------------------------------------------
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[26,19] package org.jfree.ui does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[29,27] package schmitzm.geotools.io does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[30,32] package schmitzm.geotools.styling does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[31,18] package schmitzm.io does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[32,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[33,24] package skrueger.geotools does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[34,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[35,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[36,33] package skrueger.swing.swingworker does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[33,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[34,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[35,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[38,31] cannot find symbol
symbol: class ChartStyle
Comparable<DpEntry<? extends ChartStyle>>, Serializable,
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[37,55] cannot find symbol
symbol: class ChartStyle
public abstract class DpEntry<CHART_STYLE_IMPL extends ChartStyle> implements
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[45,39] cannot find symbol
symbol: class StyledLayerInterface
DpEntry<CHART_STYLE_IMPL> implements StyledLayerInterface<E> {
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[45,59] interface expected here
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[44,58] cannot find symbol
symbol: class ChartStyle
public abstract class DpLayer<E, CHART_STYLE_IMPL extends ChartStyle> extends
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[20,32] package schmitzm.geotools.styling does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[21,18] package schmitzm.io does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[22,20] package schmitzm.lang does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[23,21] package schmitzm.swing does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[24,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[39,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[40,24] package skrueger.geotools does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[41,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[42,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[43,21] package skrueger.swing does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[50,36] cannot find symbol
symbol: class Disposable
public class AtlasConfig implements Disposable {
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[518,23] cannot find symbol
symbol : class AtlasStatusDialogInterface
location: class org.geopublishing.atlasViewer.dp.layer.DpLayer<E,CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[100,11] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[270,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[281,28] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[285,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[289,27] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[339,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[346,25] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[447,31] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[31,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[33,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[42,36] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[42,54] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[52,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[56,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[60,21] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[64,22] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[145,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[147,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[149,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[151,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/MapPool.java:[28,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[37,28] package schmitzm.geotools.gui does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[38,28] package schmitzm.geotools.gui does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[39,28] package schmitzm.geotools.gui does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[40,28] package schmitzm.geotools.gui does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[41,39] package schmitzm.geotools.gui.ScalePanel does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[42,27] package schmitzm.geotools.io does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[43,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[44,24] package skrueger.geotools does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[45,24] package skrueger.geotools does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[46,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[47,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[48,33] package skrueger.swing.swingworker does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[60,2] cannot find symbol
symbol: class Copyable
Copyable<Map> {
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[60,10] interface expected here
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[32,27] package schmitzm.geotools.io does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[33,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[43,64] cannot find symbol
symbol: class ChartStyle
public class DataPool extends TreeMap<String, DpEntry<? extends ChartStyle>> {
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[34,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[35,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[36,19] package skrueger.i8n does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AVProps.java:[29,21] package schmitzm.swing does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[206,35] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[213,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[220,22] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[312,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[316,21] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[320,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[324,24] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[328,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[332,26] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[551,11] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[556,8] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[563,32] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/MapPool.java:[252,48] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.MapPool
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpRef.java:[20,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpRef.java:[28,47] cannot find symbol
symbol: class ChartStyle
public class DpRef<T extends DpEntry<? extends ChartStyle>> extends
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[68,41] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/media/DpMedia.java:[19,33] package schmitzm.jfree.chart.style does not exist
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/media/DpMedia.java:[27,55] cannot find symbol
symbol: class ChartStyle
public abstract class DpMedia<CHART_STYLE_IMPL extends ChartStyle> extends
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[79,30] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[81,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[112,9] cannot find symbol
symbol : class GridPanelFormatter
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[156,9] cannot find symbol
symbol : class ScaleUnits
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[306,47] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[332,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[336,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[348,34] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[352,33] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[385,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[ERROR] /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[389,37] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[INFO] 100 errors
[INFO] -------------------------------------------------------------
[HUDSON] Archiving /opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/pom.xml to /opt/hudson/jobs/geopublishing-trunk/modules/org.geopublishing.geopublisher$gpcore/builds/2011-01-27_17-02-34/archive/org.geopublishing.geopublisher/gpcore/1.7-SNAPSHOT/pom.xml
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[26,19] package org.jfree.ui does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[29,27] package schmitzm.geotools.io does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[30,32] package schmitzm.geotools.styling does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[31,18] package schmitzm.io does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[32,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[33,24] package skrueger.geotools does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[34,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[35,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[36,33] package skrueger.swing.swingworker does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[33,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[34,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[35,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[38,31] cannot find symbol
symbol: class ChartStyle
Comparable<DpEntry<? extends ChartStyle>>, Serializable,
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[37,55] cannot find symbol
symbol: class ChartStyle
public abstract class DpEntry<CHART_STYLE_IMPL extends ChartStyle> implements
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[45,39] cannot find symbol
symbol: class StyledLayerInterface
DpEntry<CHART_STYLE_IMPL> implements StyledLayerInterface<E> {
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[45,59] interface expected here
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[44,58] cannot find symbol
symbol: class ChartStyle
public abstract class DpLayer<E, CHART_STYLE_IMPL extends ChartStyle> extends
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[20,32] package schmitzm.geotools.styling does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[21,18] package schmitzm.io does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[22,20] package schmitzm.lang does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[23,21] package schmitzm.swing does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[24,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[39,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[40,24] package skrueger.geotools does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[41,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[42,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[43,21] package skrueger.swing does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[50,36] cannot find symbol
symbol: class Disposable
public class AtlasConfig implements Disposable {
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/DpLayer.java:[518,23] cannot find symbol
symbol : class AtlasStatusDialogInterface
location: class org.geopublishing.atlasViewer.dp.layer.DpLayer<E,CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[100,11] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[270,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[281,28] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[285,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[289,27] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[339,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[346,25] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpEntry.java:[447,31] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.dp.DpEntry<CHART_STYLE_IMPL>
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[31,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[33,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[42,36] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[42,54] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[52,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[56,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[60,21] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/layer/LayerStyle.java:[64,22] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.dp.layer.LayerStyle
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[145,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[147,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[149,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[151,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/MapPool.java:[28,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[37,28] package schmitzm.geotools.gui does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[38,28] package schmitzm.geotools.gui does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[39,28] package schmitzm.geotools.gui does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[40,28] package schmitzm.geotools.gui does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[41,39] package schmitzm.geotools.gui.ScalePanel does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[42,27] package schmitzm.geotools.io does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[43,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[44,24] package skrueger.geotools does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[45,24] package skrueger.geotools does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[46,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[47,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[48,33] package skrueger.swing.swingworker does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[60,2] cannot find symbol
symbol: class Copyable
Copyable<Map> {
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[60,10] interface expected here
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[32,27] package schmitzm.geotools.io does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[33,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DataPool.java:[43,64] cannot find symbol
symbol: class ChartStyle
public class DataPool extends TreeMap<String, DpEntry<? extends ChartStyle>> {
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[34,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[35,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/Group.java:[36,19] package skrueger.i8n does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AVProps.java:[29,21] package schmitzm.swing does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[206,35] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[213,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[220,22] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[312,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[316,21] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[320,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[324,24] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[328,8] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[332,26] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[551,11] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[556,8] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/AtlasConfig.java:[563,32] cannot find symbol
symbol : class LogoPosition
location: class org.geopublishing.atlasViewer.AtlasConfig
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/MapPool.java:[252,48] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.MapPool
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpRef.java:[20,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/DpRef.java:[28,47] cannot find symbol
symbol: class ChartStyle
public class DpRef<T extends DpEntry<? extends ChartStyle>> extends
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[68,41] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/media/DpMedia.java:[19,33] package schmitzm.jfree.chart.style does not exist
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/dp/media/DpMedia.java:[27,55] cannot find symbol
symbol: class ChartStyle
public abstract class DpMedia<CHART_STYLE_IMPL extends ChartStyle> extends
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[79,30] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[81,9] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[112,9] cannot find symbol
symbol : class GridPanelFormatter
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[156,9] cannot find symbol
symbol : class ScaleUnits
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[306,47] cannot find symbol
symbol : class ChartStyle
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[332,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[336,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[348,34] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[352,33] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[385,14] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
/opt/hudson/jobs/geopublishing-trunk/workspace/trunk/gpcore/src/main/java/org/geopublishing/atlasViewer/map/Map.java:[389,37] cannot find symbol
symbol : class Translation
location: class org.geopublishing.atlasViewer.map.Map
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute
[INFO] Finished at: Thu Jan 27 17:03:37 CET 2011
[INFO] Final Memory: 114M/398M
[INFO] ------------------------------------------------------------------------
Sending e-mails to: tzeggai@wikisquare.de
channel stopped
Sending e-mails to: tzeggai@wikisquare.de
Finished: FAILURE