Hi Simo,

I'm going to clean out my local ~/.m2 cache and package from scrath as
the basic-crawler stuff should not be failing as far as I can see. Our
builds have stabalised so it doesn't make sense that I'm still getting
problems with the tests.

I'll update this thread when I'm in a position to comment further.

Thanks

Lewis

On Tue, Jun 26, 2012 at 1:32 PM, Simone Tripodi
<[email protected]> wrote:
> Hi all guys,
>
> Lewis and I are chatting about different compilation issues and how to
> have them fixed, just to repor mines:
>
> this is my local copy of the code:
>
> $ svn info
> Path: .
> URL: https://svn.apache.org/repos/asf/incubator/any23/trunk
> Repository Root: https://svn.apache.org/repos/asf
> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68
> Revision: 1353988
> Node Kind: directory
> Schedule: normal
> Last Changed Author: lewismc
> Last Changed Rev: 1353985
> Last Changed Date: 2012-06-26 14:15:51 +0200 (Tue, 26 Jun 2012)
>
> this is my Maven configuration
>
> $ mvn --version
> Apache Maven 3.0.4 (r1232337; 2012-01-17 09:44:56+0100)
> Maven home: /Applications/apache-maven-3.0.4
> Java version: 1.6.0_31, vendor: Apple Inc.
> Java home: /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home
> Default locale: en_US, platform encoding: MacRoman
> OS name: "mac os x", version: "10.7.4", arch: "x86_64", family: "mac"
>
> this is the report I get after launched `mvn clean package`
>
> [INFO] Reactor Summary:
> [INFO]
> [INFO] Apache Any23 ...................................... SUCCESS [11.906s]
> [INFO] Apache Any23 :: Core .............................. FAILURE [23.004s]
> [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: 35.936s
> [INFO] Finished at: Tue Jun 26 14:29:35 CEST 2012
> [INFO] Final Memory: 19M/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:[47,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:[75,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:[86,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:[94,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:[47,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:[75,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:[86,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:[94,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
>
> Thoughts?
>
> http://people.apache.org/~simonetripodi/
> http://simonetripodi.livejournal.com/
> http://twitter.com/simonetripodi
> http://www.99soft.org/



-- 
Lewis

Reply via email to