tibbibl is the schema's name; TiblEdit is the application's name.

This commit is contained in:
dchandler 2004-04-11 14:44:06 +00:00
parent 56a02ba41d
commit f09a03c9c7
2 changed files with 36 additions and 32 deletions

View file

@ -27,8 +27,8 @@ Contributor(s): ______________________________________.
We have a document, We have a document,
http://thdltools.sourceforge.net/BuildSystems.html, that http://thdltools.sourceforge.net/BuildSystems.html, that
describes how to use this file to build Jskad, Tibbibl, and the describes how to use this file to build Jskad, TiblEdit (TIBBIBL
translation tool. editor), and the translation tool.
This build file is the main one, and it uses jwsbuild.xml for This build file is the main one, and it uses jwsbuild.xml for
building Java Web Start (JWS) releases. See the comments in that building Java Web Start (JWS) releases. See the comments in that
@ -52,11 +52,11 @@ Contributor(s): ______________________________________.
<description> <description>
This Jakarta Ant buildfile is used to build Jskad, Tibbibl, and This Jakarta Ant buildfile is used to build Jskad, TiblEdit
the Translation Tool. The docs at http://thdltools.sf.net/api are (TIBBIBL editor), and the Translation Tool. The docs at
created using this buildfile, for example. Read the comments of http://thdltools.sf.net/api are created using this buildfile, for
this buildfile to learn more, or see example. Read the comments of this buildfile to learn more, or
http://thdltools.sourceforge.net/BuildSystems.html. see http://thdltools.sourceforge.net/BuildSystems.html.
</description> </description>
<!-- <!--
@ -80,7 +80,7 @@ Contributor(s): ______________________________________.
<property name="bin" location="bin"/> <property name="bin" location="bin"/>
<property name="jskadbin" location="bin/jskad"/> <property name="jskadbin" location="bin/jskad"/>
<property name="converterguibin" location="bin/convertergui"/> <property name="converterguibin" location="bin/convertergui"/>
<property name="tibbiblbin" location="bin/tibbibl"/> <property name="tibleditbin" location="bin/tibledit"/>
<property name="junitbin" location="bin/for-junit"/> <property name="junitbin" location="bin/for-junit"/>
<property name="ttstandalonebin" location="bin/tt-standalone"/> <property name="ttstandalonebin" location="bin/tt-standalone"/>
<property name="ttappletjwsbin" location="bin/tt-applet-and-java-web-start"/> <property name="ttappletjwsbin" location="bin/tt-applet-and-java-web-start"/>
@ -213,7 +213,7 @@ Contributor(s): ______________________________________.
inheritAll="false" inheritRefs="false"> inheritAll="false" inheritRefs="false">
<reference refid="entire.class.path"/> <reference refid="entire.class.path"/>
<property name="junitbin" value="${junitbin}"/> <property name="junitbin" value="${junitbin}"/>
</ant> </ant>
<ant antfile="junitbuild.xml" target="run-headless-junit-tests" <ant antfile="junitbuild.xml" target="run-headless-junit-tests"
inheritAll="false" inheritRefs="false"> inheritAll="false" inheritRefs="false">
<reference refid="entire.class.path"/> <reference refid="entire.class.path"/>
@ -302,17 +302,17 @@ Contributor(s): ______________________________________.
<delete file="${dist}/DateStampForNightlyBuilds.html"/> <delete file="${dist}/DateStampForNightlyBuilds.html"/>
</target> </target>
<!-- DLC FIXME: add tibbibl-all-in-one-dist --> <!-- DLC FIXME: add tibledit-all-in-one-dist -->
<target name="self-contained-dist" <target name="self-contained-dist"
depends="jskad-all-in-one-dist" depends="jskad-all-in-one-dist"
description="JARs up everything into self-contained JARs for double-click, classpath-worry-free joy" /> description="JARs up everything into self-contained JARs for double-click, classpath-worry-free joy" />
<target name="dist" <target name="dist"
depends="jskad-dist,tt-handheld-dist,tt-standalone-dist,tt-applet-plus-jws-dist,tt-servlet-dist,tibbibl-dist,convertergui-dist" depends="jskad-dist,tt-handheld-dist,tt-standalone-dist,tt-applet-plus-jws-dist,tt-servlet-dist,tibledit-dist,convertergui-dist"
description="JARs up everything" /> description="JARs up everything" />
<target name="compile" <target name="compile"
depends="jskad-compile,tt-standalone-compile,tt-handheld-compile,tt-applet-plus-jws-compile,tt-servlet-compile,tibbibl-compile,convertergui-compile" depends="jskad-compile,tt-standalone-compile,tt-handheld-compile,tt-applet-plus-jws-compile,tt-servlet-compile,tibledit-compile,convertergui-compile"
description="compiles all programs" /> description="compiles all programs" />
@ -409,23 +409,23 @@ Contributor(s): ______________________________________.
</antcall> </antcall>
</target> </target>
<target name="tibbibl-compile" depends="init" <target name="tibledit-compile" depends="init"
description="compiles Tibbibl" > description="compiles TiblEdit" >
<mkdir dir="${tibbiblbin}"/> <mkdir dir="${tibleditbin}"/>
<antcall target="copy-tmw-fonts-to-bin-dir"> <antcall target="copy-tmw-fonts-to-bin-dir">
<param name="my.bin" value="${tibbiblbin}"/> <param name="my.bin" value="${tibleditbin}"/>
</antcall> </antcall>
<antcall target="create-timestamp-source-code"/> <!-- DLC NOW! The -run targets are mucking with this! It isn't fatal, but it should be fixed. --> <antcall target="create-timestamp-source-code"/> <!-- DLC NOW! The -run targets are mucking with this! It isn't fatal, but it should be fixed. -->
<antcall target="our-internal-javac-task"> <antcall target="our-internal-javac-task">
<param name="mybin" value="${tibbiblbin}"/> <param name="mybin" value="${tibleditbin}"/>
<param name="my.included.source.file" <param name="my.included.source.file"
value="org/thdl/tib/bibl/TiblEdit.java"/> value="org/thdl/tib/bibl/TiblEdit.java"/>
</antcall> </antcall>
<antcall target="copy-ini-files-to-bin-dir-for-jarring"> <antcall target="copy-ini-files-to-bin-dir-for-jarring">
<param name="mybin" value="${tibbiblbin}"/> <param name="mybin" value="${tibleditbin}"/>
</antcall> </antcall>
<antcall target="copy-license-etc-to-bin-dir-for-jarring"> <antcall target="copy-license-etc-to-bin-dir-for-jarring">
<param name="mybin" value="${tibbiblbin}"/> <param name="mybin" value="${tibleditbin}"/>
</antcall> </antcall>
</target> </target>
@ -637,7 +637,7 @@ Contributor(s): ______________________________________.
</antcall> </antcall>
</target> </target>
<!-- DLC FIXME: add tibbibl-jws --> <!-- DLC FIXME: add tibledit-jws -->
<!-- <!--
Note that jardiffs for the JWS stuff are done by the JWS system Note that jardiffs for the JWS stuff are done by the JWS system
itself when appropriate and when the server is configured itself when appropriate and when the server is configured
@ -672,7 +672,7 @@ Contributor(s): ______________________________________.
<target name="src-dist" depends="init" <target name="src-dist" depends="init"
description="generates the full Jskad+Tibbibl+Translation Tool source distribution" > description="generates the full Jskad+TiblEdit+Translation Tool source distribution" >
<!-- Put everything necessary into the zip file --> <!-- Put everything necessary into the zip file -->
<zip destfile="${dist}/source/THDL-Tools-src-${DSTAMP}.zip"> <zip destfile="${dist}/source/THDL-Tools-src-${DSTAMP}.zip">
<zipfileset dir="${source}" <zipfileset dir="${source}"
@ -733,11 +733,11 @@ Contributor(s): ______________________________________.
</target> </target>
<target name="tibbibl-dist" depends="tibbibl-compile" <target name="tibledit-dist" depends="tibledit-compile"
description="generates the bare Tibbibl binary distribution" > description="generates the bare TiblEdit binary distribution" >
<!-- Put everything in ${tibbiblbin} into the JAR file --> <!-- Put everything in ${tibleditbin} into the JAR file -->
<jar jarfile="${lib}/Tibbibl${my.jar.suffix}.jar" <jar jarfile="${lib}/TiblEdit${my.jar.suffix}.jar"
basedir="${tibbiblbin}"> basedir="${tibleditbin}">
<manifest> <manifest>
<attribute name="Main-Class" value="org.thdl.tib.bibl.TiblEdit"/> <attribute name="Main-Class" value="org.thdl.tib.bibl.TiblEdit"/>
</manifest> </manifest>
@ -913,7 +913,7 @@ Contributor(s): ______________________________________.
</java> </java>
</target> </target>
<target name="tibbibl-run" depends="tibbibl-dist" description="runs Tibbibl"> <target name="tibledit-run" depends="tibledit-dist" description="runs TiblEdit, the TIBBIBL editor">
<available classname="org.jdom.Document" <available classname="org.jdom.Document"
classpathref="entire.class.path" classpathref="entire.class.path"
ignoresystemclasses="true" ignoresystemclasses="true"
@ -922,7 +922,7 @@ Contributor(s): ______________________________________.
unless="jdom.present"/> unless="jdom.present"/>
<java classname="org.thdl.tib.bibl.TiblEdit" fork="yes"> <java classname="org.thdl.tib.bibl.TiblEdit" fork="yes">
<classpath> <classpath>
<pathelement location="${lib}/Tibbibl${my.jar.suffix}.jar"/> <pathelement location="${lib}/TiblEdit${my.jar.suffix}.jar"/>
<path refid="entire.class.path"/> <path refid="entire.class.path"/>
</classpath> </classpath>
<jvmarg value="-Dthdl.debug=${thdl.debug}"/> <jvmarg value="-Dthdl.debug=${thdl.debug}"/>

View file

@ -66,7 +66,8 @@
through the warnings): through the warnings):
<ul> <ul>
<li> <li>
<a href="java-web-start/Jskad.jnlp">Jskad</a> <a href="java-web-start/Jskad.jnlp">Jskad</a> (which contains
converters)
</li> </li>
<!-- DLC FIXME: this just asks for a dictionary; talk to AM about a fix <!-- DLC FIXME: this just asks for a dictionary; talk to AM about a fix
<li> <li>
@ -79,7 +80,9 @@
Self-contained JARs that are not signed: Self-contained JARs that are not signed:
<ul> <ul>
<li> <li>
All-in-one <a href="lib-vanilla/Jskad-self-contained.jar">Jskad</a> All-in-one <a
href="lib-vanilla/Jskad-self-contained.jar">Jskad</a> (which
contains converters)
</li> </li>
</ul> </ul>
</li> </li>
@ -87,10 +90,11 @@
Plain Jane, bare-minimum JARs that are not signed: Plain Jane, bare-minimum JARs that are not signed:
<ul> <ul>
<li> <li>
<a href="lib-vanilla/Tibbibl.jar">Tibbibl</a> <a href="lib-vanilla/TiblEdit.jar">TiblEdit (TIBBIBL editor)</a>
</li> </li>
<li> <li>
<a href="lib-vanilla/Jskad.jar">Jskad</a> <a href="lib-vanilla/Jskad.jar">Jskad</a> (which contains
converters)
</li> </li>
<li> <li>
<a href="lib-vanilla/DictionarySearchStandalone.jar">Standalone Translation Tool</a> <a href="lib-vanilla/DictionarySearchStandalone.jar">Standalone Translation Tool</a>