From 3a4572b429ea0ce500ee2a56f88da214e1ee4970 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Thu, 15 Jan 2015 17:33:23 -0800 Subject: [PATCH] Updated How to build ANTLR itself (markdown) --- How-to-build-ANTLR-itself.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/How-to-build-ANTLR-itself.md b/How-to-build-ANTLR-itself.md index 0eb00a6..1409186 100644 --- a/How-to-build-ANTLR-itself.md +++ b/How-to-build-ANTLR-itself.md @@ -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*: