NetbinoxTutorial
From APIDesign
(Difference between revisions)
(→It is easy to start!) |
|||
Line 1: | Line 1: | ||
=== It is easy to start! === | === It is easy to start! === | ||
- | Here is a quick tutorial to get you up to the speed using [[Netbinox]]. You can either build the [[GPL]] sources of the [[bridge]] between [[NetBeans]] and [[Equinox]] yourself or download the binaries. To build the sources: | + | Here is a quick tutorial to get you up to the speed using [[Netbinox]]. You can either build the [[GPL]] sources of the [[bridge]] between [[NetBeans]] and [[Equinox]] yourself or download the binaries. |
+ | |||
+ | ==== Get the bits! ==== | ||
+ | |||
+ | To build from [http://source.apidesign.org/hg/netbinox the sources]: | ||
# hg clone http://source.apidesign.org/hg/netbinox | # hg clone http://source.apidesign.org/hg/netbinox | ||
Line 8: | Line 12: | ||
This will create a [[ZIP]] file in ''dist'' directory with [[Netbinox]] IDE - e.g. [[NetBeans]] platform and IDE ready to empower [[Equinox]]. Alternatively you can download the binaries directly from the [http://hudson.apidesign.org/job/netbinox daily builder]. | This will create a [[ZIP]] file in ''dist'' directory with [[Netbinox]] IDE - e.g. [[NetBeans]] platform and IDE ready to empower [[Equinox]]. Alternatively you can download the binaries directly from the [http://hudson.apidesign.org/job/netbinox daily builder]. | ||
+ | |||
+ | Warning: right now '''download the [[ZIP]]''' from the builder! | ||
+ | |||
+ | ==== Execute! ==== | ||
+ | |||
+ | Now it is time to start the system. You can do it via ant by running | ||
+ | |||
+ | ant run | ||
+ | |||
+ | or, you can extract the [[ZIP]] file and start '''bin/netbeans'''. [[NetBeans]] IDE optimized for development against [[Equinox]] will be started. |
Revision as of 13:23, 13 October 2009
It is easy to start!
Here is a quick tutorial to get you up to the speed using Netbinox. You can either build the GPL sources of the bridge between NetBeans and Equinox yourself or download the binaries.
Get the bits!
To build from the sources:
- hg clone http://source.apidesign.org/hg/netbinox
- cd netbinox
- ant
This will create a ZIP file in dist directory with Netbinox IDE - e.g. NetBeans platform and IDE ready to empower Equinox. Alternatively you can download the binaries directly from the daily builder.
Warning: right now download the ZIP from the builder!
Execute!
Now it is time to start the system. You can do it via ant by running
ant run
or, you can extract the ZIP file and start bin/netbeans. NetBeans IDE optimized for development against Equinox will be started.