@@ -16,10 +16,48 @@ Try out next 0.7 version from this sources just by `git clone`, `mvn package' ,
1616Check README.md in project modules (e.g. ` org.nodeclipse.debug ` ). See launching Node.js logic in
1717[ LaunchConfigurationDelegate.java] ( https://github.com/Nodeclipse/nodeclipse-1/blob/master/org.nodeclipse.debug/src/org/nodeclipse/debug/launch/LaunchConfigurationDelegate.java )
1818
19+ Build
20+
21+ mvn package
22+
23+ Before release
24+
25+ mvn -Dtycho.mode=maven org.eclipse.tycho:tycho-versions-plugin:set-version -DnewVersion=0.9.0-SNAPSHOT
26+
27+ ## Developing
28+
29+ [ see src/site/markdown/developing.md file] ( src/site/markdown/developing.md )
30+
31+ ### Maven build
32+
33+ [ Maven] ( http://maven.apache.org/ ) build (using [ Tycho plugin] ( http://eclipse.org/tycho/ ) ) is headless build, that doesn't require Eclipse.
34+
35+ From Nodeclipse-1 base folder just run ` mvn package ` . Run offline when to re-build ` mvn clean package -o ` .
36+
37+ #### Install site.zip (quick and simple way)
38+
39+ 1 . Locate zip file under ` org.nodeclipse.site\target ` in Project Explorer, StartExplore-> Copy Resource Path to Clipboard
40+ 2 . Help -> Install New Software ...
41+ 3 . <kbd >Add...</kbd >
42+ 4 . <kbd >Archive...</kbd >
43+ 5 . Insert copied string into name and path.
44+ E.g. ` C:\Users\pverest\git\nodeclipse-056\org.nodeclipse.site\target\org.nodeclipse.site-0.5.0-SNAPSHOT.zip `
45+
46+ For the next time just select the zip entry from Work With drop-down list.
47+
48+ #### Install from freshly built p2 repository (cool and long way)
49+
50+ 2 . ` npm install http-server -g `
51+ 3 . ` http-server org.nodeclipse.site\target\repository -p 8010 `
52+ 4 . start http://localhost:8010/
53+ 5 . // navigate ` http://localhost:8010/ ` in browser to check
54+ 5 . Help->Install New Software, enter http://localhost:8010/ in Work With
55+
56+ ### Old stuff
57+
1958Below is long and a little bit old notes. You should better start with building yourself, checking < http://www.nodeclipse.org >
2059that has all links.
2160
22-
2361** Table of Contents** * generated with [ DocToc] ( http://doctoc.herokuapp.com/ ) *
2462
2563- [ Nodeclipse - Node.js support in Eclipse IDE] ( #nodeclipse---nodejs-support-in-eclipse-ide )
@@ -118,11 +156,12 @@ We use [Semantic Versioning](http://semver.org/). Version is MAJOR.MINOR.PATCH,
118156Please participate in discussion, [ propose and vote on new feature] ( http://nodeclipse.uservoice.com/forums/216804-general ) ,
119157 on raise bugs on < https://github.com/Nodeclipse/nodeclipse-1/issues >
120158
121- UPDATE: Roadmap is defnied by currently raised issues, voted ideas on uservoice, and desires of developers.
159+ UPDATE: Roadmap is defined by currently raised issues, voted ideas on uservoice, and desires of developers.
122160 Below is what was discussed in Spring 2013.
123161
162+ <!--
124163Check also [developers news](https://github.com/Nodeclipse/nodeclipse-blog#news).
125-
164+ -->
126165
127166### 0.x
128167
@@ -167,35 +206,6 @@ Is expected together with Node.js 1.0
167206 - Text formatting - Text folding for the JSON data format.)
168207 No Update site.
169208
170- ## Developing
171-
172- [ see src/site/markdown/developing.md file] ( src/site/markdown/developing.md )
173-
174- ### Maven build
175-
176- [ Maven] ( http://maven.apache.org/ ) build (using [ Tycho plugin] ( http://eclipse.org/tycho/ ) ) is headless build, that doesn't require Eclipse.
177-
178- From Nodeclipse-1 base folder just run ` mvn package ` . Run offline when to re-build ` mvn clean package -o ` .
179-
180- #### Install site.zip (quick and simple way)
181-
182- 1 . Locate zip file under ` org.nodeclipse.site\target ` in Project Explorer, StartExplore-> Copy Resource Path to Clipboard
183- 2 . Help -> Install New Software ...
184- 3 . <kbd >Add...</kbd >
185- 4 . <kbd >Archive...</kbd >
186- 5 . Insert copied string into name and path.
187- E.g. ` C:\Users\pverest\git\nodeclipse-056\org.nodeclipse.site\target\org.nodeclipse.site-0.5.0-SNAPSHOT.zip `
188-
189- For the next time just select the zip entry from Work With drop-down list.
190-
191- #### Install from freshly built p2 repository (cool and long way)
192-
193- 2 . ` npm install http-server -g `
194- 3 . ` http-server org.nodeclipse.site\target\repository -p 8010 `
195- 4 . start http://localhost:8010/
196- 5 . // navigate ` http://localhost:8010/ ` in browser to check
197- 5 . Help->Install New Software, enter http://localhost:8010/ in Work With
198-
199209### Code standard
200210
2012111 . If you edited or created file, add yourself as @author in JavaDoc or comments
0 commit comments