You are viewing a plain text version of this content. The canonical link for it is here.
Posted to batik-dev@xmlgraphics.apache.org by st...@apache.org on 2001/02/19 23:47:41 UTC

cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

stefano     01/02/19 14:47:41

  Modified:    sources/org/apache/batik/refimpl/script
                        ConcreteInterpreterPool.java
  Log:
  made batik compile
  
  Revision  Changes    Path
  1.7       +4 -3      xml-batik/sources/org/apache/batik/refimpl/script/Attic/ConcreteInterpreterPool.java
  
  Index: ConcreteInterpreterPool.java
  ===================================================================
  RCS file: /home/cvs/xml-batik/sources/org/apache/batik/refimpl/script/Attic/ConcreteInterpreterPool.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ConcreteInterpreterPool.java	2001/01/23 17:12:11	1.6
  +++ ConcreteInterpreterPool.java	2001/02/19 22:47:40	1.7
  @@ -6,7 +6,7 @@
    * the LICENSE file.                                                         *
    *****************************************************************************/
   
  -package org.apache.batik.script;
  +package org.apache.batik.refimpl.script;
   
   import org.apache.batik.script.*;
   import org.w3c.dom.Document;
  @@ -18,9 +18,10 @@
    * Python and Tcl scripting languages if you provide the right jar files in
    * your CLASSPATH (i.e. Rhino, JPython and Jacl jar files).
    * @author <a href="mailto:cjolif@ilog.fr">Christophe Jolif</a>
  - * @version $Id: ConcreteInterpreterPool.java,v 1.6 2001/01/23 17:12:11 tkormann Exp $
  + * @version $Id: ConcreteInterpreterPool.java,v 1.7 2001/02/19 22:47:40 stefano Exp $
    */
  -public class ConcreteInterpreterPool implements InterpreterPool {
  +public class ConcreteInterpreterPool extends InterpreterPool {
  +        
       private Document document;
       private HashMap factories = new HashMap(3);
       private HashMap interpreters = new HashMap(1);
  
  
  

Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Paul Russell <pa...@luminas.co.uk>.
> Yes I do. The refimpl package and sub packages have been removed from the CVS 
> directory.

Yeah, so I see. Just had a look in the repository. I have no idea how on
earth Stefano committed against it in that case... What's even stranger
is that it seems to have altered the copy in the attic. Almost like you
can track changes even on a deleted file. Never mind

Paul.

-- 
Paul Russell                                 Email:   paul@luminas.co.uk
Technical Director                             Tel:  +44 (0)20 8553 6622
Luminas Internet Applications                  Fax:  +44 (0)870 28 47489
This is not an official statement or order.    Web:    www.luminas.co.uk

Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Stefano Mazzocchi <st...@apache.org>.
Thierry Kormann wrote:
> 
> On Tuesday 20 February 2001 10:36, Christophe Jolif wrote:
> > Paul Russell wrote:
> > > * Christophe Jolif (cjolif@ilog.fr) wrote :
> > > > As far as I know this class has been removed from the cvs rep (is in
> > > > Attic now) [like everything under refimpl package], that's why I don't
> > > > understand why it causes you a problem when compiling? Maybe it has not
> > > > been removed from your local copy but in this case it should be. Or
> > > > maybe there is something else wrong somewhere...
> > >
> > > Um. I don't think it could've been removed, otherwise CVS wouldn't have
> > > allowed a commit against it...
> >
> > On my local copy of Batik, if I remove the org/apache/batik/refimpl
> > directory and go to:
> >
> > org/apache/batik/
> >
> > and do "cvs update -Pd refimpl" nothing appears (P for pruning removed
> > directory/files). This means for me that everything under refimpl has
> > been removed. I'm not a CVS expert but this sound quite logical for me
> > (when saying "remove" I didn't mean that the file is not anymore in the
> > CVS base but that it has been moved to the Attic with the cvs remove
> > command).
> > Anyway, Thierry is the one who removed all this stuff and I guess he
> > will confirm that?
> 
> Yes I do. The refimpl package and sub packages have been removed from the CVS
> directory.

Of course, I did a full CVS update but unlike other classes that were
effectively removed, this one stayed there. Hmmm, maybe we found a CVS
bug :)

Sorry for the intrustion, I thought maybe you missed that one.

I'd better ask first next time.

-- 
Stefano Mazzocchi      One must still have chaos in oneself to be
                          able to give birth to a dancing star.
<st...@apache.org>                             Friedrich Nietzsche
--------------------------------------------------------------------



Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Thierry Kormann <tk...@sophia.inria.fr>.
On Tuesday 20 February 2001 10:36, Christophe Jolif wrote:
> Paul Russell wrote:
> > * Christophe Jolif (cjolif@ilog.fr) wrote :
> > > As far as I know this class has been removed from the cvs rep (is in
> > > Attic now) [like everything under refimpl package], that's why I don't
> > > understand why it causes you a problem when compiling? Maybe it has not
> > > been removed from your local copy but in this case it should be. Or
> > > maybe there is something else wrong somewhere...
> >
> > Um. I don't think it could've been removed, otherwise CVS wouldn't have
> > allowed a commit against it...
>
> On my local copy of Batik, if I remove the org/apache/batik/refimpl
> directory and go to:
>
> org/apache/batik/
>
> and do "cvs update -Pd refimpl" nothing appears (P for pruning removed
> directory/files). This means for me that everything under refimpl has
> been removed. I'm not a CVS expert but this sound quite logical for me
> (when saying "remove" I didn't mean that the file is not anymore in the
> CVS base but that it has been moved to the Attic with the cvs remove
> command).
> Anyway, Thierry is the one who removed all this stuff and I guess he
> will confirm that?

Yes I do. The refimpl package and sub packages have been removed from the CVS 
directory.

T.

Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Christophe Jolif <cj...@ilog.fr>.

Paul Russell wrote:
> 
> * Christophe Jolif (cjolif@ilog.fr) wrote :
> > As far as I know this class has been removed from the cvs rep (is in
> > Attic now) [like everything under refimpl package], that's why I don't
> > understand why it causes you a problem when compiling? Maybe it has not
> > been removed from your local copy but in this case it should be. Or
> > maybe there is something else wrong somewhere...
> 
> Um. I don't think it could've been removed, otherwise CVS wouldn't have
> allowed a commit against it...

On my local copy of Batik, if I remove the org/apache/batik/refimpl
directory and go to:

org/apache/batik/

and do "cvs update -Pd refimpl" nothing appears (P for pruning removed
directory/files). This means for me that everything under refimpl has
been removed. I'm not a CVS expert but this sound quite logical for me
(when saying "remove" I didn't mean that the file is not anymore in the
CVS base but that it has been moved to the Attic with the cvs remove
command).
Anyway, Thierry is the one who removed all this stuff and I guess he
will confirm that?

-- 
Christophe

Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Paul Russell <pa...@luminas.co.uk>.
* Christophe Jolif (cjolif@ilog.fr) wrote :
> As far as I know this class has been removed from the cvs rep (is in
> Attic now) [like everything under refimpl package], that's why I don't
> understand why it causes you a problem when compiling? Maybe it has not
> been removed from your local copy but in this case it should be. Or
> maybe there is something else wrong somewhere...

Um. I don't think it could've been removed, otherwise CVS wouldn't have
allowed a commit against it...

P.

-- 
Paul Russell                                 Email:   paul@luminas.co.uk
Technical Director                             Tel:  +44 (0)20 8553 6622
Luminas Internet Applications                  Fax:  +44 (0)870 28 47489
This is not an official statement or order.    Web:    www.luminas.co.uk

Re: cvs commit: xml-batik/sources/org/apache/batik/refimpl/script ConcreteInterpreterPool.java

Posted by Christophe Jolif <cj...@ilog.fr>.
Stephano,

As far as I know this class has been removed from the cvs rep (is in
Attic now) [like everything under refimpl package], that's why I don't
understand why it causes you a problem when compiling? Maybe it has not
been removed from your local copy but in this case it should be. Or
maybe there is something else wrong somewhere...

stefano@apache.org wrote:
> 
> stefano     01/02/19 14:47:41
> 
>   Modified:    sources/org/apache/batik/refimpl/script
>                         ConcreteInterpreterPool.java
>   Log:
>   made batik compile
> 
>   Revision  Changes    Path
>   1.7       +4 -3      xml-batik/sources/org/apache/batik/refimpl/script/Attic/ConcreteInterpreterPool.java
> 
>   Index: ConcreteInterpreterPool.java
>   ===================================================================
>   RCS file: /home/cvs/xml-batik/sources/org/apache/batik/refimpl/script/Attic/ConcreteInterpreterPool.java,v
>   retrieving revision 1.6
>   retrieving revision 1.7
>   diff -u -r1.6 -r1.7
>   --- ConcreteInterpreterPool.java      2001/01/23 17:12:11     1.6
>   +++ ConcreteInterpreterPool.java      2001/02/19 22:47:40     1.7
>   @@ -6,7 +6,7 @@
>     * the LICENSE file.                                                         *
>     *****************************************************************************/
> 
>   -package org.apache.batik.script;
>   +package org.apache.batik.refimpl.script;
> 
>    import org.apache.batik.script.*;
>    import org.w3c.dom.Document;
>   @@ -18,9 +18,10 @@
>     * Python and Tcl scripting languages if you provide the right jar files in
>     * your CLASSPATH (i.e. Rhino, JPython and Jacl jar files).
>     * @author <a href="mailto:cjolif@ilog.fr">Christophe Jolif</a>
>   - * @version $Id: ConcreteInterpreterPool.java,v 1.6 2001/01/23 17:12:11 tkormann Exp $
>   + * @version $Id: ConcreteInterpreterPool.java,v 1.7 2001/02/19 22:47:40 stefano Exp $
>     */
>   -public class ConcreteInterpreterPool implements InterpreterPool {
>   +public class ConcreteInterpreterPool extends InterpreterPool {
>   +
>        private Document document;
>        private HashMap factories = new HashMap(3);
>        private HashMap interpreters = new HashMap(1);
> 
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: batik-dev-unsubscribe@xml.apache.org
> For additional commands, e-mail: batik-dev-help@xml.apache.org

-- 
Christophe