Re: [Mono-list] mono and LibreOffice (Ubuntu/Linux)

2016-10-18 Thread Marco Ridoni
My use case for my service was very simple: 1) Convert a "whatever" document to PDF 2) Generate a XLS/Calc spreadsheet from XML data (this part was later dealt with using NPOI) I found that using the C# and/or Java bindings the whole thing was quite unstable, so I wrote a small C/C++ wrapper,

Re: [Mono-list] Configuring xbuild on Jenkins server hosted on windows or Linux

2017-04-30 Thread Marco Ridoni
It works mostly the same, I use this same workflow, and the main difficulty lies in the differences between the build environments that can break the build, i.e: - Linux is case-sensitive, Windows is not, so pay attention to filenames - If you have always built on Windows, pay attention to