Changes between Version 3 and Version 4 of GeneralInformation/Developers


Ignore:
Timestamp:
10/08/12 10:07:25 (12 years ago)
Author:
sherbold
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeneralInformation/Developers

    v3 v4  
    55== Source Code Management == 
    66 
    7 The source code of Quest 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/ 
     7The 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/ 
    88 
    99== Build Systems == 
    1010 
    11  * The Java components of Quest 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/]). 
     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/]). 
    1212 * 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 Quest 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 Quest components, 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/]). 
    1515