You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Lars Trieloff (JIRA)" <ji...@apache.org> on 2006/09/08 11:20:22 UTC

[jira] Created: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

[PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
-----------------------------------------------------------------------------------

                 Key: COCOON-1912
                 URL: http://issues.apache.org/jira/browse/COCOON-1912
             Project: Cocoon
          Issue Type: Bug
          Components: Blocks: WebDAV
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Lars Trieloff
            Priority: Minor


Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Leszek Gawron (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COCOON-1912?page=comments#action_12433589 ] 
            
Leszek Gawron commented on COCOON-1912:
---------------------------------------

I have tried to run it also without excalibur components - also works. Are you sure you need them?

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1912?page=all ]

Lars Trieloff updated COCOON-1912:
----------------------------------

    Attachment: cocoon-webdav-impl-test-dependencies.patch

To be applied in cocoon/trunk

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Leszek Gawron (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COCOON-1912?page=comments#action_12433583 ] 
            
Leszek Gawron commented on COCOON-1912:
---------------------------------------

Why do you declare a dependency on logkit? AFAIR we have removed logkit completely.

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COCOON-1912?page=comments#action_12433628 ] 
            
Lars Trieloff commented on COCOON-1912:
---------------------------------------

If it works, it is ok. I originally tried to fix the dependencies of cocoon-jcr-impl's tests and came up with this configuration, which failed for other reasons. When I noticed there are similar problems in cocoon-webdav-impl's tests, I added these dependencies to make it work again.

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Lars Trieloff (JIRA)" <ji...@apache.org>.
    [ http://issues.apache.org/jira/browse/COCOON-1912?page=comments#action_12433584 ] 
            
Lars Trieloff commented on COCOON-1912:
---------------------------------------

You are right, the test works without logkit as well.

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (COCOON-1912) [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope

Posted by "Leszek Gawron (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/COCOON-1912?page=all ]

Leszek Gawron closed COCOON-1912.
---------------------------------

    Resolution: Fixed

Current test pass.

> [PATCH] cocoon-webdav-impl test run fails due to missing dependencies in test scope
> -----------------------------------------------------------------------------------
>
>                 Key: COCOON-1912
>                 URL: http://issues.apache.org/jira/browse/COCOON-1912
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Lars Trieloff
>            Priority: Minor
>         Attachments: cocoon-webdav-impl-test-dependencies.patch
>
>
> Running mvn:test in cocoon-webdav-impl fails due to unresolved dependencies of the ContainerTestCase class in cocoon-core. This patch adds the needed dependencies in the test scope, making the test cases work again.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira