You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xindice-users@xml.apache.org by nu...@gmx.de on 2004/04/16 10:56:14 UTC

XMLDB Source code

Can anyone tell me, where to download the source code for the jars following
below?

xmldb-api-20030701.jar
xmldb-api-sdk-20030701.jar
xmldb-common-20030701.jar
xmldb-xupdate-20040205.jar
xmlrpc-1.1.jar

On "http://www.xmldb.org/xapi" I can only find a release dated 2Sept. 24,
2001.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/info


Re: XMLDB Source code

Posted by Vadim Gritsenko <va...@reverycodes.com>.
nurfuermailings@gmx.de wrote:

>Can anyone tell me, where to download the source code for the jars following
>below?
>  
>

You need to compile them yourself.


>xmldb-api-20030701.jar
>xmldb-api-sdk-20030701.jar
>xmldb-common-20030701.jar
>  
>

cvs -d :pserver:anoncvs@cvs.smb-tec.com:/raid/Repository -D 20030701 xmldb


>xmldb-xupdate-20040205.jar
>  
>

cvs -d :pserver:anoncvs@cvs.smb-tec.com:/raid/Repository -D 20040205 xmldb


>xmlrpc-1.1.jar
>  
>

Download from http://ws.apache.org/xmlrpc/


Vadim


Re: XMLDB Source code

Posted by Terry Rosenbaum <Te...@AMICAS.com>.
You can access the source using anonymous CVS.
CVS info is shown on this page: http://www.xmldb.org/projects.html
Look toward the bottom of the page for "CVS Repositories".

Anyone who is interested can checkout source code from our anonymous CVS 
server.
To do so, simply use the following commands (if you are using a GUI CVS 
client, configure it appropriately):

cvs -d :pserver:anoncvs@cvs.smb-tec.com:/raid/Repository login
 password: anoncvs 
 
cvs -d :pserver:anoncvs@cvs.smb-tec.com:/raid/Repository checkout [module-name]

Modules available for access are:

        * xmldb
        * xmldb/xapi
        * xmldb/xupdate
        * xmldb/sixdml

I presume it works now. I have personally accessed the source there in 
the past.

-Terry

nurfuermailings@gmx.de wrote:

>Can anyone tell me, where to download the source code for the jars following
>below?
>
>xmldb-api-20030701.jar
>xmldb-api-sdk-20030701.jar
>xmldb-common-20030701.jar
>xmldb-xupdate-20040205.jar
>xmlrpc-1.1.jar
>
>On "http://www.xmldb.org/xapi" I can only find a release dated 2Sept. 24,
>2001.
>
>  
>