xmldb-org-xapi Mailing List for XML:DB Initiative for XML Databases (Page 3)
Brought to you by:
reinhapa
You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(10) |
Jul
(23) |
Aug
(6) |
Sep
(7) |
Oct
|
Nov
(4) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Per N. <per...@us...> - 2004-06-08 20:11:18
|
Update of /cvsroot/xmldb-org/xapi In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9128/xmldb.org/xapi Modified Files: book.xml build.xml index.xml xapi.iml Log Message: Build both stylebook docs and java docs for xapi docs target made some links relative instead of absolute Index: xapi.iml =================================================================== RCS file: /cvsroot/xmldb-org/xapi/xapi.iml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- xapi.iml 30 May 2004 11:54:44 -0000 1.1 +++ xapi.iml 8 Jun 2004 20:10:31 -0000 1.2 @@ -1,15 +1,33 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module version="4" relativePaths="false"> - <component name="ModuleRootManager" /> - <component name="NewModuleRootManager"> - <output url="file://$MODULE_DIR$/classes" /> - <exclude-output /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src/api" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/common" isTestSource="false" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - </component> -</module> - +<?xml version="1.0" encoding="UTF-8"?> +<module version="4" relativePaths="false"> + <component name="ModuleRootManager" /> + <component name="NewModuleRootManager"> + <output url="file://$MODULE_DIR$/classes" /> + <exclude-output /> + <content url="file://$MODULE_DIR$"> + <sourceFolder url="file://$MODULE_DIR$/src/api" isTestSource="false" /> + <sourceFolder url="file://$MODULE_DIR$/src/common" isTestSource="false" /> + </content> + <orderEntry type="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/src/lib/xtdash.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + <orderEntry type="module-library"> + <library> + <CLASSES> + <root url="jar://$MODULE_DIR$/src/lib/omquery.jar!/" /> + </CLASSES> + <JAVADOC /> + <SOURCES /> + </library> + </orderEntry> + </component> +</module> + Index: index.xml =================================================================== RCS file: /cvsroot/xmldb-org/xapi/index.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index.xml 30 May 2004 11:54:44 -0000 1.1 +++ index.xml 8 Jun 2004 20:10:30 -0000 1.2 @@ -31,19 +31,19 @@ <li><link href="xapi-draft.html">Working Draft</link>, last release Sept. 24, 2001</li> <li><link href="UseCases.html">API Use Cases Draft</link>, last release Sept. 24, 2001</li> <li><link href="xapi-req.html">Draft Requirements</link>, last release Nov. 15, 2000</li> - <li><link href="downloads/xmldb-20010924.tar.gz">Java Interfaces</link>, last release Sept. 24, 2001</li> + <li><link href="http://sourceforge.net/project/showfiles.php?group_id=75532">Java Interfaces</link>, last release Sept. 24, 2001</li> </ul> </p> <p> <strong>Mailing List:</strong> + <ul> - <li>Subscribe: <link href="mailto:xap...@xm...">xap...@xm...</link> - with the word <code>subscribe</code> in the body</li> - <li>Unsubscribe: <link href="mailto:xap...@xm...">xap...@xm...</link> - with the word <code>unsubscribe</code> in the body</li> - <li>Post: <link href="mailto:xap...@xm...">xap...@xm...</link></li> - <li>Mail Archive: <link href="http://archive.xmldb.org/">http://archive.xmldb.org/</link></li> + + <li>List: <link href="http://lists.sourceforge.net/lists/listinfo/xmldb-org-xapi">The Xmldb-org-xapi + mailing list</link> </li> + <li>Post: <link href="mailto:xml...@li...">mailto:xml...@li...</link></li> + <li>Mail Archive: <link href="http://sourceforge.net/mailarchive/forum.php?forum=xmldb-org-xapi">http://sourceforge.net/mailarchive</link></li> </ul> </p> @@ -52,7 +52,7 @@ <ul> <li> The reference implementation is available for - <link href="downloads/xmldb-api-11112001.tar.gz">download</link>. + <link href="http://sourceforge.net/project/showfiles.php?group_id=75532">download</link>. This implementation provides a simple file system based implementation of the API. The download also includes the most current Java intefaces and the driver development Index: build.xml =================================================================== RCS file: /cvsroot/xmldb-org/xapi/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build.xml 6 Jun 2004 17:31:37 -0000 1.2 +++ build.xml 8 Jun 2004 20:10:30 -0000 1.3 @@ -2,16 +2,15 @@ <project name="xmldb.xapi" default="docs" basedir="."> <property name="build.compiler" value="modern"/> - <property name="build.dir" value="build"/> - <property name="build.doc.api" value="${build.dir}/javadoc"/> - <property name="src.dir" value="src"/> - <property name="dist.dir" value="dist"/> - <property name="lib.dir" value="../stylebook/lib"/> + <property name="build.dir" value="${basedir}/build"/> + <property name="src.dir" value="${basedir}/src"/> + <property name="dist.dir" value="${basedir}/dist"/> + <property name="stylebook.lib.dir" value="../stylebook/lib"/> <property name="skin" value="../stylebook/styles"/> <path id="project.classpath"> <fileset dir="${build.dir}"/> - <fileset dir="${lib.dir}"/> + <fileset dir="${stylebook.lib.dir}"/> </path> <target name="clean"> @@ -19,6 +18,7 @@ </target> <target name="prepare"> + <tstamp/> <mkdir dir="${build.dir}"/> </target> @@ -26,43 +26,39 @@ Generate stylebook documentation =======================================================================--> <target name="docs" depends="prepare"> - <mkdir dir="${build.doc.api}"/> - - <javadoc packagenames="org.xmldb.api, - org.xmldb.api.base, - org.xmldb.api.modules" - sourcepath="${src.dir}/api" - destdir="${build.doc.api}" - public="true" - version="true" - author="true" - doctitle="XML:DB API Specification" - header="<b>XML:DB API</b>" - bottom="<font size=2>Copyright (C) <a href=http://www.xmldb.org>XML:DB Initiative</a>. All rights reserved.%lt;/font>" - classpathref="project.classpath"/> + <java classname="org.apache.stylebook.StyleBook" + fork="yes" + failonerror="yes" + classpathref="project.classpath"> + <arg line="targetDirectory=${build.dir}"/> + <arg line="./book.xml"/> + <arg line="${skin}"/> + </java> + <ant dir="src" target="javadoc-spec" inheritall="false"> + <property name="build.doc" value="${build.dir}" /> + </ant> </target> <!--====================================================================== Compile all sources =======================================================================--> <target name="compile" depends="prepare"> - <javac srcdir="${src.dir}" - destDir="${build.dir}" - classpathref="project.classpath" - failonerror="true"/> + <ant dir="src" target="compile" inheritall="false"/> + </target> <target name="dist" depends="compile"> <mkdir dir="${dist.dir}"/> <mkdir dir="${dist.dir}/xmldb"/> <copy todir="dist/xmldb"> - <fileset dir="src/api/org dist/xmldb"/> + <fileset dir="src/api/org"/> </copy> - <ant dir="src"/> - <copy tofile="dist/xmldb/xmldb.jar"> + <ant dir="src" target="dist" inheritall="false" /> + <copy tofile="dist/xmldb/xmldb.jar"> <fileset dir="src/lib/xmldb-api-*.jar"/> - </copy> - <tar tarfile="../downloads/xmldb-api-`date +%m%d%Y`.tar.gz" - includes="dist/**"/> + </copy> + <tar tarfile="../downloads/xmldb-api-${DSTAMP}.tar.gz" compression="gzip" > + <tarfileset dir="dist" /> + </tar> </target> </project> Index: book.xml =================================================================== RCS file: /cvsroot/xmldb-org/xapi/book.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- book.xml 30 May 2004 11:54:44 -0000 1.1 +++ book.xml 8 Jun 2004 20:10:30 -0000 1.2 @@ -1,18 +1,23 @@ <?xml version="1.0"?> <book software="" title="XML:DB Initiative" copyright="2000-2003 The XML:DB Initiative"> - <external id="back" label="XML:DB Home" href="http://www.xmldb.org/index.html"/> + <!--external id="back" label="XML:DB Home" href="http://www.xmldb.org/index.html"/--> + <external id="back" label="XML:DB Home" href="../index.html"/> <separator/> <page id="index" label="Index" source="index.xml"/> <spec id="xapi-req" label="Requirements" source="xapi-req.xml"/> <spec id="xapi-draft" label="Working Draft" source="xapi-draft.xml"/> <spec id="UseCases" label="API Use Cases" source="UseCases.xml"/> <separator/> - <external id="javadoc" label="JavaDoc" href="http://www.xmldb.org/xapi/api/index.html"/> - <external id="repository" label="Repository" href="http://cvs.smb-tec.com/cgi-bin/cvsweb.cgi/xmldb/xapi"/> + <!--external id="javadoc" label="JavaDoc" href="http://www.xmldb.org/xapi/api/index.html"/--> + <!--external id="repository" label="Repository" href="http://cvs.smb-tec.com/cgi-bin/cvsweb.cgi/xmldb/xapi"/--> + <external id="javadoc" label="JavaDoc" href="api/index.html"/> + <external id="repository" label="Repository" href="http://cvs.sourceforge.net/viewcvs.py/xmldb-org/"/> <separator/> - <external id="maillist" label="Mail List" href="http://www.xmldb.org/projects.html"/> - <external id="mailarchive" label="Mail Archive" href="http://archive.xmldb.org"/> + <!--external id="maillist" label="Mail List" href="http://www.xmldb.org/projects.html"/--> + <!--external id="mailarchive" label="Mail Archive" href="http://archive.xmldb.org"/--> + <external id="maillist" label="Mail List" href="http://sourceforge.net/mail/?group_id=75532"/> + <external id="mailarchive" label="Mail Archive" href="http://sourceforge.net/mail/?group_id=75532"/> <!--hiddenspec id="base" source="base.xml"/> <hiddenspec id="BinaryResource" source="BinaryResource.xml"/> |
From: Per N. <per...@us...> - 2004-06-08 19:45:12
|
Update of /cvsroot/xmldb-org/xapi/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3908/xmldb.org/xapi/src Modified Files: build.xml Added Files: .cvsignore Log Message: Fixes to build scripts --- NEW FILE: .cvsignore --- build Index: build.xml =================================================================== RCS file: /cvsroot/xmldb-org/xapi/src/build.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- build.xml 6 Jun 2004 10:54:23 -0000 1.2 +++ build.xml 8 Jun 2004 19:45:02 -0000 1.3 @@ -24,24 +24,26 @@ <!-- Initializes the build process --> <!-- =================================================================== --> <!-- default directory structure definitions --> - <property name="root.dir" value="."/> + <property name="root.dir" value="${basedir}"/> <property name="jar.dir" value="${root.dir}/lib"/> <property name="src.dir" value="${root.dir}/api"/> - <property name="build.dir" value="${root.dir}/classes"/> - <property name="sdk.build.dir" value="${root.dir}/classes-sdk"/> + <property name="build.dir" value="${root.dir}/build"/> + <property name="build.doc" value="${build.dir}/javadoc"/> + <property name="api.build.dir" value="${build.dir}/classes-api"/> + <property name="sdk.build.dir" value="${build.dir}/classes-sdk"/> <property name="dist.build.dir" value="${root.dir}/dist/xmldb"/> <property name="javadoc.pkgs" value="org.xmldb.*"/> <!-- classpath to use within project --> - <path id="project.class.path"> + <path id="project.classpath"> + <!-- compiled classes directory --> - <pathelement location="${build.dir}"/> + <pathelement location="${api.build.dir}"/> + <pathelement location="${sdk.build.dir}"/> <!-- all jars in jar directory --> - <fileset dir="${jar.dir}"> - <include name="*.jar"/> - </fileset> + <fileset dir="${jar.dir}" /> <!-- system property, environment classpath --> <pathelement path="${java.class.path}"/> @@ -57,7 +59,7 @@ <!-- Prepares the build directory --> <!-- =================================================================== --> <target name="prepare" depends="init"> - <mkdir dir="${build.dir}"/> + <mkdir dir="${api.build.dir}"/> <mkdir dir="${sdk.build.dir}"/> <mkdir dir="${jar.dir}"/> </target> @@ -71,15 +73,15 @@ <target name="compile" depends="prepare"> <echo message="Compiling XML:DB API - Interfaces"/> <javac srcdir="${src.dir}" - destdir="${build.dir}" - excludes="org/xmldb/api/reference/**, org/xmldb/api/sdk/**, org/xmldb/api/tests/**"> - <classpath refid="project.class.path"/> - </javac> + destdir="${api.build.dir}" + excludes="org/xmldb/api/reference/**, org/xmldb/api/sdk/**, org/xmldb/api/tests/**" + classpathref="project.classpath" /> + <!--classpath refid="project.classpath"/--> </target> <target name="bin-jar" depends="prepare, compile"> <jar jarfile="${jar.dir}/${jarname}.jar" - basedir="${build.dir}" + basedir="${api.build.dir}" /> </target> @@ -93,7 +95,7 @@ debug="off" deprecation="off" excludes="org/xmldb/api/base/**, org/xmldb/api/modules/**"> - <classpath refid="project.class.path"/> + <classpath refid="project.classpath"/> </javac> </target> @@ -127,42 +129,44 @@ <!-- Build Full API docs including SDK files --> <!-- =================================================================== --> <target name="javadoc" depends="prepare"> - <delete dir="./javadoc"/> - - <mkdir dir="./javadoc"/> + <delete dir="${build.doc}/full"/> + + <mkdir dir="${build.doc}/full"/> + + <javadoc packagenames="org.xmldb.**" + sourcepath="${src.dir}" + destdir="${build.doc}/full" + public="true" + version="true" + author="true" + doctitle="XML:DB API Specification" + header="<b>XML:DB API</b>" + bottom="<font size=2>Copyright (C) <a href=http://www.xmldb.org>XML:DB Initiative</a>. All rights reserved.%lt;/font>" + classpathref="project.classpath"/> - <javadoc packagenames="org.xmldb.*" - sourcepath="${src.dir}" - destdir="./javadoc" - public="true" - version="true" - author="true" - overview="" - doctitle="XML:DB API SDK" - header="XML:DB API SDK" - bottom="Copyright (c) 2001 The XML:DB Initiative All rights reserved" - /> </target> <!-- =================================================================== --> <!-- Build API Specification --> <!-- =================================================================== --> <target name="javadoc-spec" depends="prepare"> - <deltree dir="../api"/> + <deltree dir="${build.doc}/api"/> - <mkdir dir="../api"/> + <mkdir dir="${build.doc}/api"/> - <javadoc packagenames="org.xmldb.api, org.xmldb.api.base, org.xmldb.api.modules" - sourcepath="${src.dir}" - destdir="../api" - public="true" - version="true" - author="true" - overview="" - doctitle="XML:DB API Specification" - header="XML:DB API" - bottom="Copyright (c) 2001 The XML:DB Initiative All rights reserved" - /> + + <javadoc packagenames="org.xmldb.api, + org.xmldb.api.base, + org.xmldb.api.modules" + sourcepath="${src.dir}" + destdir="${build.doc}/api" + public="true" + version="true" + author="true" + doctitle="XML:DB API Specification" + header="<b>XML:DB API</b>" + bottom="<font size=2>Copyright (C) <a href=http://www.xmldb.org>XML:DB Initiative</a>. All rights reserved.%lt;/font>" + classpathref="project.classpath"/> </target> <!-- =================================================================== --> |