-
Notifications
You must be signed in to change notification settings - Fork 0
Building the Oxide plug in
ianbollinger edited this page Oct 17, 2012
·
8 revisions
If you would rather install the plug-in without the hassle of building it, you can download the plug-in from https://github.com/ianbollinger/oxide/downloads to your eclipse/dropins
folder. Otherwise, continue reading.
- Java 7.0 (currently tested on OpenJDK)
- Maven 3
$ git clone git://github.com/ianbollinger/oxide.git
$ cd oxide
$ mvn
Copy the contents of the build/
folder to your Eclipse dropins/
folder.
When I last investigated the issue, GitHub seemed to disapprove of using their site hosting for this purpose. Also, the project won't go on Eclipse Marketplace until it's at least out of an alpha stage. A proper Eclipse (p2) update site is certainly planned, however.
Maven has to download the entirety of the internet in jar format before Oxide can build. It's enterprise-y.