Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
start.sh | 2013-07-03 | 701 Bytes | |
ongoing.sh | 2013-07-03 | 367 Bytes | |
env.sh | 2013-07-03 | 176 Bytes | |
Totals: 3 Items | 1.2 kB | 0 |
Note that both a minimal JAR and a static JAR are provided, depending on your needs: Sync.jar -includes only the bytecode and source for the Sync demo Sync_static.jar -includes the bytecode and source of the FileUploader demo -includes the bytecode of all build-time and run-time dependencies: OpenAutonomy.jar and aXMLRPC.jar Which to choose: Sync_static.jar is a good "quick start" as it can be run, out of the box, with even the correct main class. It is, however, larger in that it contains the code from dependent projects, as well. Sync.jar is best if your interest is to build a derivative of this demo or investigate how it functions in greater detail.