Hi Lewis, thanks a lot for the hard hork - unfortunately I cannot properly participate due to some work related issues, but I can assist you on cutting the RC - feel free to ping me on gtalk whenever you need.
I just did a `svn up && mvn clean package` after latest modifications, and I got the compilation errors below... is the same you got yesterday? TIA, all the best, -Simo ~~~~~~~~~~~~~~~~~ [INFO] Apache Any23 ...................................... SUCCESS [11.528s] [INFO] Apache Any23 :: Core .............................. FAILURE [1:24.654s] [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: 1:37.077s [INFO] Finished at: Tue Jun 26 09:27:49 CEST 2012 [INFO] Final Memory: 20M/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 [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn <goals> -rf :any23-core http://people.apache.org/~simonetripodi/ http://simonetripodi.livejournal.com/ http://twitter.com/simonetripodi http://www.99soft.org/ On Mon, Jun 25, 2012 at 9:43 PM, Lewis John Mcgibbney <[email protected]> wrote: > After my most recent commit it appears that this is due to rat license > headers... > > Work for tomorrow! > > Lewis > > On Mon, Jun 25, 2012 at 8:29 PM, Lewis John Mcgibbney > <[email protected]> wrote: >> OK so I managed to correct this issue I was having with heap space >> etc. Now when doing >> >> mvn -Papache-release release:prepare -DdryRun=true >> >> I get >> >> Results : >> >> Tests run: 465, Failures: 0, Errors: 0, Skipped: 1 >> >> [INFO] >> [INFO] --- apache-rat-plugin:0.7:check (rat-verify) @ any23-core --- >> [INFO] Exclude: **/any23-gcode-CHANGES.txt >> [INFO] Exclude: **/NOTICE-with-deps.txt >> [INFO] Exclude: DISCLAIMER.txt >> [INFO] Exclude: LICENSE.txt >> [INFO] Exclude: NOTICE.txt >> [INFO] Exclude: **/README.txt >> [INFO] Exclude: RELEASE-NOTES.txt >> [INFO] Exclude: *.bat >> [INFO] Exclude: *.sh >> [INFO] Exclude: **/*.csv >> [INFO] Exclude: **/*.json >> [INFO] Exclude: **/*.xls* >> [INFO] Exclude: **/*zip/* >> [INFO] Exclude: **/error.wsdl >> [INFO] Exclude: .idea/** >> [INFO] Exclude: .classpath >> [INFO] Exclude: .project >> [INFO] Exclude: .settings >> [INFO] Exclude: maven-eclipse.xml >> [INFO] Exclude: .externalToolBuilders/** >> [INFO] Exclude: .git/** >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Any23 ...................................... SUCCESS >> [15.653s] >> [INFO] Apache Any23 :: Core .............................. FAILURE >> [26.498s] >> [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: 42.742s >> [INFO] Finished at: Mon Jun 25 20:25:37 BST 2012 >> [INFO] Final Memory: 29M/244M >> [INFO] >> ------------------------------------------------------------------------ >> [WARNING] The requested profile "apache" could not be activated >> because it does not exist. >> [ERROR] Failed to execute goal >> org.apache.rat:apache-rat-plugin:0.7:check (rat-verify) on project >> any23-core: Too many unapproved licenses: 7 -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven >> with the -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible >> solutions, please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException >> [ERROR] >> [ERROR] After correcting the problems, you can resume the build >> with the command >> [ERROR] mvn <goals> -rf :any23-core >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Reactor Summary: >> [INFO] >> [INFO] Apache Any23 ...................................... FAILURE >> [1:31.128s] >> [INFO] Apache Any23 :: Core .............................. SKIPPED >> [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: 1:32.481s >> [INFO] Finished at: Mon Jun 25 20:25:37 BST 2012 >> [INFO] Final Memory: 12M/142M >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] Failed to execute goal >> org.apache.maven.plugins:maven-release-plugin:2.2.1:prepare >> (default-cli) on project any23-parent: Maven execution failed, exit >> code: '1' -> [Help 1] >> [ERROR] >> [ERROR] To see the full stack trace of the errors, re-run Maven with >> the -e switch. >> [ERROR] Re-run Maven using the -X switch to enable full debug logging. >> [ERROR] >> [ERROR] For more information about the errors and possible solutions, >> please read the following articles: >> [ERROR] [Help 1] >> http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException >> lewis@lewis-desktop:~/ASF/any23$ >> >> At this point in time I don't have quite enough time tonight to dig >> into all pom's but will certainly get round to it tomorrow. >> >> Best >> >> Lewis >> >> On Mon, Jun 25, 2012 at 7:26 PM, Lewis John Mcgibbney >> <[email protected]> wrote: >>> Hi Everyone, > > > > -- > Lewis
