0
I Use This!
Inactive

Commits : Listings

Analyzed about 14 hours ago. based on code collected about 18 hours ago.
May 03, 2023 — May 03, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
On to release 1_39 next. More... over 13 years ago
Wrapped call to XMLSerializer.htmlDecode since it's declared to throw now. More... over 13 years ago
If staticRead fails with the fast XML read, and then fails with XMLStandardReader, then log the original exception also since it provides some indication of the core problem. fastHTMLDecode now throws if it runs out of lookahead space trying to decode an escape sequence of the form "%xx". More... over 13 years ago
On to release 1_38 next More... over 13 years ago
On to release 1.38 More... over 13 years ago
Added niocopyfile utility for channel based file copying. More... over 13 years ago
Removed comment referencing nonexistent parameter. More... over 13 years ago
On to release 1_37 More... over 13 years ago
On to release 1_37 next More... over 13 years ago
Added getShortFileDateTime method to support creating datetimestamped files. More... over 13 years ago
Fixed bug in replaceAll. If the tag to be replaced was at the end of the string this just looped. More... over 13 years ago
onwards to release 1.36 More... over 13 years ago
On to the next release number. More... over 13 years ago
Make the standard Date query format be understood by the StringUtil Date conversion utility. More... over 13 years ago
Upped the release number to ready for next release. More... over 13 years ago
Added linkage to sandbuild.jar so this doesn't have to be set in a global CLASSPATH env variable. More... over 13 years ago
Removed call linkage to GeneratorCommon so the javadoc taglet processing works. The taglets can't reference that far. See the comments in AbstractSandBaseTag.capitalize for details. More... over 13 years ago
Added a couple of debugging lines. Might be useful again. More... over 13 years ago
Added verifyBuildTasksLoaded as a debug point and quick fail if SAND is not loaded properly. More... over 13 years ago
Compile and doc now links to ant.home/lib explicitely rather than relying on CLASSPATH being set in the env. cleanup uses failonerror=false. Result sandbuild.jar is copied to ant.home/lib so it gets loaded at startup sothe singleton reference works. More... over 13 years ago
pdated release version More... over 13 years ago
Updated release number. More... over 13 years ago
Updated release number More... over 13 years ago
Factored out getRootDirNameFromProjDir method to figure out how to get to the top level "sand" directory from a build project. See the method comments for details. More... over 13 years ago
Removed mention of the SAND_HOME env variable. More... over 13 years ago
Replaced reference to SAND_HOME environment variable with an optional reference to SAND_HELP_ROOT. Otherwise te default of one level up from the current directory is used. More... over 13 years ago
removed reference to SAND_HOME from comment More... over 13 years ago
Changed comment references to SAND_HOME to just "sand" as part of removing dependence on any environment variables to build. Also changed this in the generated doc output. More... over 13 years ago
Replaced ${SAND_HOME} with ../../... More... over 13 years ago
replaced SAND_HOME ant property retrieval with getSandRootDirName More... over 13 years ago