You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@gump.apache.org by Stefan Bodewig <bo...@apache.org> on 2005/11/08 21:30:51 UTC

[GUMP] Which jar is supposed to contain CocoonTestCase?

Hi all,

there are a few block builds failing because the CocoonTestCase class
cannot be found.  I assumed it'd be in cocoon-testcase.jar, but this
here is what gets created on vmgump:

zip info: META-INF/ has 4 bytes of extra data
Archive:  cocoon-testcase.jar
    testing: META-INF/                OK
    testing: META-INF/MANIFEST.MF     OK
    testing: org/                     OK
    testing: org/apache/              OK
    testing: org/apache/cocoon/       OK
    testing: org/apache/cocoon/SitemapComponentTestCase.class   OK
    testing: org/apache/cocoon/components/   OK
    testing: org/apache/cocoon/components/source/   OK
    testing: org/apache/cocoon/components/source/SourceResolverAdapter.class   OK
    testing: org/apache/cocoon/core/   OK
    testing: org/apache/cocoon/core/container/   OK
    testing: org/apache/cocoon/core/container/ContainerTestCase$DefaultLoggerManager.class   OK
    testing: org/apache/cocoon/core/container/ContainerTestCase.class   OK
    testing: org/apache/cocoon/environment/   OK
    testing: org/apache/cocoon/environment/mock/   OK
    testing: org/apache/cocoon/environment/mock/MockContext.class   OK
    testing: org/apache/cocoon/environment/mock/MockCookie.class   OK
    testing: org/apache/cocoon/environment/mock/MockEnvironment.class   OK
    testing: org/apache/cocoon/environment/mock/MockRedirector.class   OK
    testing: org/apache/cocoon/environment/mock/MockRequest.class   OK
    testing: org/apache/cocoon/environment/mock/MockResponse.class   OK
    testing: org/apache/cocoon/environment/mock/MockSession.class   OK
    testing: org/apache/cocoon/xml/   OK
    testing: org/apache/cocoon/xml/WhitespaceFilter.class   OK
    testing: META-INF/INDEX.LIST      OK
No errors detected in compressed data of cocoon-testcase.jar.
test of cocoon-testcase.jar OK

Is the class supposed to be in there?  Is it excluded by accident?  Or
do we need to dive into Ant to see whether the problem is there?

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: general-unsubscribe@gump.apache.org
For additional commands, e-mail: general-help@gump.apache.org


Re: [GUMP] Which jar is supposed to contain CocoonTestCase?

Posted by Joerg Heinicke <jo...@gmx.de>.
On 08.11.2005 21:30, Stefan Bodewig wrote:

> there are a few block builds failing because the CocoonTestCase class
> cannot be found.  I assumed it'd be in cocoon-testcase.jar, but this
> here is what gets created on vmgump:

http://svn.apache.org/viewcvs?rev=331881&view=rev hopefully fixes it. 
Don't know why all other files were excluded. From the commit message it 
was a sync with our 2.1 branch, but maybe the other files are wrongly 
excluded there too? I don't want to touch it before the release tomorrow 
though.

Jörg