On 10/13/2017 2:43 PM, Matthias Seidel wrote:
> Am 06.10.2017 um 03:40 schrieb Don Lewis:
> 
>> I think I understand what is going wrong with WikiPublisher on Windows.
>> The FreeBSD port sets the --with-system-apache-commons=yes, and lists
>> the all the commons-*.jar files as dependencies, so when AOO is
>> installed on a machine, the commons-*.jar files will also get installed
>> because they are dependencies.
>>
>> On Windows, and probably Linux and Mac, we don't set
>> --with-system-apache-commons=yes.  Instead we rely on bootstrap to
>> download the source for these .jar files and we build the actual .jar
>> files during the build.  Only commons-lang.jar is needed for the base
>> package and it gets packaged along with the rest of the AOO files.  The
>> WikiPublisher extension also requires commons-codec.jar,
>> commons-httpclient.jar, and commons-logging.jar, but these don't get
>> packaged along with the AOO files, and they also don't get packaged into
>> the .oxt file for the extension.  The only .jar files bundled with the
>> extension are help.jar and mediawiki.jar.
> 
> Do we have a bug # for this longstanding issue? We still advertise this
> feature but it is not working since 4.1.0 (?).
> 
> I really would love to have it back working in 4.2.0.
> 
> Matthias
> 
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org
>> For additional commands, e-mail: dev-h...@openoffice.apache.org
>>
>>
> 
> 
A little further testing on my Windows 7 machine shows that neither
OpenOffice.org version 3.3 nor Apache OpenOffice version 3.4.1 installed
the MediaWiki code by default. However installing the Sun MediaWike
extension in AOO 3.4.1 got further towards working than it did in AOO 4.1.3.

In 4.1.3 when you go to options and try to add the connection to the
OpenOffice wiki it just grays out the input box and never tries to make
the connection. With 3.4.1 it attempts to make a connection and fails
with the error message A connection could not be created because the URL
is invalid. This corresponds to
https://bz.apache.org/ooo/show_bug.cgi?id=115449. Since the wiki uses a
redirect to https this could be the reason it does not work in 4.1.3 or
4.1.4.

This leads me to believe that the extension code on the extension site
that was last updated in 2009 may have fallen victim to the API changes
with AOO v4.0.0.

I also would like to see this working in AOO 4.2.0 as I see it as a way
to possibly rejuvenate the documentation effort. Whether it is done as
an update to the external extension or done inside the source is
irrelevant from my point of view. What is relevant is that having it
functional would be a good enhancement to the product as well as
provicing the potential of benefit to the project.

Regards
Keith

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to