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 does not process files with a space in their name #117

Closed
prrvchr opened this issue Dec 12, 2024 · 1 comment · Fixed by #123
Closed

Ant build does not process files with a space in their name #117

prrvchr opened this issue Dec 12, 2024 · 1 comment · Fixed by #123

Comments

@prrvchr
Copy link
Contributor

prrvchr commented Dec 12, 2024

Hi,

If I build my extension's oxt file with ant then a file with a space in its name is not present in the oxt archive (ie: build.xml -> Run As -> 1 Ant Build)

If I build my extension's oxt file with the menu: MyProjet -> Run As -> 2 LibreOffice extension all files are present in the oxt archive.

And I confirm that if I rename the Lorem ipsum.txt file with a name without spaces (ie: Lorem_ipsum.txt) then the oxt archive generated by Ant build is complete

Thank you for your help.

@prrvchr prrvchr changed the title ant build does not process files with a space in the name ant build does not process files with a space in its name Dec 12, 2024
@prrvchr prrvchr changed the title ant build does not process files with a space in its name Ant build does not process files with a space in their name Dec 12, 2024
@prrvchr
Copy link
Contributor Author

prrvchr commented Dec 15, 2024

I just proposed pull request #118 which allows to support spaces in filenames
I removed it, this PR is not functional.

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