You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Andre Fischer <af...@a-w-f.de> on 2012/03/21 15:50:16 UTC

[CODE] svn commit: r1303221 - /incubator/ooo/trunk/main/extensions.lst

This commit (see subject) changes URLs in the new main/extensions.lst 
file.  The new URLs are multiply indirect. This breaks the download of 
the extensions, somewhat.  The actual downloading still works (thanks to 
the cool LWP::UserAgent perl module) but the downloaded files are stored 
under the wrong name (singular, all files are stored under the same 
name) and will therefore not be included in the installation set.

The build should go through, only the extensions will be missing from 
the install sets.

The change is an improvement, so I am working on extending the file 
format of main/extensions.lst and on fixing the download scripts to 
handle indirect URLs.

-Andre

Re: [CODE] svn commit: r1303221 - /incubator/ooo/trunk/main/extensions.lst

Posted by Andre Fischer <af...@a-w-f.de>.
Fixed in revision 1303475.

Extended main/extensions.lst so that the name of remote extensions can 
be specified explicitly.  Handling the download via (multiple) redirects 
correctly.

Will update the documentation tomorrow.

-Andre

On 21.03.2012 15:50, Andre Fischer wrote:
> This commit (see subject) changes URLs in the new main/extensions.lst
> file. The new URLs are multiply indirect. This breaks the download of
> the extensions, somewhat. The actual downloading still works (thanks to
> the cool LWP::UserAgent perl module) but the downloaded files are stored
> under the wrong name (singular, all files are stored under the same
> name) and will therefore not be included in the installation set.
>
> The build should go through, only the extensions will be missing from
> the install sets.
>
> The change is an improvement, so I am working on extending the file
> format of main/extensions.lst and on fixing the download scripts to
> handle indirect URLs.
>
> -Andre

Re: [CODE] svn commit: r1303221 - /incubator/ooo/trunk/main/extensions.lst

Posted by Andre Fischer <af...@a-w-f.de>.
As a work around you can erase the content of main/extensions.lst (or 
comment everything out.)

On 21.03.2012 15:50, Andre Fischer wrote:
> This commit (see subject) changes URLs in the new main/extensions.lst
> file. The new URLs are multiply indirect. This breaks the download of
> the extensions, somewhat. The actual downloading still works (thanks to
> the cool LWP::UserAgent perl module) but the downloaded files are stored
> under the wrong name (singular, all files are stored under the same
> name) and will therefore not be included in the installation set.
>
> The build should go through, only the extensions will be missing from
> the install sets.
>
> The change is an improvement, so I am working on extending the file
> format of main/extensions.lst and on fixing the download scripts to
> handle indirect URLs.
>
> -Andre