jferard / fastods

A very fast and lightweight (no dependency) library for creating ODS (Open Document Spreadsheet, mainly for Calc) files in Java. It's a Martin Schulz's SimpleODS fork
GNU General Public License v3.0
36 stars 6 forks source link

All generated ods files should go in a single target dir #36

Closed jferard closed 7 years ago

jferard commented 7 years ago

Currently, all files generated during tests are written in the root dir of FastODS. That is a real mess.

A test-results dir is maybe a solution.

jferard commented 7 years ago

Dir name is "generated_files"