[
https://issues.apache.org/jira/browse/JCR-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12558455#action_12558455
]
Christophe Lombart commented on JCR-1303:
-----------------------------------------
I don't find the cause of my problem. If I remove the derby depency from the
OCM pom.xml, the unit tests don't work because mvn doesn't find derby.
Any idea ?
Here is the result of "mvn dependency:resolve" (Derby is not in the list).
[EMAIL PROTECTED]:~/javaprojects/jackrabbit/jackrabbit-ocm$ mvn
dependency:resolve
[INFO] Scanning for projects...
[INFO] Searching repository for plugin with prefix: 'dependency'.
[INFO] ------------------------------------------------------------------------
[INFO] Building Jackrabbit Object Content Mapping
[INFO] task-segment: [dependency:resolve]
[INFO] ------------------------------------------------------------------------
[INFO] [dependency:resolve]
[INFO]
[INFO] The following files have been resolved:
[INFO] asm:asm:jar:1.5.3 (scope = compile)
[INFO] cglib:cglib:jar:2.1_3 (scope = compile)
[INFO] commons-beanutils:commons-beanutils:jar:1.7.0 (scope = compile)
[INFO] commons-collections:commons-collections:jar:3.1 (scope = compile)
[INFO] commons-digester:commons-digester:jar:1.7 (scope = compile)
[INFO] commons-lang:commons-lang:jar:2.1 (scope = compile)
[INFO] commons-logging:commons-logging:jar:1.0 (scope = compile)
[INFO] concurrent:concurrent:jar:1.3.4 (scope = test)
[INFO] javax.jcr:jcr:jar:1.0 (scope = provided)
[INFO] junit:junit:jar:3.8.1 (scope = test)
[INFO] log4j:log4j:jar:1.2.13 (scope = test)
[INFO] nekohtml:nekohtml:jar:0.9.4 (scope = test)
[INFO] org.apache.geronimo.specs:geronimo-jta_1.0.1B_spec:jar:1.0.1 (scope =
test)
[INFO] org.apache.jackrabbit:jackrabbit-api:jar:1.5-SNAPSHOT (scope = test)
[INFO] org.apache.jackrabbit:jackrabbit-core:jar:1.5-SNAPSHOT (scope = test)
[INFO] org.apache.jackrabbit:jackrabbit-jcr-commons:jar:1.5-SNAPSHOT (scope
= test)
[INFO] org.apache.jackrabbit:jackrabbit-spi:jar:1.5-SNAPSHOT (scope = test)
[INFO] org.apache.jackrabbit:jackrabbit-spi-commons:jar:1.5-SNAPSHOT (scope
= test)
[INFO] org.apache.jackrabbit:jackrabbit-text-extractors:jar:1.5-SNAPSHOT
(scope = test)
[INFO] org.apache.lucene:lucene-core:jar:2.2.0 (scope = test)
[INFO] org.slf4j:slf4j-api:jar:1.3.0 (scope = compile)
[INFO] org.slf4j:slf4j-log4j12:jar:1.3.0 (scope = test)
[INFO] org.textmining:tm-extractors:jar:0.4 (scope = test)
[INFO] pdfbox:pdfbox:jar:0.6.4 (scope = test)
[INFO] poi:poi:jar:2.5.1-final-20040804 (scope = test)
[INFO] xerces:xercesImpl:jar:2.8.1 (scope = test)
[INFO] xml-apis:xml-apis:jar:1.0.b2 (scope = compile)
> Missing derby dependency
> ------------------------
>
> Key: JCR-1303
> URL: https://issues.apache.org/jira/browse/JCR-1303
> Project: Jackrabbit
> Issue Type: Bug
> Components: jackrabbit-ocm
> Affects Versions: 1.4
> Reporter: Christophe Lombart
> Priority: Blocker
> Fix For: 1.5
>
>
> the derby dependency is missing in the OCM subproject. So, the unit tests
> cannot be executed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.