On 13 April 2012 22:41, Simone Tripodi <[email protected]> wrote:
> Hi all guys, > I am trying to run all tests, but I got the errors below - is anyone > aware of what could have happened? > Hi Simo, sorry for delay. Never seen such issue, that openrdf artifacts have been used successfully for years. I guess a Maven repo cache failure ? Mic > TIA, all the best! > -Simo > > [INFO] > ------------------------------------------------------------------------ > [INFO] Reactor Summary: > [INFO] > [INFO] Apache Any23 ...................................... SUCCESS > [25.718s] > [INFO] Apache Any23 :: Core .............................. FAILURE [7.526s] > [INFO] Apache Any23 :: Plugins :: Basic Crawler .......... SKIPPED > [INFO] Apache Any23 :: Plugins :: HTML Scraper ........... SKIPPED > [INFO] Apache Any23 :: Plugins :: Office Scraper ......... SKIPPED > [INFO] Apache Any23 :: Plugins :: Integration Test ....... SKIPPED > [INFO] Apache Any23 :: Service ........................... SKIPPED > [INFO] Apache Any23 :: Sources distribution module ....... SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 33.861s > [INFO] Finished at: Fri Apr 13 22:39:54 CEST 2012 > [INFO] Final Memory: 24M/2039M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-compiler-plugin:2.3.2:testCompile > (default-testCompile) on project any23-core: Compilation failure: > Compilation failure: > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java:[46,23] > package org.openrdf.sail does not exist > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[46,23] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: package org.openrdf.sail > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[74,12] > cannot find symbol > [ERROR] symbol : class Sail > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[85,52] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[93,34] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java:[46,23] > package org.openrdf.sail does not exist > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[46,23] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: package org.openrdf.sail > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[74,12] > cannot find symbol > [ERROR] symbol : class Sail > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[85,52] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/SingleDocumentExtractionTest.java:[93,34] > cannot find symbol > [ERROR] symbol : class SailException > [ERROR] location: class > org.apache.any23.extractor.SingleDocumentExtractionTest > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java:[96,8] > cannot find symbol > [ERROR] symbol : class Sail > [ERROR] location: class > org.apache.any23.extractor.html.AbstractExtractorTestCase > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/extractor/html/AbstractExtractorTestCase.java:[96,21] > cannot access org.openrdf.sail.helpers.NotifyingSailBase > [ERROR] class file for org.openrdf.sail.helpers.NotifyingSailBase not found > [ERROR] Sail store = new MemoryStore(); > [ERROR] > /Users/simonetripodi/Documents/workspace/any23/core/src/test/java/org/apache/any23/Any23Test.java:[617,8] > cannot find symbol > [ERROR] symbol : class Sail > [ERROR] location: class org.apache.any23.Any23Test > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > -- Michele Mostarda Senior Software Engineer skype: michele.mostarda twitter: micmos mail: [email protected] site : http://www.michelemostarda.com
