Fix exporting expressions with associative operations with enclosed parenthesis; For example, the export of 1 + 2 + 3 is 1 + 2 + 3 (which is expected) and not (1 + 2) + 3 (which was correct but uselessly complex)
Fix the jar building keeping some html files