User Tools

Site Tools


project_info:howto_regain_in_an_ide
Translations of this page:

**This is an old revision of the document!** ----

A PCRE internal error occured. This might be caused by a faulty plugin

====== How to setup an IDE ====== ===== netbeans ===== - Check out the [[project_info:sourcecode#check_out_sourcecode_from_the_svn_repository|source code with subversion]] into a folder of your choice. There exists several tools (RapidSVN, tortoise) or use the command line on a *nix/Cygwin. - Create a new project with the type 'Java Free-Form Project' - Choose the root of the checkout as Location - All other fields should be automatically filled - You can map ant targets to netbeans actions - Set the source level to JDK 1.6 - add the libs from 'lib/' to the 'src/src' Source Package Folder. - add only the needed libs from lib/ to 'test/src' ===== Eclipse ===== - Install [[http://www.eclipse.org/subversive/downloads.php|Subversive]] (or another SVN client). - Add ''https://regain.svn.sourceforge.net/svnroot/regain'' as repository. - Check out ''trunk'' as Java Project. - Add to the Build Path the Libraries: - All .jar in lib/ and sub-directories. - Add as Source folder: ''test/src'' ===== ANT ===== - Create an adapted version of build.properties in the project root folder. Use build.properties.sample as a blueprint. ===== Build Process ===== - run the target **clean-all** first - run the target **runtime** which will create all necessary jars - run the target **run-desktop-fast** to start the desktop version - run the target **public** on a Windows system to create the exe-installer

project_info/howto_regain_in_an_ide.1313830095.txt.gz · Last modified: 2024/09/18 08:31 (external edit)