log build.xml @ 418:528b6780a8bd

age author description
2012-03-21 Artem Tikhomirov Support and respect for symbolic links and executable flag, with /bin/ls backed implementation to discover these
2012-02-23 Artem Tikhomirov Straighten out exceptions thrown when file access failed - three is too much
2011-12-16 Artem Tikhomirov Use exceptions to expose errors reading mercurial data
2011-12-06 Artem Tikhomirov Newline filter shall respect whole stream when deciding whether to process line terminators, hence added stream preview functionality
2011-10-03 Artem Tikhomirov Explicit dependency for cmdline build
2011-09-26 Artem Tikhomirov Tests for array sort and reverse index building helper
2011-09-24 Artem Tikhomirov Branch with few children forked shall not ignore other children once one of them is processed
2011-09-17 Artem Tikhomirov Updated jar with test repositories
2011-09-03 Artem Tikhomirov Few tests for working copy information (branch, parents)
2011-08-25 Artem Tikhomirov Make present state available as version 0.5.0 v0.5.0
2011-08-24 Artem Tikhomirov Include tests for hgignore into the suite
2011-04-26 Artem Tikhomirov Add clone,incoming and outging tests
2011-04-13 Artem Tikhomirov Added cleanup and rebuild target; option to include debug information
2011-03-30 Artem Tikhomirov Nice ant --projecthelp -v output
2011-03-30 Artem Tikhomirov Build shall succeed with no precompiled classes, too
2011-03-16 Artem Tikhomirov First GA version is 0.1.0
2011-03-10 Artem Tikhomirov Build jar with sources along with main jars
2011-03-09 Artem Tikhomirov Merged branch wrap-data-access into default for resource-friendly data access. Updated API to promote that friendliness to clients (channels, not byte[]). More exceptions
2011-02-24 Artem Tikhomirov Dedicated location for various test data
2011-02-22 Artem Tikhomirov Bring test repos along with us to recreate testbench
2011-02-18 Artem Tikhomirov Samples updated
2011-01-29 Artem Tikhomirov Add version identifier to jar name.
2011-01-28 Artem Tikhomirov ErrorCollector in tests to grab multiple errors
2011-01-28 Artem Tikhomirov Updated contact address to support@hg4j.com
2011-01-28 Artem Tikhomirov Switch to JUnit for tests
2011-01-26 Artem Tikhomirov Build command line tools into separate jar
2011-01-25 alex build.xml: samples target fixed to use proper package names.
2011-01-23 Artem Tikhomirov Tests to run from build.xml
2011-01-23 Artem Tikhomirov Test for log command
2010-12-25 Artem Tikhomirov Access to underlaying file data wrapped into own Access object, implemented with FileChannel and ByteBuffer
2010-12-22 Artem Tikhomirov Explicit folder creation in the build.xml
2010-12-22 Artem Tikhomirov Ant script to build commands and run sample