No description
Find a file
dchandler 69b07cda65 Added some utility targets pour moi.
Better error checking.

There's now a nightly builds HTML page, for use with a script like the
following:

#! /bin/sh
JSKAD=/www/nightly/Jskad
DEST=/www/nightly/builds
HISTORY=/www/nightly/history
DATE=`date`
if test ! -d $DEST; then \
     echo "$DEST does not exist ($DATE)." >> history; exit 1; fi
(rm -fr ${DEST}/* && cd $JSKAD && cvs -f -z3 update -dP && ant dc-nightly-build \
 && cp dist/nightlyBuild.zip $DEST && cd $DEST && unzip nightlyBuild.zip \
 && rm nightlyBuild.zip && \
  (cd docs \
   && mv private-javadocs-*.zip private-javadocs-today.zip \
   && mv public-javadocs-*.zip public-javadocs-today.zip \
   && mkdir public && mkdir private && \
    (cd public \
     && unzip ../public-javadocs-today.zip) && \
    (cd private \
     && unzip ../private-javadocs-today.zip)) \
 && \
  (cd source \
   && mv THDL-Tools-src-*.zip THDL-Tools-src-today.zip))
if test $? != 0; then echo "NIGHTLY BUILD FAILED on $DATE" >> $HISTORY; exit 2; fi
(cd $JSKAD && ant check)
DDATE=`date`
if test $? != 0; then echo "'ant check' FAILED on $DATE" >> $HISTORY; exit 3; fi
DDDATE=`date`
echo "Success on start=$DATE build=$DDATE check=$DDDATE" >> $HISTORY
exit 0
2003-02-03 06:24:52 +00:00
dist Added some utility targets pour moi. 2003-02-03 06:24:52 +00:00
docs Testing CVSROOT/log* e-mail script. 2002-10-03 02:29:30 +00:00
extensions Added JDOM's license. 2003-02-01 05:12:49 +00:00
license Previously, all but the last line had \r\r\n line feeds, which is neither DOS 2002-10-05 20:20:49 +00:00
source Javadoc 1.4.1_01 no longer has a single warning about this package. 2003-02-03 01:36:56 +00:00
.classpath You can use these two files to use Eclipse 2.0 with Jskad. Though you'll 2002-11-02 19:07:45 +00:00
.cvsignore Added some utility targets pour moi. 2003-02-03 06:24:52 +00:00
.project You can use these two files to use Eclipse 2.0 with Jskad. Though you'll 2002-11-02 19:07:45 +00:00
build.xml Added some utility targets pour moi. 2003-02-03 06:24:52 +00:00
junitbuild.xml Changed project name. 2003-02-01 06:43:13 +00:00
jwsbuild.xml Changed project name. 2003-02-01 05:55:31 +00:00