Hi team: I'm getting an issue with RC2:
$ curl -L 'http://people.apache.org/~woollard/apache-oodt-0.1-incubating/rc2/apache-oodt-0.1-incubating-src.tar.gz' | tar xzf - $ cd apache-oodt-0.1-incubating-src/agility $ python setup.py test Traceback (most recent call last): File "setup.py", line 75, in <module> _read('docs', 'HISTORY.txt') File "setup.py", line 68, in _read return open(os.path.join(os.path.dirname(__file__), *rnames)).read() IOError: [Errno 2] No such file or directory: 'docs/HISTORY.txt' It looks like someone renamed HISTORY.txt to RELEASE_NOTES.txt, which means the documentation for the Python component can no longer be built. On the Java side of things I got a clean build but that was with an existing m2 cache. Trying again without any ~/.m2. --k