graphics in /main/extras/source/symbols

2022-12-26 Thread Matthias Seidel
Hi all,

what is the use of the Bitmaps in /main/extras/source/symbols?

I have not seen them anywhere in AOO but we bundle them with every
release...

Regards,

   Matthias




smime.p7s
Description: S/MIME Cryptographic Signature


Re: Support for maven

2022-12-26 Thread Damjan Jovanovic
On Fri, Dec 2, 2022 at 9:10 PM Jim Jagielski  wrote:

> There are some java apps that no longer support ant and
> instead rely on maven. Last I checked, I don't think we
> support that, do we?
>
>
>
But why are we compiling Java projects?

We compile C/C++ projects because (1) upstream often doesn't provide
binaries, and/or (2) we need to patch the source.

For Java projects, (1) is almost universally false, and (2) is often false.

Why can't we just download and use the upstream .jar files in those cases,
instead of needing Maven to build the source ourselves?

Regards
Damjan