See http://hudson.zones.apache.org/hudson/job/Jackrabbit-trunk-java14/13/changes
Changes:
[angela] JCR-1817 : Misleading method naming with Workspace and Session
(move283, copy283, clone283)
[clombart] Apply patch provided by Boni Gopalan for JCR-1804 (Added the
functionality to Map and Manage Type Enum).
[clombart] this is the second patch provided by Boni Gopalan for issue JCR-1784
(The UUID of the collection elements changes on update).
[angela] JCR-1815: Benchmark: Improve transparency of test results
[angela] JCR-1798: Avoid individual Item reloading upon
Session/Item.refresh(true)
JCR-1809: Avoid extra round trip to the SPI upon Node.getNode and
Session.getItem
[fmeschbe] JCR-1812 log updated record id at DEBUG
[angela] JCR-1799 updating events swallowed (CacheBehavior.OBSERVATION)
JCR-1783 incomplete changelog when combining move with removal of new
destination parent
[angela] JCR-1800 lockmgr isn't aware about external unlock
(CacheBehavior.OBSERVATION)
[angela] JCR-1765: Config: make all elements in the security configuration
optional
[jukka] JCR-1805: Trim whitespace from parameter names in configuration files
[jukka] JCR-1765: Config: make all elements in the security configuration
optional
Added a simple workaround that just uses SimpleSecurityManager as the default
if an explicit security manager configuration is not present. This makes my
backwards compatibility test cases in sandbox work.
[jukka] JCR-1803: Node.restore() throws java.lang.ClassCastException
Explicitly handle both STRING and REFERENCE (used in Jackrabbit < 1.1, see
JCR-487) values in jcr:frozenUUID. Since we do not automatically upgrade old
content, we need to be ready to handle both types of values.
[jukka] JCR-1793: Namespace handling in AbstractSession should be synchronized
Synchronize also the XML export so concurrent threads can't unexpectedly change
the namespace mappings while we're exporting.
[jukka] JCR-1793: Namespace handling in AbstractSession should be synchronized
Synchronize all methods that access the map that contains the session-local
namespace mappings.
[jukka] trunk: Upgrade to 1.6-SNAPSHOT
[jukka] 1.5: Updated release notes
[jukka] JCR-1420: Add test for Node.restore() may throw InvalidStateException
Merged test case from revision 631261 of JCR-1399
[jukka] 1.5: Remove content that is already included in the top-level README
[jukka] JCR-1357: Create "quick start" developer bundles for model 1,2,3
deployment
Include jackrabbit-standalone in the main build.
[jukka] 1.5: Upgrading release notes
[jukka] 1.5: Updated README
[jukka] JCR-1357: Create "quick start" developer bundles for model 1,2,3
deployment
Moved the standalone component from sandbox in preparation for 1.5
[dpfister] Make information in record log accessible in order to directly
iterate over records
[reschke] JCR-1795: advertise RFC 4918 compliance (compliance class 3), clean
up code handling compliance classes, add support in OptionsMethod, add test case
[reschke] JCR-1795: advertise RFC 4918 compliance (compliance class 3), clean
up code handling compliance classes, add support in OptionsMethod, add test case
[reschke] JCR-73: javadoc and formatting fixes
[dpfister] Add more ClusterNode stability tests
[reschke] JCR-73: javadoc and formatting fixes
[dpfister] JCR-1789 - Provide access to cluster records
- removing repository directory requires stopping cluster node
[reschke] JCR-1790: change "isProtected" to "isInvisibleInAllprop", plus some
Javadoc fixes (no functional change)
[dpfister] JCR-1789 - Provide access to cluster records
- introduce classes that provide structured access to record contents
- add tests that verify correct serialization/deserialization
- change base class of ClusterException to Exception
- remove obsolete (Item|Node|Property)Operation classes
[jukka] JCR-1775: Transaction-safe versioning
Avoid instantiating full VersionHistoryImpl objects when all we need are the
identifiers of the version history and root version nodes.
[reschke] JCR-1769: add support for PROPFIND type allprop/include (see
RFC4918), includes updates to client method impl and test case
[jukka] JCR-1775: Transaction-safe versioning
Inlined BatchedItemOperations.getOrCreateVersionHistory as it was already
reduced to a single statement.
[jukka] JCR-1775: Transaction-safe versioning
All calls to VersionManager's getVersionHistory and createVersionHistory
followed this pattern:
VersionHistory vh = manager.getVersionHistory(...);
if (vh == null) {
vh = manager.createVersionHistory(...);
}
Simplified things by making getVersionHistory() automatically create the
version history if it doesn't already exist. This simplifies the client code to:
VersionHistory vh = manager.getVersionHistory(...);
[jukka] JCR-1775: Transaction-safe versioning
Removed unused hasVersionHistory() method.
[jukka] JCR-1775: Transaction-safe versioning
Removed unused hasVersion() method.
[jukka] JCR-1775: Transaction-safe versioning
Extract common path handling code to a utility method.
[clombart] Patch provided by Boni Gopalan for issue JCR-1784 (The UUID of the
collection elements changes on update). I didn't modify the class
AbstractMapperImpl. This modification is not necessary.
I also added unit tests for the annotation support.
[reschke] JCR-1785: remove usused imports
[reschke] JCR-1733: remove leftover constant from WebDAV BIND implementation,
enhance Javadoc
[reschke] undo unintentional checkin (sorry)
[reschke] JCR-1785: add test case that demonstrates failures to evaluate URIs
in Tagged-list production
[reschke] JCR-1785: add test case for failing "If" header check
[reschke] JCR-1782: javadoc fix (was copied from BIND tests)
[angela] JCR-1638: Redundant calls to RepositoryService.getChildInfos
[angela] log output, indention
[angela] javadoc
[jukka] JCR-1775: Transaction-safe versioning
Hide the generation of the version history id inside InternalVersionHistoryImpl.
[thomasm] JCR-1462 repository.xml: throw an exception on error - but only log a
warning when not using DTD
[thomasm] JCR-1572 DbDataStore connection does not always reconnect
[dpfister] javadoc changes
[jukka] JCR-1775: Transaction-safe versioning
Remove the ItemImpl -> ItemValidator dependency.
[reschke] JCR-1782: fix potential NPE in parsing Destination header, add RFC
4918 compliant parsing, add test cases
[jukka] JCR-1775: Transaction-safe versioning
Modified the NodeTypeRegistry.getEffectiveNodeType method to simplify calling
code that always starts with the primary type name and a set of mixin types.
[dpfister] JCR-904 - non mantatory revision property in the Journal
configuration
[reschke] JCR-1733: add files missing in revision 700097.
[reschke] JCR-1733: add support for WebDAV BIND protocol to simple webdav
servlet, includes client compontents and test cases (requires the
o.a.j.api.jsr283 extensions for shareable node support as defined in JSR-283)
[reschke] JCR-1104: add mix:shareable to constants
[clombart] Patch for JCR-1762 (Improvement to MultiValueCollectionConverterImpl
to Map collections with element class Object.class) provided by Boni Gopalan.
[clombart] Patch for JCR-1776 (Some unit tests are not well configured)
[clombart] Patch for JCR-1759 (Simplify the usage of OCM annotations)
[angela] JCR-1771 Avoid unnecessary roundtrips with NodeEntry.getPropertyEntry
[reschke] JCR-1773: add test case for getPath on shared nodes, for now marked
as known issue
[clombart] Add OCM DTD 1.5 (JCR-1754)
I also added the DTD 1.4. It was certainly removed by error.
[reschke] JCR-1733: disable execution of new server-related JUnit tests by
restricting the tests to be run to TestAll.java, and add that class.
[mreutegg] JCR-1764: Occasional IndexingQueueTest failures
[ppakulski] JCR-1766 fixed
[reschke] JCR-1767: add test case for XML serializer (JDK 1.4 issue) in WebDAV
client
[jukka] JCR-1756: Include OCM in the main Jackrabbit build when using Java 5
Put the derby.log file to target/ in ocm-nodemanagement
[jukka] Replace tabs with spaces.
[jukka] JCR-1630: Missing third party notices and license info
Added an About Apache Jackrabbit page that displays also copyright and
licensing information.
[reschke] JCR-1733: start work on JUnit test cases for WebDAV BIND
functionality (require separately started jackrabbit webdav server)
[jukka] JCR-1737: JSP page compilation errors when depoyed using oc4j
Remove the log statement in welcome.jsp in favor of improved logging in
RepositoryAccessServlet.
[jukka] JCR-1756: Include OCM in the main Jackrabbit build when using Java 5
Applied proposed patch.
[jukka] JCR-1631: Replace commons-logging dependency with SLF4J
Applied the proposed patch.
[jukka] JCR-1538: [patch] add toString for NodeImpl and PropertyImpl
Type-specific toString() on all ItemImpl descendants
Use the toString() method instead of safeGetPath() in diagnostics.
[clombart] Apply patch provided by Boni Gopalan for issue JCR-1758 (Improvement
to UndefinedTypeConverterImpl to map super types effectively).
[jukka] JCR-1750: Creating QValue from stream: stream not closed
Applied patch by Michael D?rig
[jukka] JCR-1751: Update slf4j
Updated the SLF4J dependencies to version 1.5.3
[jukka] JCR-1755: ClassCastException when registering custom node by XML file
Avoid the ClassCastException in DOMWalker.
[jukka] JCR-1731: Session.checkPermission("/", "add_node") throws
PathNotFoundException instead of AccessControlException
Added a test case (passes in trunk)
[jukka] JCR-1757: OCM: translate-project goal not found
Specify explicit plugin version (1.0-alpha-4)
[jukka] JCR-1438: Replace Config classes with factories
Replaced DataStoreConfig with DataStoreFactory
[reschke] JCR-1104: add o.a.j.api.jsr283.Node extending javax.jcr.Node, and
containing the shareable node functionality; let Jackrabbit NodeImpl implement
it.
[clombart] Add unit tests for JCR-1505 (Improve handling of inherited mixins).
With the current head, the mixin types are correctly inherited in the
descendant classes. This is not necessary to defined them in all descendant
classes. You can aslo review the classes defined in
org.apache.ocm.tesmmodel.inheritance.withmixins.
[clombart] Apply patch provided by Stephane Landelle for JCR-1752 (Allow users
to disable validation for the DigesterMapper).
[clombart] Patch provided by Vincent Gigu?re for issue JCR-1645 ( Add support
for Map of referenced beans). I made some modifications in the test content
class Main otherwise it doesnt't compile.
[mreutegg] JCR-1745: Mark pending nodes in IndexingQueue directly in index
------------------------------------------
[...truncated 809 lines...]
[INFO] Compiling 597 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [antrun:run {execution: process-test-resources}]
[INFO] Executing tasks
[copy] Copying 35 files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/repository
[INFO] Executed tasks
[INFO] [compiler:testCompile]
[INFO] Compiling 216 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.core.query.qom.TestAll
Tests run: 157, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.029 sec
Running org.apache.jackrabbit.core.version.TestAll
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.132 sec
Running org.apache.jackrabbit.core.security.authorization.principalbased.TestAll
Tests run: 47, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.274 sec
Running org.apache.jackrabbit.core.config.TestAll
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.26 sec
Running org.apache.jackrabbit.core.security.authorization.acl.TestAll
Tests run: 48, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.112 sec
Running org.apache.jackrabbit.core.security.authentication.TestAll
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec
Running org.apache.jackrabbit.core.security.user.TestAll
Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.563 sec
Running org.apache.jackrabbit.core.journal.TestAll
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.424 sec
Running org.apache.jackrabbit.core.state.TestAll
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.742 sec
Running org.apache.jackrabbit.api.security.principal.TestAll
Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec
Running org.apache.jackrabbit.core.security.TestAll
Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec
Running org.apache.jackrabbit.core.util.TestAll
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.jackrabbit.core.security.principal.TestAll
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec
Running org.apache.jackrabbit.api.security.user.TestAll
Tests run: 79, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.175 sec
Running org.apache.jackrabbit.core.cluster.TestAll
Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.051 sec
Running org.apache.jackrabbit.core.nodetype.xml.TestAll
Tests run: 34, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.458 sec
Running org.apache.jackrabbit.core.TestAll
Tests run: 83, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.461 sec
Running org.apache.jackrabbit.core.security.authorization.combined.TestAll
Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.044 sec
Running org.apache.jackrabbit.core.xml.TestAll
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec
Running org.apache.jackrabbit.core.observation.TestAll
Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.544 sec
Running org.apache.jackrabbit.api.jsr283.security.TestAll
Tests run: 66, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.748 sec
Running org.apache.jackrabbit.core.nodetype.compact.TestAll
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec
Running org.apache.jackrabbit.core.query.lucene.TestAll
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 sec
Running org.apache.jackrabbit.core.query.TestAll
Tests run: 133, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.997 sec
Running org.apache.jackrabbit.core.security.authorization.TestAll
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.09 sec
Running org.apache.jackrabbit.core.data.TestAll
Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 30.014 sec
Results :
Tests run: 883, Failures: 0, Errors: 0, Skipped: 0
[INFO] [jar:jar]
[INFO] Building jar:
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/jackrabbit-core-1.6-SNAPSHOT.jar
[INFO] Preparing source:jar
[WARNING] Removing: jar from forked lifecycle, to prevent recursive invocation.
[INFO] [javacc:jjtree-javacc {execution: fulltext}]
[INFO] Skipping - all grammars up to date
[INFO] [source:jar {execution: attach-sources}]
[INFO] Building jar:
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/jackrabbit-core-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-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.core.integration.PrepareTestRepository
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.74 sec
Results :
Tests run: 1, 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-core/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.core.integration.MassiveWildcardTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 17.567 sec
Running org.apache.jackrabbit.core.integration.GQLTest
Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.566 sec
Running org.apache.jackrabbit.core.integration.NodeImplTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.165 sec
Running org.apache.jackrabbit.core.integration.MassiveRangeTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.922 sec
Running org.apache.jackrabbit.core.integration.JCRAPITest
Tests run: 1038, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 32.445 sec
Running org.apache.jackrabbit.core.integration.VersioningTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.18 sec
Running org.apache.jackrabbit.core.integration.ConcurrentQueryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.09 sec
Running org.apache.jackrabbit.core.integration.SessionImplTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.apache.jackrabbit.core.integration.AxisQueryTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.611 sec
Results :
Tests run: 1062, Failures: 0, Errors: 0, Skipped: 0
[INFO] [install:install]
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/jackrabbit-core-1.6-SNAPSHOT.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-core/1.6-SNAPSHOT/jackrabbit-core-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/jackrabbit-core-1.6-SNAPSHOT-sources.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-core/1.6-SNAPSHOT/jackrabbit-core-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-core/target/jackrabbit-core-1.6-SNAPSHOT.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-core-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-core/target/jackrabbit-core-1.6-SNAPSHOT-sources.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-core-1.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit JCR-RMI
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 133 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/classes
[INFO] [antrun:run {execution: rmic}]
[INFO] Executing tasks
[rmic] RMI Compiling 30 classes to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/classes
[INFO] Executed tasks
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 2 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.test.rmi.value.SerialValueFactoryTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running org.apache.jackrabbit.test.rmi.RemoteAdapterTest
Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.551 sec
Results :
Tests run: 21, Failures: 0, Errors: 0, Skipped: 0
[INFO] [bundle:bundle]
[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-rmi/target/jackrabbit-jcr-rmi-1.6-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/jackrabbit-jcr-rmi-1.6-SNAPSHOT.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-rmi/1.6-SNAPSHOT/jackrabbit-jcr-rmi-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/jackrabbit-jcr-rmi-1.6-SNAPSHOT-sources.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-rmi/1.6-SNAPSHOT/jackrabbit-jcr-rmi-1.6-SNAPSHOT-sources.jar
[INFO] [bundle:install]
[INFO] Parsing /zonestorage/hudson/home/hudson/.m2/repository/repository.xml
[INFO] Writing OBR metadata
[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-rmi/target/jackrabbit-jcr-rmi-1.6-SNAPSHOT.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-jcr-rmi-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-rmi/target/jackrabbit-jcr-rmi-1.6-SNAPSHOT-sources.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-jcr-rmi-1.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit JCR Servlets
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-servlet/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.jackrabbit:jackrabbit-jcr-rmi:1.6-SNAPSHOT: checking
for updates from apache.snapshots
[INFO] [compiler:compile]
[INFO] Compiling 17 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-servlet/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-servlet/target/jackrabbit-jcr-servlet-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-servlet/target/jackrabbit-jcr-servlet-1.6-SNAPSHOT-sources.jar
[INFO] [install:install]
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-servlet/target/jackrabbit-jcr-servlet-1.6-SNAPSHOT.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-servlet/1.6-SNAPSHOT/jackrabbit-jcr-servlet-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-servlet/target/jackrabbit-jcr-servlet-1.6-SNAPSHOT-sources.jar
to
/zonestorage/hudson/home/hudson/.m2/repository/org/apache/jackrabbit/jackrabbit-jcr-servlet/1.6-SNAPSHOT/jackrabbit-jcr-servlet-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-servlet/target/jackrabbit-jcr-servlet-1.6-SNAPSHOT.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/jars/jackrabbit-jcr-servlet-1.6-SNAPSHOT.jar
[INFO] Installing
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-jcr-servlet/target/jackrabbit-jcr-servlet-1.6-SNAPSHOT-sources.jar
to
/export/home/hudson/.maven/repository/org.apache.jackrabbit/java-sources/jackrabbit-jcr-servlet-1.6-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit WebDAV Library
[INFO] task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-webdav/target
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
[INFO] Compiling 174 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-webdav/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
[INFO] Compiling 8 source files to
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-webdav/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory:
/zonestorage/hudson/home/hudson/hudson/jobs/Jackrabbit-trunk-java14/workspace/trunk/jackrabbit-webdav/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running org.apache.jackrabbit.webdav.client.TestAll
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.271 sec <<<
FAILURE!
Results :
Failed tests:
testXmlSerialization(org.apache.jackrabbit.webdav.client.XmlRequestEntityTest)
Tests run: 2, Failures: 1, Errors: 0, 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-webdav/target/surefire-reports
for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 4 minutes 29 seconds
[INFO] Finished at: Fri Oct 17 00:25:03 UTC 2008
[INFO] Final Memory: 25M/63M
[INFO] ------------------------------------------------------------------------