OpenNTF / org.openntf.nsfodp

Maven and Eclipse tooling for working with NSF on-disk-project representations
Apache License 2.0
14 stars 6 forks source link

Add option to skip non-library LotusScript compilation #287

Closed jesse-gallagher closed 2 years ago

jesse-gallagher commented 2 years ago

Recent versions added compilation of LotusScript in "basic" notes of this type. This is more accurate, but increases build time and can run afoul of mysterious bugs in the LS compilation process. It also seems to be optional - I think the client will either interpret the code or compile it on the fly, as these DBs worked fine without this step before.

Accordingly, it would be good to change this to work based on an option, allowing the project to be configured to skip such compilation in cases where it's very expensive or hits problems with older code.