-
Notifications
You must be signed in to change notification settings - Fork 3
Installation
- Open your Eclipse installation and navigate to
Help->Eclipse Marketplace...
in the Menubar. - Search for
NetIDE
, clickInstall
and follow the instructions. After restarting Eclipse, NetIDE is ready to run.
- Open your Eclipse installation and navigate to
Help->Install New Software...
. - Enter
http://updatesite.netide.eu/stable
for a stable installation orhttp://updatesite.netide.eu/nightly
for nightly builds. - Select
NetIDE
clickNext
and follow the instructions. After restarting Eclipse, NetIDE is ready to run.
Check out the maven
branch, navigate to the folder releng/eu.netide.parent
and type mvn package
. The build process can take some time.
Once it has finished, you'll find the contents of an eclipse update site as a zip file in releng/eu.netide.product/target
.
Open your Eclipse Luna installation, go to Help->Install New Software->Add->Archive
and specify the location of the zip file.
Select NetIDE from the list and follow the instructions. After restarting Eclipse, NetIDE is ready to run.
Follow the steps in the Readme file to check out the plugin code.
If you like to contribute to the project, please notice the following:
-
We have four maintained branches:
-
master
: Contains the latest stable version and is only updated on a new release -
development
: The latest and greatest. New features are merged in here. -
maven
: Regularly pulls from the development branch. Maven metadata for plugins which contribute to the nightly builds is added here. -
EclipseUpdateSite
: Reflects the version of NetIDE which is currently available on the Eclipse Marketplace. -
Please use Feature branches. Create a new branch for each feature and each bug fix and, when deemed mature, create a pull request to the development branch.
-
It is generally recommended to regularly merge the
development
branch into your feature branches. This can prevent a lot of conflicts and thus frustration once you decide to merge your feature branch intodevelopment
. -
.project
and.classpath
files as well as.settings
folders have to be uploaded as well since they provide vital information for importing and building plugins.