16017037e8b785b26dee996a0584702aa6a5fde4
- Allow multiple percentages to be specified for a step. The lowest one that's higher than the current percentage is used. - It seems sometimes the UI is shown after some progress is made. Track the percentage we're at when the UI is shown and reset that to be the new 0, scaling subsequent progress to fill the remainder. I added this convinced I needed it, but now I'm seeing that it's always at 0 when the UI is shown... Perhaps I'll revisit that after I do some other stuff...
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
Description
Languages
Java
90.7%
Shell
8%
JavaScript
1%
Go Template
0.3%