This page describes how to build synctocloud app from source.
Prerequisites:
- Latest java
- Eclipse IDE for java developers
Setup eclipse
- Create an empty workspace
- change workspace character encoding to UTF-8 (window – preferences – general – workspace – Text file encoding)
- installing windowbuilder pro via update manager (Help – install new software – add…)
- get latest source code from sourceforge.net (git repository)
- Import all projects from workspace (Import – general – Existing Projects into Workspace)
Run w/Debug
- Locate /cloudsync/src/hu/aftershock/cloudsync/Main.java
- Right click on it, and click Debug on popup menu
Compile
Use build_release ant target from build.xml.
Happy coding!