nginx-java-parser icon indicating copy to clipboard operation
nginx-java-parser copied to clipboard

Published zip file seems faulty for building

Open csmwww opened this issue 4 years ago • 0 comments

Thank you for a tool that is a great step up from simply processing the nginx.conf file using Jav split() and regex tools!

For anyone looking to build the code to dig into issues or enhance, please note that the "download ZIP" currently published under "Code" at https://github.com/odiszapc/nginx-java-parser does not appear complete, missing required grammer files at minimal, and is thus misleading to someone entering new.

Instead, be sure to pull the latest, which is 0.9.7 at this point, using something like "git clone https://github.com/odiszapc/nginx-java-parser.git", and then you will find a command like "C:\apache-maven-3.5.0/bin/mvn.cmd install" run in the source code root where pom.xml is will build fine (you need not run ANTLR or JAVACC if not digging in too deep into code changes, since the source code has that compile aspect already resolved).

csmwww avatar Nov 11 '21 13:11 csmwww