This website requires JavaScript.
Explore
Help
Sign in
thdltools
/
Jskad
Watch
1
Star
0
Fork
You've already forked Jskad
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
541527a54a
Jskad
/
dist
/
.cvsignore
8 lines
73 B
Text
Raw
Normal View
History
Unescape
Escape
Changed the build so that Savant and QuillDriver's builds include Smart*Player.java, which are accessed via reflection. Cleaned up the code a bit so that it would compile in so doing. Changed the 'options.txt' preferences file to reflect the new method of selecting media players.
2002-10-27 19:12:13 +00:00
docs
java-web-start
Ignores products of the revised build.
2002-11-18 16:16:17 +00:00
lib-jws
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
lib-vanilla
nightlyBuild.zip
Changed the build so that Savant and QuillDriver's builds include Smart*Player.java, which are accessed via reflection. Cleaned up the code a bit so that it would compile in so doing. Changed the 'options.txt' preferences file to reflect the new method of selecting media players.
2002-10-27 19:12:13 +00:00
releases
source
Reference in a new issue
Copy permalink