You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-dev@xml.apache.org by Terry Rosenbaum <Te...@amicas.com> on 2003/07/11 18:16:37 UTC

saxon-aelfred.jar ??

Hi,

I noticed that saxon-aelfred.jar was added
to build.xml as one of the "core.jars" about
5 weeks ago (1.40 by Gary Shea <ma...@gtsdesign.com> via Kevin Ross)

    <fileset dir="${jar.dir}"
             id="core.jars">
        <include name="saxon-aelfred.jar" />
        <include name="commons-logging-1.0.1.jar" />
        <include name="xalan-2.4.0.jar"/>
        <include name="xercesImpl-2.1.0.jar"/>
        <include name="xml-apis-1.1.jar"/>
        <include name="xmldb-common.jar"/>
        <include name="xmldb-api-20021118.jar"/>
        <include name="xmldb-api-sdk-20021118.jar"/>
        <include name="xmldb-xupdate.jar"/>
        <include name="xmlrpc-1.1.jar"/>
    </fileset>

But, saxon-aelfred.jar is not in the java/lib
directory as all other jars are.

Does saxon-aelfred.jar not belong in build.xml,
or should saxon-aelfred.jar be added to java/lib?

-Terry



RE: saxon-aelfred.jar ??

Posted by Kevin Ross <Ke...@iVerticalLeap.com>.
This can be removed.  I believe Gary was testing the multiple 'driver'
patch.  I've taken care of it.

-Kevin Ross

-----Original Message-----
From: Terry Rosenbaum [mailto:Terry@amicas.com] 
Sent: Friday, July 11, 2003 10:17 AM
To: xindice-dev
Subject: saxon-aelfred.jar ??

Hi,

I noticed that saxon-aelfred.jar was added
to build.xml as one of the "core.jars" about
5 weeks ago (1.40 by Gary Shea <ma...@gtsdesign.com> via Kevin
Ross)

    <fileset dir="${jar.dir}"
             id="core.jars">
        <include name="saxon-aelfred.jar" />
        <include name="commons-logging-1.0.1.jar" />
        <include name="xalan-2.4.0.jar"/>
        <include name="xercesImpl-2.1.0.jar"/>
        <include name="xml-apis-1.1.jar"/>
        <include name="xmldb-common.jar"/>
        <include name="xmldb-api-20021118.jar"/>
        <include name="xmldb-api-sdk-20021118.jar"/>
        <include name="xmldb-xupdate.jar"/>
        <include name="xmlrpc-1.1.jar"/>
    </fileset>

But, saxon-aelfred.jar is not in the java/lib
directory as all other jars are.

Does saxon-aelfred.jar not belong in build.xml,
or should saxon-aelfred.jar be added to java/lib?

-Terry