Title: Get Source and compile it Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. [TOC] *** # Introduction # SCM / Repository We are using GIT as a Version Control System. The official GIT repository of the project is available [here](https://git-wip-us.apache.org/repos/asf/deltaspike.git). ### Initial 'checkout' git clone https://git-wip-us.apache.org/repos/asf/deltaspike.git ### Update existing clone git pull --rebase ## Read-only Mirrors ### GitHub-Mirror git clone https://github.com/apache/deltaspike More information can be found [here](https://help.github.com/articles/which-remote-url-should-i-use). ## GIT Workflow We follow an [unified GIT workflow](suggested-git-workflows.html) to keep the commit history straight and therefore simple and clean. General details about GIT at Apache are available [here](http://wiki.apache.org/couchdb/Git_At_Apache_Guide) and at [http://git-wip-us.apache.org](http://git-wip-us.apache.org). **Hint:** If you are new to Git you might like to try the [Git guide for subversion users](http://git.or.cz/course/svn.html) or have a look at the [Git community book](http://git-scm.com/book). # Build So now you probably want to **`build the code`**. So follow the instructions [here](build.html) # Tools / IDE Commits (and in the best case also patches), have to follow our "formatting rules". The following section provides settings for IDEs used by us. ## IntelliJ [Attached](resources/files/settings.jar) you can find the settings for formatting the source code. Import them via File | Import Settings... ## Eclipse For Eclipse you can use this [Code Formatter Profile](resources/files/deltaspike-code-conventions.xml). Import it via Window | Preferences | Java | Code Style | Formatter