You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by sy...@apache.org on 2003/12/11 19:19:05 UTC

cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

sylvain     2003/12/11 10:19:05

  Modified:    lib      jars.xml
  Removed:     lib/core excalibur-component-20031126.jar
                        excalibur-store-1.0-dev.jar
  Log:
  New versions of:
  - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable
  - component: fix an NPE when instrumentation enabled
  
  Revision  Changes    Path
  1.137     +5 -5      cocoon-2.1/lib/jars.xml
  
  Index: jars.xml
  ===================================================================
  RCS file: /home/cvs/cocoon-2.1/lib/jars.xml,v
  retrieving revision 1.136
  retrieving revision 1.137
  diff -u -r1.136 -r1.137
  --- jars.xml	10 Dec 2003 14:44:39 -0000	1.136
  +++ jars.xml	11 Dec 2003 18:19:05 -0000	1.137
  @@ -49,7 +49,7 @@
         support high level server development.
       </description>
       <used-by>Cocoon</used-by>
  -    <lib>core/excalibur-component-20031126.jar</lib>
  +    <lib>core/excalibur-component-20031211.jar</lib>
       <homepage>http://avalon.apache.org/excalibur/</homepage>
     </file>
   
  @@ -193,7 +193,7 @@
         support high level server development.
       </description>
       <used-by>Cocoon</used-by>
  -    <lib>core/excalibur-store-1.0-dev.jar</lib>
  +    <lib>core/excalibur-store-20031211.jar</lib>
       <homepage>http://avalon.apache.org/excalibur/</homepage>
     </file>
   
  @@ -572,8 +572,8 @@
     </file>
   
     <file>
  -    <title>XML Xindice</title>
  -    <description>Native XML Database by Apache XML project</description>
  +    <title>XML XIndice</title>
  +    <description>XML database</description>
       <used-by>xmldb block</used-by>
       <lib>xmldb/lib/xindice-1.1b1.jar</lib>
       <homepage>http://xml.apache.org/xindice/</homepage>
  
  
  

Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Sylvain Wallez <sy...@apache.org>.
Christian Haul wrote:

> sylvain@apache.org wrote:
>
>> sylvain     2003/12/11 10:19:05
>>
>>   Modified:    lib      jars.xml
>>   Removed:     lib/core excalibur-component-20031126.jar
>>                         excalibur-store-1.0-dev.jar
>
>
>>   -    <lib>core/excalibur-component-20031126.jar</lib>
>>   +    <lib>core/excalibur-component-20031211.jar</lib>
>
>
> Sylvain, would you mind also adding the new jar ;-) ?


Ooops, done :-/

That's what happens when you want to commit too quickly before leaving 
work to go home after a tiring day...

Sorry,
Sylvain

-- 
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
Orixo, the opensource XML business alliance  -  http://www.orixo.com



Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Christian Haul <ha...@informatik.tu-darmstadt.de>.
sylvain@apache.org wrote:
> sylvain     2003/12/11 10:19:05
> 
>   Modified:    lib      jars.xml
>   Removed:     lib/core excalibur-component-20031126.jar
>                         excalibur-store-1.0-dev.jar

>   -    <lib>core/excalibur-component-20031126.jar</lib>
>   +    <lib>core/excalibur-component-20031211.jar</lib>

Sylvain, would you mind also adding the new jar ;-) ?

	Chris.


Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Vadim Gritsenko <va...@verizon.net>.
Stephan Michels wrote:
...

>Hmm, right, seems that have also commit rights on the avalon-excalibur
>repository.
>
>I got only following error
>Cannot open /home/cvs/CVSROOT/commitlogs/avalon-excalibur: Permission
>  
>

Check that you are a member of avalon group. If not, ping infrastructure...

Vadim



Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Stephan Michels <st...@apache.org>.
On Fri, 12 Dec 2003, Sylvain Wallez wrote:

> Stephan Michels wrote:
>
> >On 11 Dec 2003 sylvain@apache.org wrote:
> >
> >
> >
> >>sylvain     2003/12/11 10:19:05
> >>
> >>  Modified:    lib      jars.xml
> >>  Removed:     lib/core excalibur-component-20031126.jar
> >>                        excalibur-store-1.0-dev.jar
> >>  Log:
> >>  New versions of:
> >>  - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable
> >>  - component: fix an NPE when instrumentation enabled
> >>
> >>  -    <lib>core/excalibur-component-20031126.jar</lib>
> >>  +    <lib>core/excalibur-component-20031211.jar</lib>
> >
> >If you have access to the excalibur repository, can please add the patch from
> >
> >http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446
> >
> >Currently the testcases test nothing ;-)
>
> You should be able to do it yourself, as all Cocoon committers have also
> write access to avalon-excalibur and avalon-components.

Hmm, right, seems that have also commit rights on the avalon-excalibur
repository.

I got only following error
Cannot open /home/cvs/CVSROOT/commitlogs/avalon-excalibur: Permission

But nevertheless the file seems to be committed.

Thank you, Stephan.


Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Sylvain Wallez <sy...@apache.org>.
Stephan Michels wrote:

>On 11 Dec 2003 sylvain@apache.org wrote:
>
>  
>
>>sylvain     2003/12/11 10:19:05
>>
>>  Modified:    lib      jars.xml
>>  Removed:     lib/core excalibur-component-20031126.jar
>>                        excalibur-store-1.0-dev.jar
>>  Log:
>>  New versions of:
>>  - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable
>>  - component: fix an NPE when instrumentation enabled
>>
>>  -    <lib>core/excalibur-component-20031126.jar</lib>
>>  +    <lib>core/excalibur-component-20031211.jar</lib>
>>    
>>
>
>
>If you have access to the excalibur repository, can please add the patch from
>
>http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446
>
>Currently the testcases test nothing ;-)
>  
>

You should be able to do it yourself, as all Cocoon committers have also 
write access to avalon-excalibur and avalon-components.

Sylvain

-- 
Sylvain Wallez                                  Anyware Technologies
http://www.apache.org/~sylvain           http://www.anyware-tech.com
{ XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
Orixo, the opensource XML business alliance  -  http://www.orixo.com



Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Stephan Michels <st...@apache.org>.

On Fri, 12 Dec 2003, bernhard huber wrote:

> hi,
> > >
> > >   -    <lib>core/excalibur-component-20031126.jar</lib>
> > >   +    <lib>core/excalibur-component-20031211.jar</lib>
> >
> >
> > If you have access to the excalibur repository, can please
> > add the patch from
> >
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446
> >
> > Currently the testcases test nothing ;-)
>
> just some hints:
> i had the same experience using both
> excalibur-component-20031126.jar, and core/excalibur-component-20031211.jar.
>
> I resolved this by removing the testcase classes from
> excalibur-component-*.jar,
> and adding excalibur-testcase-1.0.jar.
> Then testcase do test properly.
>
> maybe excalibur-component-*.jar uses "old" of of-date excalibur-testcase.

I would modify the maven build script by myself to split the
jar file, but my knowledge about maven is very poor.
And IMHO maven do too much magic. Right now I couldn't say where to
start :/

Stephan.


Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by bernhard huber <be...@gmx.at>.
hi,
> >
> >   -    <lib>core/excalibur-component-20031126.jar</lib>
> >   +    <lib>core/excalibur-component-20031211.jar</lib>
> 
> 
> If you have access to the excalibur repository, can please
> add the patch from
> 
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446
> 
> Currently the testcases test nothing ;-)

just some hints:
i had the same experience using both
excalibur-component-20031126.jar, and core/excalibur-component-20031211.jar.

I resolved this by removing the testcase classes from
excalibur-component-*.jar,
and adding excalibur-testcase-1.0.jar.
Then testcase do test properly.

maybe excalibur-component-*.jar uses "old" of of-date excalibur-testcase.

regards bernhard

-- 
+++ GMX - die erste Adresse für Mail, Message, More +++
Neu: Preissenkung für MMS und FreeMMS! http://www.gmx.net



Re: cvs commit: cocoon-2.1/lib/core excalibur-component-20031126.jar excalibur-store-1.0-dev.jar

Posted by Stephan Michels <st...@apache.org>.

On 11 Dec 2003 sylvain@apache.org wrote:

> sylvain     2003/12/11 10:19:05
>
>   Modified:    lib      jars.xml
>   Removed:     lib/core excalibur-component-20031126.jar
>                         excalibur-store-1.0-dev.jar
>   Log:
>   New versions of:
>   - store: separate ROLE and TRANSIENT_ROLE, make them instrumentable
>   - component: fix an NPE when instrumentation enabled
>
>   -    <lib>core/excalibur-component-20031126.jar</lib>
>   +    <lib>core/excalibur-component-20031211.jar</lib>


If you have access to the excalibur repository, can please
add the patch from

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16446

Currently the testcases test nothing ;-)

Thanks, Stephan.