From d6359bea1d2b3bb45a598420d5a19cb37ef425e7 Mon Sep 17 00:00:00 2001 From: Daniel Moody Date: Wed, 25 Oct 2017 22:11:57 -0400 Subject: added my updates to CHANGES.txt --- src/CHANGES.txt | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/src/CHANGES.txt b/src/CHANGES.txt index 5df9c4f..0b1cdef 100644 --- a/src/CHANGES.txt +++ b/src/CHANGES.txt @@ -12,7 +12,18 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER - Whatever John Doe did. From Daniel Moody: - - Updated the Jar Builder tool in Tool/__init.py so that is doesn't force class files as + - Added Jar method and changed jar build to be more specific. Jar method will take in + directories or classes as source. Added more tests to JAR to ensure the jar was + packaged with the correct compiled class files. + - Added a No result test case to handle bug which seems unrelated to java in the + swig-dependencies.py test, more info here: http://scons.tigris.org/issues/show_bug.cgi?id=2907 + - Added a travis script to test on ubuntu trusty now that the project is on github + so that Continuus Integration tests can be run automatically. It tests most case and considers + no result a pass as well. Improving this script can install more dependincies allowing for more + tests to be run. + + From Daniel Moody: + - Updated the Jar Builder tool in Tool/__init__.py so that is doesn't force class files as sources, allowing directories to be passed, which was causing test/Java/JAR.py to fail. From William Deegan: -- cgit v0.12