Changes between Version 3 and Version 4 of GeneralInformation/Developers
- Timestamp:
- 10/08/12 10:07:25 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneralInformation/Developers
v3 v4 5 5 == Source Code Management == 6 6 7 The source code of Questis hosted in a SVN repository. The repository allows anonymous reads. In order to commit something to the repository, you need to authenticate. To get an account, contact [http://www.swe.informatik.uni-goettingen.de/staff/steffen-herbold Steffen Herbold]. The repository URL is: https://quest.informatik.uni-goettingen.de/svn/quest/7 The source code of AutoQUEST is hosted in a SVN repository. The repository allows anonymous reads. In order to commit something to the repository, you need to authenticate. To get an account, contact [http://www.swe.informatik.uni-goettingen.de/staff/steffen-herbold Steffen Herbold]. The repository URL is: https://quest.informatik.uni-goettingen.de/svn/quest/ 8 8 9 9 == Build Systems == 10 10 11 * The Java components of Questuse Maven as build and dependency management system. We host a Maven repository that contains the current versions and SNAPSHOTs of quest ([https://trex.informatik.uni-goettingen.de/nexus/]).11 * 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 quest ([https://trex.informatik.uni-goettingen.de/nexus/]). 12 12 * 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. 13 * The C/C++ components of Questwritten for Windows application. We use Microsoft Visual Studio 2008 to develop and maintain them and provide the required project configurations with the respective projects.14 * For the continuous integration of the Questcomponents, we use a Hudson server ([https://trex.informatik.uni-goettingen.de/hudson/view/QUEST/]).13 * 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. 14 * For the continuous integration of the AutoQUEST components, we use a Hudson server ([https://trex.informatik.uni-goettingen.de/hudson/view/QUEST/]). 15 15