I had another look at this. The current file is created here (seen in your commit):
https://github.com/apache/incubator-netbeans/pull/877/files#diff-b776116ec4c79d0087dad2f3f1fb666a The file you replace not only holds the JSP api, but also EL and servlet api and schema files. In the referenced build.xml the "instructions" for build the two files (the jsp parser + api) are "documented". You don't need the full glassfish distribution. The EL, Servlet API and JSP API files exist separatedly and the schema files can be extracted from gf-client-module. The latter has a huge number of schemas. The interesting part will then be determining the final license file. The files look like a mix of CDDL-1.0, CDDL-1.1 and ALv2. [ Full content available at: https://github.com/apache/incubator-netbeans/pull/877 ] This message was relayed via gitbox.apache.org for [email protected]
