Ray Greenwell 0d7cf4f67f I have no idea what the heck the MetaProgressObserver was doing,
but it wasn't doing the right thing. Fixed it.

I honestly have no idea how this was working. Maybe it just wasn't.
Maybe we never noticed before because with the per-step progress
bars we weren't seeing it exceed 100 percent.

And then use that instead of the UnifiedProgressObserver I wrote,
before I saw MetaProgressObserver.
2012-03-08 15:21:12 +00:00
2010-01-04 21:47:35 +00:00

What is it?
-----------

Getdown (yes, it's the funky stuff) aims to provide a system for downloading
and installing a collection of files on a user's machine and upgrading those
files as needed. Though just any collection of files would do, Getdown is
mainly intended for the distribution and maintenance of the collection of files
that make up an application.

See the Google Code project for documentation and other information:

http://code.google.com/p/getdown

Building
--------

Getdown is built with Maven in the standard ways. Invoke the following
commands, for fun and profit:

% mvn compile  # builds the classes
% mvn test     # builds and runs the unit tests
% mvn package  # builds and creates jar file
% mvn install  # builds, jars and installs in your local Maven repository
S
Description
Download, Install, Update
Readme 3.1 MiB
Languages
Java 90.7%
Shell 8%
JavaScript 1%
Go Template 0.3%