Development
- 19.05.2010 - 09:26
- 06.05.2010 - 10:55
- 02.04.2010 - 15:08
- 02.03.2010 - 12:40
Program sources
Most of the program sources are currently hostet at the TU Dresden. Using the version control program subversion (svn), you may download the lates source codes here:
svn checkout https://subversion.inf.tu-dresden.de/svn/[repository name]/[repository name]/trunk
Currently, the following projects/repositories are available there:
- Jap
- The program JonDo (Java)
- anonlib
- The base library of JonDo (Java)
- guilib
- The GUI library of the JonDonym project (Java)
- logginglib
- The logging library of the JonDonym project (Java)
- InfoService
- The InfoSerivce (Java)
- MixConfig
- The configuration tool for mixes (Java)
- JAPWinInstall
- The Windows installation program for JonDo (nsis)
- proxytest
- The Mix (C++)
JonDos itself hosts the following projects:
svn checkout https://svn.jondos.de/svnpub/[Projekt-Name]/trunk
- JonDoConsole
- A console version of the JonDo client (Java)
- JonDoFox_Profile
- The Firefox profile JonDoFox, including installation programs (Mozilla, nsis, bash)
- JonDoFox_Extension
- The Firefox extension JonDoFox(Mozilla)
All of the above Java projects may be easily compiled by using the tool maven. It automatically fetches external dependencies. Just execute the following command in the main directory of a project (where the pom.xml is located):
mvn package
The compiled files are afterwards located in the subdirectory target.



