See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/17/changes

Changes:

[jukka] JCR-1767: XML serialization in JDK 1.4 broken (mostly for WebDAV)

Automatically call startPrefixMapping/endPrefixMapping in 
SerializingContentHandler if the client (most notably the DOM to SAX 
transformer in Sun Java 1.4) doesn't do that.

[angela] JCR-1613: REMOVE access is not checked when moving a node

[jukka] JCR-1767: XML serialization in JDK 1.4 broken (mostly for WebDAV)

Probe for the need to explicitly set xmlns attributes only once when the 
SerializingContentHandler class is loaded. This should improve performance.

[mreutegg] JCR-1872: Improve performance of simple path queries

[angela] JCR-1870: reloading of invalidated nodes doesn't benefit from 
batch-read

[angela] unused import

[angela] replace usage of deprecated API 
< o.a.j.name.Path
> o.a.j.spi.Path

[angela] javadoc

[angela] JCR-1868: Inconsistent state when removing mix:lockable from a locked 
Node

[angela] javadoc

[angela] JCR-1868: Inconsistent state when removing mix:lockable from a locked 
Node

[angela] JCR-1871: use jcr names and path for log and exception message

+ some javadoc issues
+ SetMixin.java: add test for existance of jcr:mixinTypes property to avoid 
ItemNotFoundExc.

[jukka] JCR-1863: Create jackrabbit-parent

Added the parent-project and updated all components to use it.

[mreutegg] JCR-1866: Query may throw ArrayIndexOutOfBoundsException

[thomasm] JCR-1864 Database Data Store: clean up the code

[jukka] JCR-1852: session.exportDocumentView() does not work with jaxb 2.1.x 
UnmarshallerHandler

Use the empty string instead of null as the default namespace. The previous use 
of null was incorrect even though the default JAXP libraries accepted it.

[clombart] Patch for JCR-1859 (BeanLazyLoader is not Serializable)

[clombart] patch for JCR-1853 provided by Shrirang

[mreutegg] JCR-1747: org.apache.jackrabbit.core.query.lucene.SearchIndex with 
in-memory lucene index
- fix issue with canonicalizing path on unix platform

[angela] JCR-1862: Transient removal of mandatory item throws 
ConstraintViolationException

[mreutegg] JCR-1747: org.apache.jackrabbit.core.query.lucene.SearchIndex with 
in-memory lucene index

[angela] JCR-1857: NPE with SessionImporter#checkIncludesMixReferenceable if 
NodeInfo doesn't contain mixin names

[angela] JCR-1588: JSR 283 Access Control

[mreutegg] JCR-1856: Change value for SearchIndex#DEFAULT_EXTRACTOR_BACK_LOG

[mreutegg] JCR-1849: EventJournal

[mreutegg] JCR-1849: EventJournal

[angela] javadoc

[clombart] Patch for JCR-1844 (Convenience method to Or multiple values with a 
single filter) provided by Shrirang.

[mreutegg] JCR-1839: Introduce Event.getDate()

[mreutegg] JCR-1839: Introduce Event.getDate()

[mreutegg] JCR-1850: Journal: Use buffered input / output streams

[angela] JCR-1104: JSR 283 support (javadoc)

[angela] JCR-1588: JSR 283 Access Control

(RangeIterator.getNumberRemaining was removed again from the API -> remove 
(commented) test.)

[angela] JCR-1851: Helper does not properly retrieve 
org.apache.jackrabbit.spi.workspacename param.
+ minor improvement of test cases

[angela] more lock test cases

[angela] JCR-1588: JSR 283 Access Control
JCR-1104: JSR 283 support
          > add implemented methods to jsr283.Node.java, 
          > add jsr283.Session.java,
          > let SessionImpl implement jsr283.Session
          > add Session.removeItem

[angela] JCR-1729 -> improved clean up of test

[angela] JCR-1590: JSR 283 Locking (work in progress)

- wrong license header

[angela] JCR-1590: JSR 283 Locking (work in progress)

- add extended/new interfaces to api
- add comment and dummy methods to existing LockImpl

[angela] remove unused imports

[angela] JCR-1842: RepositoryService.obtain should allow to pass null 
workspaceName [...]
fix indention

[angela] JCR-1842JCR-1842: RepositoryService.obtain should allow to pass null 
workspaceName indicating the default workspace

[jukka] JCR-1677: Allow workspace creation over cluster

Patch by Matej Knopp

[jukka] JCR-1775: Transaction-safe versioning

Correct ordering of versioning operations in XA transactions.

[angela] JCR-1819 : Add specific deep loading of Nodes and Properties
JCR-1843 : wrong status change upon conflicting removal 
(CacheBehaviour.OBSERVATION)
JCR-1293 : ReorderReferenceableSNSTest failure
JCR-1811 : 
ExportSysViewTest#testExportSysView_handler_session_saveBinary_occasionally 
failing

[mreutegg] JCR-1573: Lucene Query Exception: 'attempt to access a deleted 
document'

[jukka] JCR-1841: Workspace.xml can't be loaded if it has a BOM

Patch by Gr?gory Joseph

[jukka] JCR-1775: Transaction-safe versioning

Improved referential integrity checks

[jukka] JCR-1775: Transaction-safe versioning

Further updateReferences improvements

[jukka] JCR-1775: Transaction-safe versioning

Streamline handling of node references.

[jukka] JCR-1775: Transaction-safe versioning

Aggregate virtual node reference updates by using full ChangeLogs instead of 
individual references.

[jukka] JCR-1825: DBDataStore doesn't support concurrent reads

s/tearDow/tearDown/ Thanks, Alexander!

[jukka] JCR-1825: DBDataStore doesn't support concurrent reads

Added a DbDataStore test that verifies that many streams can be read 
concurrently.

[jukka] JCR-1840: OCM test are too verbose

[jukka] JCR-1813: Invalid journal records during XATransactions

Avoid empty journal records by not executing updates when no changes are 
included.

[jukka] svn:mergeinfo inside the trunk just causes trouble for branch 
management.

[jukka] JCR-1813: Invalid journal records during XATransactions

Use a dummy sentinel to ignore empty journal records that may have been 
erroneously created.

[thomasm] JCR-1825 DbDataStore doesn't support concurrent reads

[dpfister] JCR-1553 - ClusterNode not properly shutdown when repository has 
shutdown

[thomasm] JCR-1835 Database Data Store: support database type 'mssql'

[mreutegg] JCR-1830: XMLTextExtractor returns an empty reader when encoding is 
unsupported

[mreutegg] JCR-1833: Test case for RTFTextExtractor

[mreutegg] JCR-1829: PlainTextExtractor returns an empty reader when encoding 
is unsupported

[mreutegg] JCR-1832: Missing log4j.properties file

[angela] JCR-1828: Improvement in comment of QValue.getLength() ((and adjust 
test cases))
remove QValueFactoryTest#testBinarySerializable: this is an implementation 
specific test for the factory impl in spi-commons. the general QValue contract 
does not mandate the value to be Serializable (at least it doesn't state so and 
consequently we can't rely on that)

[mreutegg] JCR-1741: Flush volatile index when size limit is reached

[reschke] In the tests for creating QValue instances with null values, also 
consider a NullPointerException as legal (in addition to 
IllegalArgumentException)

[reschke] JCR-73: javadoc fixes

[mreutegg] JCR-1820: Ensure queries are not blocked during large updates

[mreutegg] JCR-1826: Change default value of SearchIndex extractorPoolSize

[mreutegg] JCR-1824: Change log level for text extractor timeout

[angela] additional tests for commons QValue/QValueFactory implementation.

[angela] Add SPI tests for QValueFactory

[angela] JCR-1821: Item.isSame may return wrong result if any ancestor is 
invalidated

[ckoell] JCR-1248: Helper Method to escape illegal XPath Search Term

------------------------------------------
[...truncated 426 lines...]
[INFO] [compiler:compile]
[INFO] Compiling 5 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] No sources to compile
[INFO] [surefire:test]
[INFO] No tests to run.
[INFO] [jar:jar]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-benchmark/1.6-SNAPSHOT/jackrabbit-jcr-benchmark-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT-sources.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-benchmark/1.6-SNAPSHOT/jackrabbit-jcr-benchmark-1.6-SNAPSHOT-sources.jar
[INFO] [maven-one-plugin:install-maven-one-repository {execution: default}]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-jcr-benchmark-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-benchmark/target/jackrabbit-jcr-benchmark-1.6-SNAPSHOT-sources.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-jcr-benchmark-1.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit SPI
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 29 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 7 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/test-classes
[INFO] [surefire:test]
[INFO] Tests are skipped.
[INFO] [jar:jar]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] No goals needed for project - skipping
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-sources.jar
[INFO] [jar:jar {execution: default}]
[INFO] [jar:test-jar {execution: default}]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-tests.jar
[INFO] [install:install]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi/1.6-SNAPSHOT/jackrabbit-spi-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-sources.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi/1.6-SNAPSHOT/jackrabbit-spi-1.6-SNAPSHOT-sources.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-tests.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi/1.6-SNAPSHOT/jackrabbit-spi-1.6-SNAPSHOT-tests.jar
[INFO] [maven-one-plugin:install-maven-one-repository {execution: default}]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-spi-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-sources.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-spi-1.6-SNAPSHOT-sources.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi/target/jackrabbit-spi-1.6-SNAPSHOT-tests.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-spi-1.6-SNAPSHOT-tests.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit SPI Commons
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target
[INFO] [javacc:jjtree-javacc {execution: sql}]
Java Compiler Compiler Version 4.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/src/main/javacc/sql/JCRSQL.jjt
 . . .
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/Node.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/SimpleNode.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTQuery.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTSelectList.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTFromClause.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTWhereClause.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTPredicate.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTLowerFunction.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTUpperFunction.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTOrExpression.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTAndExpression.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTNotExpression.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTBracketExpression.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTContainsExpression.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTLiteral.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTIdentifier.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTExcerptFunction.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTOrderByClause.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTOrderSpec.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTAscendingOrderSpec.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/ASTDescendingOrderSpec.java"
 does not exist.  Will create one.
Annotated grammar generated successfully in 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/JCRSQL.jj
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/sql/JCRSQL.jj
 . . .
Note: UNICODE_INPUT option is specified. Please make sure you create the 
parser/lexer using a Reader with the correct character encoding.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated successfully.
[INFO] Processed 1 grammar
[INFO] [javacc:jjtree-javacc {execution: xpath}]
Java Compiler Compiler Version 4.0 (Tree Builder)
(type "jjtree" with no arguments for help)
Reading from file 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/src/main/javacc/xpath/XPath.jjt
 . . .
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/xpath/Node.java"
 does not exist.  Will create one.
File 
"/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/xpath/SimpleNode.java"
 does not exist.  Will create one.
Annotated grammar generated successfully in 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/xpath/XPath.jj
Java Compiler Compiler Version 4.0 (Parser Generator)
(type "javacc" with no arguments for help)
Reading from file 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/jjtree/org/apache/jackrabbit/spi/commons/query/xpath/XPath.jj
 . . .
Warning: Line 535, Column 2: Non-ASCII characters used in regular expression.
Please make sure you use the correct Reader when you create the parser that can 
handle your character set.
Warning:  "\'" cannot be matched as a string literal token at line 1566, column 
2. It will be matched as  <AposAttrContentChar>.
File "TokenMgrError.java" does not exist.  Will create one.
File "ParseException.java" does not exist.  Will create one.
File "Token.java" does not exist.  Will create one.
File "SimpleCharStream.java" does not exist.  Will create one.
Parser generated with 0 errors and 2 warnings.
[INFO] Processed 1 grammar
[INFO] [antrun:run {execution: delete-sources}]
[INFO] Executing tasks
     [echo] Remove files that have been customized in Jackrabbit
   [delete] Deleting 5 files from 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/generated-sources/javacc/org/apache/jackrabbit/spi/commons/query
[INFO] Executed tasks
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 212 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 30 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.spi.commons.value.TestAll
Tests run: 44, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.425 sec
Running org.apache.jackrabbit.spi.commons.conversion.TestAll
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.058 sec
Running org.apache.jackrabbit.spi.commons.nodetype.compact.TestAll
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Running org.apache.jackrabbit.spi.commons.identifier.TestAll
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec
Running org.apache.jackrabbit.spi.commons.nodetype.TestAll
log4j:WARN No appenders could be found for logger 
(org.apache.jackrabbit.spi.commons.nodetype.ValueConstraint).
log4j:WARN Please initialize the log4j system properly.
Tests run: 71, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.071 sec
Running org.apache.jackrabbit.spi.commons.name.TestAll
Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.106 sec

Results :

Tests run: 203, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [javacc:jjtree-javacc {execution: sql}]
[INFO] Skipping - all parsers are up to date
[INFO] [javacc:jjtree-javacc {execution: xpath}]
[INFO] Skipping - all parsers are up to date
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT-sources.jar
[INFO] [surefire:test {execution: do_init}]
[INFO] Surefire report directory: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [surefire:test {execution: do_test}]
[INFO] Surefire report directory: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
There are no tests to run.

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [install:install]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi-commons/1.6-SNAPSHOT/jackrabbit-spi-commons-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT-sources.jar
 to 
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-spi-commons/1.6-SNAPSHOT/jackrabbit-spi-commons-1.6-SNAPSHOT-sources.jar
[INFO] [maven-one-plugin:install-maven-one-repository {execution: default}]
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-spi-commons-1.6-SNAPSHOT.jar
[INFO] Installing 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-spi-commons/target/jackrabbit-spi-commons-1.6-SNAPSHOT-sources.jar
 to 
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-spi-commons-1.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit Text Extractors
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-text-extractors/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 19 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-text-extractors/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 7 source files to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-text-extractors/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-text-extractors/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.extractor.RTFTextExtractorTest
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 1.115 sec <<< 
FAILURE!
Running org.apache.jackrabbit.extractor.EmptyTextExtractorTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.01 sec
Running org.apache.jackrabbit.extractor.CompositeTextExtractorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec
Running org.apache.jackrabbit.extractor.PngTextExtractorTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec
Running org.apache.jackrabbit.extractor.XMLTextExtractorTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.197 sec
Running org.apache.jackrabbit.extractor.PlainTextExtractorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec

Results :

Tests in error: 
  testExtractor(org.apache.jackrabbit.extractor.RTFTextExtractorTest)

Tests run: 19, Failures: 0, Errors: 1, Skipped: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to 
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-text-extractors/target/surefire-reports
 for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1 minute 49 seconds
[INFO] Finished at: Tue Nov 25 16:08:08 UTC 2008
[INFO] Final Memory: 31M/55M
[INFO] ------------------------------------------------------------------------
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released

Reply via email to