Re: [VOTE] Release Apache OpenOffice 4.1.4-RC4 as GA

2017-09-30 Thread Pedro Giffuni
+1 (non binding)

It’s about time ;).

Pedro.
-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



report builder jar files

2017-09-30 Thread Pedro Giffuni
Hi Don;

> I'm attempting to update the FreeBSD openoffice-devel port, which is a
> snapshot of trunk, and add an option to enable the report builder
> extension.  That requires a whole bunch of .jar files.  Where should I
> get those?
…

Sometime ago I preventively copied them to our ooo-extras sourceforge mirror:

https://sourceforge.net/projects/oooextras.mirror/files/

I have no idea if I got them all, and the files appear to have never been 
downloaded, so it’s all untested.
Perhaps someone in the community, more used to that extension can check ?

Regards,

Pedro.

Re: [VOTE] Release Apache OpenOffice 4.1.4-RC4 as GA

2017-09-30 Thread Jose R R
+1

On Sat, Sep 30, 2017 at 12:54 PM, Jim Jagielski  wrote:
> I am calling a VOTE on releasing Apache OpenOffice 4.1.4-RC4
> as GA!!
>
> You can find these gems at:
>
>   https://dist.apache.org/repos/dist/dev/openoffice/4.1.4-RC4/
>
> The vote will last at least the normal 72 hours.
>
> Cheers!
> --
> Jim Jagielski
> On behalf of the Apache OpenOffice Project
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>

I like to customize some AOO aspects before building from your source.
AOO 4.1.4 RC4 has been operating without any noticeable issues on my
Debian-Reiser4 Stretch (9.1) AMD64, Enlightenment 21 Desktop.
< https://pbs.twimg.com/media/DKk6g6fUQAA_Hs1.jpg:large >


Best Professional Regards.

-- 
Jose R R
http://metztli.it
-
Download Metztli Reiser4: Debian Stretch with Linux 4.12
-
for AMD64 https://sf.net/projects/metztli-reiser4/
-
Try at no charge http://b2evolution.net for http://OpenShift.com PaaS
-
from our GitHub http://Nepohualtzintzin.com repository. Cloud the easy way!

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



[VOTE] Release Apache OpenOffice 4.1.4-RC4 as GA

2017-09-30 Thread Jim Jagielski
I am calling a VOTE on releasing Apache OpenOffice 4.1.4-RC4
as GA!!

You can find these gems at:

  https://dist.apache.org/repos/dist/dev/openoffice/4.1.4-RC4/

The vote will last at least the normal 72 hours.

Cheers!
--
Jim Jagielski
On behalf of the Apache OpenOffice Project

-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org



Re: servlet-api.jar

2017-09-30 Thread Matthias Seidel
I am just doing a build from branch with that option to see if the
plugin works...

Am 30.09.2017 um 14:42 schrieb Don Lewis:
> On 29 Sep, Matthias Seidel wrote:
>> That might explain why I have never seen a working WikiPublisher in the
>> last releases.
>> (Since at least 4.1.2 we build with that option on Windows)
>>
>> The question is: Do we need to build with that option if no one missed
>> the plugin?
> I've never tried to use it, so I don't know if it works or not.
>
> I think I've figured out what is going on.  The reason that tomcat isn't
> getting built when --enable-wiki-publisher is specified is that the
> swext module doesn't list tomcat as a dependency.  That said, I didn't
> find any references to servlet-api.jar in the swext module.  The only
> references that I found in the tree were in the commons-logging makefile
> in the apache-commons module.  As near as I can tell, servlet-api.jar is
> an optional dependency for unit testing.
>
> The FreeBSD port specifies --with-system-apache-commons=yes, so I think
> it should be fine as is.  The ports that bundle apache-commons are
> probably unlikely to specify an external servlet-api.jar, and I think
> they should work OK because apache-commons lists tomcat as a dependency
> and configure adds TOMCAT to $BUILD_TYPE.
>
> I think that the code in configure that handles
> --with-system-servlet-api is misplaced.  I think it should be in the
> section that handles the --without-system-apache-commons case.  If a
> user specifies --with-system-servlet-api, then running tomcat should not
> be necessary when building the bundled apache-commons .jar files.  The
> only reason that I can think of for why it ended up here is that the
> WikiPublisher was the first in-tree consumer of commons-logging.
>
>
> -
> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
> For additional commands, e-mail: dev-h...@openoffice.apache.org
>




smime.p7s
Description: S/MIME Cryptographic Signature


Re: servlet-api.jar

2017-09-30 Thread Don Lewis
On 29 Sep, Matthias Seidel wrote:
> That might explain why I have never seen a working WikiPublisher in the
> last releases.
> (Since at least 4.1.2 we build with that option on Windows)
> 
> The question is: Do we need to build with that option if no one missed
> the plugin?

I've never tried to use it, so I don't know if it works or not.

I think I've figured out what is going on.  The reason that tomcat isn't
getting built when --enable-wiki-publisher is specified is that the
swext module doesn't list tomcat as a dependency.  That said, I didn't
find any references to servlet-api.jar in the swext module.  The only
references that I found in the tree were in the commons-logging makefile
in the apache-commons module.  As near as I can tell, servlet-api.jar is
an optional dependency for unit testing.

The FreeBSD port specifies --with-system-apache-commons=yes, so I think
it should be fine as is.  The ports that bundle apache-commons are
probably unlikely to specify an external servlet-api.jar, and I think
they should work OK because apache-commons lists tomcat as a dependency
and configure adds TOMCAT to $BUILD_TYPE.

I think that the code in configure that handles
--with-system-servlet-api is misplaced.  I think it should be in the
section that handles the --without-system-apache-commons case.  If a
user specifies --with-system-servlet-api, then running tomcat should not
be necessary when building the bundled apache-commons .jar files.  The
only reason that I can think of for why it ended up here is that the
WikiPublisher was the first in-tree consumer of commons-logging.


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
For additional commands, e-mail: dev-h...@openoffice.apache.org