You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just saw that using Ant to build requires some improvements:
Normally for a Java project all files found in the /lib folder (ie: jar archive) must be put in the Class-Path of the MANIFEST.MF file of the created jar archive. It seems that the model build.xml.tpl file does not support this.
When exporting (ie: Export... -> LibreOffice -> Generate Ant script file) a jar archive of the project is generated and is found at the root of the project. This is not necessary and in any case this created archive is not usable and normally only the build.xml file should be generated at this time.
I will try to propose a PR.
The text was updated successfully, but these errors were encountered:
Hi,
I just saw that using Ant to build requires some improvements:
MANIFEST.MF
file of the created jar archive. It seems that the model build.xml.tpl file does not support this.I will try to propose a PR.
The text was updated successfully, but these errors were encountered: