RE: How to upgrade Xalan / Xerces?

2001-04-03 Thread Kesav Kumar

Overwriting is one option but preferred way is to keep in you application
lib directory and include in classpath.  I ran into same kind of problems
before then I wrote my batch file which takes all the jar files in the
application lib directory and adds into classpath.  This was pretty useful
for all my applications.

I am including my batch files.



Kesav Kumar
Software Engineer
Voquette, Inc.
650 356 3740
mailto:[EMAIL PROTECTED]
http://www.voquette.com
Voquette...Delivering Sound Information


-Original Message-
From: Peter Peltonen [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 5:45 AM
To: Orion-Interest
Subject: How to upgrade Xalan / Xerces?



I want to upgrade Xalan and Xerces to newer versions that comes with JAXP
found at 
http://java.sun.com/xml? Do I just overwrite the .jar files?


Regards,
Peter


 startserver.bat
 acp.bat
 ocp.bat


RE: How to upgrade Xalan / Xerces?

2001-04-03 Thread Carroll, Jim

You will also need to delete the parser.jar file that comes with orion.

-Original Message-
From: Markus Holmberg [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 03, 2001 10:15 AM
To: Orion-Interest
Cc: Orion-Interest
Subject: Re: How to upgrade Xalan / Xerces?


Yes.

Markus

On Tue, Apr 03, 2001 at 03:44:32PM +0300, Peter Peltonen wrote:
> 
> I want to upgrade Xalan and Xerces to newer versions that comes with
JAXP
> found at 
> http://java.sun.com/xml? Do I just overwrite the .jar files?
> 
> 
> Regards,
> Peter

-- 

Markus Holmberg |   Give me Unix or give me a typewriter.
[EMAIL PROTECTED]  |   http://www.freebsd.org/





Re: How to upgrade Xalan / Xerces?

2001-04-03 Thread Markus Holmberg

Yes.

Markus

On Tue, Apr 03, 2001 at 03:44:32PM +0300, Peter Peltonen wrote:
> 
> I want to upgrade Xalan and Xerces to newer versions that comes with JAXP
> found at 
> http://java.sun.com/xml? Do I just overwrite the .jar files?
> 
> 
> Regards,
> Peter

-- 

Markus Holmberg |   Give me Unix or give me a typewriter.
[EMAIL PROTECTED]  |   http://www.freebsd.org/




How to upgrade Xalan / Xerces?

2001-04-03 Thread Peter Peltonen


I want to upgrade Xalan and Xerces to newer versions that comes with JAXP
found at 
http://java.sun.com/xml? Do I just overwrite the .jar files?


Regards,
Peter