Changes between Version 12 and Version 13 of GeneralInformation/Developers
- Timestamp:
- 04/30/15 14:38:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralInformation/Developers
v12 v13 19 19 20 20 * The Java components of AutoQUEST use Maven as build and dependency management system. We host a Maven repository that contains the current versions and SNAPSHOTs of AutoQUEST ([https://trex.informatik.uni-goettingen.de/nexus/]). 21 * We develop the Java components with Eclipse and the M2E plug-in. To simplify things for other Eclipse users, we provide Eclipse project configurations in the SVN. This way, a simple SVN checkout is all you need, in order to work with our components and Eclipse. 21 * We develop the Java components with Eclipse and the M2E plug-in. To simplify things for other Eclipse users, we provide Eclipse project configurations in the SVN. This way, a simple SVN checkout is all you need, in order to work with our components and Eclipse. 22 * Make sure that your workspace interprets text files as UTF-8. Otherwise you will get encoding problems. 22 23 * The C/C++ components of AutoQUEST written for Windows application. We use Microsoft Visual Studio 2008 to develop and maintain them and provide the required project configurations with the respective projects. 23 24 * For the continuous integration of the AutoQUEST components, we use a Hudson server ([https://trex.informatik.uni-goettingen.de/hudson/view/AutoQUEST/]).