From e6228db52a8e783753886c12dabdbcac04b83931 Mon Sep 17 00:00:00 2001 From: Terence Parr Date: Thu, 15 Jan 2015 18:18:34 -0800 Subject: [PATCH] Updated How to build ANTLR itself (markdown) --- How-to-build-ANTLR-itself.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/How-to-build-ANTLR-itself.md b/How-to-build-ANTLR-itself.md index 1409186..2f67f88 100644 --- a/How-to-build-ANTLR-itself.md +++ b/How-to-build-ANTLR-itself.md @@ -277,6 +277,8 @@ Use the following to test the updated jar: bnd print --verify antlr4-4.5-osgi.jar ``` +Ok, added to mkjar target so happens automatically now. It downloads 2.4 bnd (not 3.0) and wraps. + # 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*: