Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ant build needs improvements #127

Open
prrvchr opened this issue Jan 1, 2025 · 0 comments · May be fixed by #128
Open

Ant build needs improvements #127

prrvchr opened this issue Jan 1, 2025 · 0 comments · May be fixed by #128

Comments

@prrvchr
Copy link
Contributor

prrvchr commented Jan 1, 2025

Hi,

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.

@prrvchr prrvchr linked a pull request Jan 1, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant