Updated How to build ANTLR itself (markdown)
parent
3c8020b9cd
commit
3a4572b429
|
@ -223,7 +223,7 @@ cd dist
|
|||
bnd wrap --output antlr4-4.5-osgi.jar antlr4-4.5.jar
|
||||
```
|
||||
|
||||
The manifested generates is as follows:
|
||||
The manifest file it generates is:
|
||||
|
||||
```
|
||||
Manifest-Version: 1.0
|
||||
|
@ -271,6 +271,12 @@ Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.6))"
|
|||
Tool: Bnd-3.0.0.201501151451
|
||||
```
|
||||
|
||||
Use the following to test the updated jar:
|
||||
|
||||
```bash
|
||||
bnd print --verify antlr4-4.5-osgi.jar
|
||||
```
|
||||
|
||||
# Editing the ANTLR github wiki
|
||||
|
||||
If you are a kind soul and would like to fix some of the documentation associated with building and managing handler, such as this page, you can fork antlr/antlr4 at github and then clone from *YOUR_ID*:
|
||||
|
|
Loading…
Reference in New Issue