diff --git a/build.xml b/build.xml index 886ce68..0e576eb 100644 --- a/build.xml +++ b/build.xml @@ -19,10 +19,11 @@ following, which are not in the CVS repository: extensions/jdom.jar - extensions/xalan.jar - extensions/xercesImpl.jar - extensions/xml-apis.jar - extensions/jmf.jar + $ANT_HOME/lib/xalan.jar + $ANT_HOME/lib/xercesImpl.jar + $ANT_HOME/lib/xml-apis.jar + Optionally: + extensions/drop-ins/(jmf.jar|qt4j.jar) See the developers site, linked to from http://thdltools.sf.net/, for info on where to find these. (You may be able to use Ant's @@ -70,6 +71,11 @@ + + + + + @@ -122,10 +131,6 @@ responsible for finding them and putting them into 'extensions/': --> - - - - @@ -193,26 +198,61 @@ depends="clean,distclean,compile,dist,src-dist,self-contained-dist,public-javadocs-dist,private-javadocs-dist,releases,web-start-releases,check,nightly-build" description="runs every target in this buildfile in a smart order; useful for testing the buildfile and your build environment" /> - + am lazy). I stopped a couple from so doing, but I'm not sure + if I got them all. --> + - - - - + + + + + + + + + + + + + + + Nightly Build Timestamp + + + +

THDL Tools Nightly Build Timestamp

+ +

+ These nightly builds were made at ]]> + + + + + + ${nb.creation.time} + + + +]]> + + + @@ -774,6 +814,8 @@ + + @@ -950,17 +992,25 @@ description="Uses scp to copy zip files of two flavors of Javadocs to thdltools.sf.net. After that, ssh in and follow the instructions given in http://thdltools.sourceforge.net/BuildSystems.html."> - + + + + + + + - + @@ -969,6 +1019,10 @@ + + + + + - - + diff --git a/dist/.cvsignore b/dist/.cvsignore index 2e80f84..70c9a2d 100644 --- a/dist/.cvsignore +++ b/dist/.cvsignore @@ -1,9 +1,11 @@ +DateStampForNightlyBuilds.html DictionarySearchAppletAndJavaWebStart.jnlp Jskad.jnlp QuillDriver.jnlp Savant.jnlp docs java-web-start +junit-noframes.html lib-jws lib-vanilla nightlyBuild.zip diff --git a/dist/NightlyBuilds.html b/dist/NightlyBuilds.html index 4c660c7..44a2364 100644 --- a/dist/NightlyBuilds.html +++ b/dist/NightlyBuilds.html @@ -11,7 +11,18 @@ Here you'll find last night's latest and greatest builds of the THDL tools.

+

+ If the builds failed last night, then you're actually looking at + builds that are a little bit older.  The actual date these + builds were done (from clean repository sources) can be found here. +

+
    +
  • + See here for results of the + nightly JUnit tests. +
  • Today's Javadocs: [public (zip file)] [private (zip file)] @@ -85,9 +96,5 @@
    David Chandler
    - - -Last modified: Mon Feb 3 01:28:00 EST 2003 - diff --git a/junitbuild.xml b/junitbuild.xml index 83ef9ad..4c909da 100644 --- a/junitbuild.xml +++ b/junitbuild.xml @@ -22,6 +22,9 @@ + + @@ -36,9 +39,22 @@ - + + + + + + + + + + + +