RE: [NEED HELP] Update build to create a standalone distribution

2003-07-08 Thread Kevin Ross
Yes definitely, based on your past email, I thought you were already working on it. Let me know... Thanks! Kevin -Original Message- From: Aadi Deshpande [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:45 AM To: [EMAIL PROTECTED] Subject: RE: [NEED HELP] Update build to create

RE: [NEED HELP] Update build to create a standalone distribution

2003-07-08 Thread Aadi Deshpande
is there some help still needed in this regard. i'd be willing to help out. -a On Fri, 2003-06-27 at 15:21, Kevin Ross wrote: > Yes, exactly. > > -Original Message- > From: Kurt Ward [mailto:[EMAIL PROTECTED] > Sent: Friday, June 27, 2003 10:31 AM > To: [EMAIL PROTECTED] > Subject: Re:

cvs commit: xml-xindice build.xml

2003-07-08 Thread kevinross
kevinross2003/07/08 07:53:08 Modified:.build.xml Log: PR: 21391 Patch Submitted by: Kevin O'Neill ([EMAIL PROTECTED]) Reviewed by: Kevin Ross Fix bad reference to old xerces version. Revision ChangesPath 1.44 +2 -2 xml-xindice/build.xml Ind

Xindice in Win 98

2003-07-08 Thread Avik Chatterjee
Hello Everybody, I am using embeded Xindice1.1. Java version 1.4.0_01. My Application is working fine in Win2000, NT,XP and even in Linux. While running the Application in Win 98 I am facing a problem. The code is as below: After running the code: String message1 = ""; Collection col = DatabaseM

[patch] managed driver

2003-07-08 Thread Kevin O'Neill
I've added a new driver whos database instance is managed externally. Unlike the embeded driver if the database is not available the driver will fail to load. It's designed specifically for use in environments where there an external process is managing the lifecycle of the database. The patch als

[Patch] - build.xml adds old version of xerces jar.

2003-07-08 Thread Kevin O'Neill
build.xml includes a version of xerces that has been removed from the repository. I've logged a bug and attched the patch. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21391 -k.

Running the test suite

2003-07-08 Thread Kevin O'Neill
I've made a number of changes to my local version I want to make sure that all the tests run before I post a patch to bugzilla. I'm able to run the all the test except "test-integration-xmlrpc". I think it's a setup thing, so any guidence on running this test would be great. I've created a new dr