Skip to end of metadata
Go to start of metadata

Building Mevenide 1 for Netbeans

We have migrated the repository from cvs to subversion.

Follow these steps to build Mevenide 1 against Netbeans:

Checkout

  • Checkout the whole svn repository
  • If you get a prompt for login/password, you can checkout anonymously via http instead of https:

Build

  • Go to mevenide-master subdirectory and run the following goal:

Install

  • All built NBMs will be then placed in the maven repository and when running "mevenide-netbeans:autoupdate" in mevenide-master, also under mevenide-master/target/nbm_release directory.

Building Mevenide 2 for Netbeans

These are instructions to build Mevenide2, the support for Maven 2.

Prerequisites

  • Make sure you've installed at least Maven 2.0.1
  • Download and install Netbeans 5.0 final build.
  • Create a file ~/.m2/settings.xml if you don't have it yet. A brand new one should look like this:
     
    If you have one existing, just add the pluginGroup.

Checkout

  • Checkout part of the repository required for Mevenide 2 codebase:

Building

  • Go to the created mevenide2 directory and run

. That one should build the whole netbeans support. Make sure you are online when building for the first time, it will download multiple netbeans API artifacts.
In the mevenide2 directory, you will have a new directory created: target/netbeans_clusters/mevenide with the binaries of mevenide2.

Running

  • To run in netbeans, edit it's netbeans/etc/netbeans.conf file,
     
    then just run netbeans.

    For testing purposes and to prevent clashes with existing old setup, use the -userdir <new_user_dir> command line switch when running netbeans.

Labels
  • None