Re: [RELEASE, TOOLS] bash script to generate Update Feed

2014-09-04 Thread Oliver-Rainer Wittmann

Hi,

On 29.08.2014 22:54, Andrea Pescetti wrote:

On 22/08/2014 Oliver-Rainer Wittmann wrote:

I figured out that the Update Service code expects this URI as the XML
namespace URI for the Update Feed entries.


OK, so shall we put something at
http://installation.openoffice.org/description
so that it contains some useful information? Something like
   ---
This is the XML namespace URI for the Update Feed entries for Apache
OpenOffice. You can find all details about the expected syntax at
https://wiki.openoffice.org/wiki/Update_Service
   ---
(and of course if source code expected it, reverting my change was just
right).



Yes, this makes sense.

Best regards, Oliver.

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



Reporting broken download link

2014-09-04 Thread JvdBoogaard

Hi,

I'm a enthusiastic user of AOO
But I have most of the time problems with downloading and installing new 
versions.

Everytime I have troubles with the so-called quickstarter.

I do not have enabled the quickstarteroption under Options, Open Office, 
Memory
In the Taskmanager there is nothing to be found that is related to Open 
Office.
Sometimes I manage to repair or to remove the old version, but this time 
even that is not possible because of the quickstarter.


Well, I cannot install AOO 4.1.1 because of the quickstarter.
I hope you can help me some way.

I encounter these problems on my desktop pc with Windows 7 and on my 
notebook with Windows 8.1, x64


greetings, Jan van den Boogaard, The Netherlands


*Browser variables* *Values*
navigator.appCodeName   Mozilla
navigator.appName   Netscape
navigator.appVersion5.0 (Windows)
navigator.platform  Win32
navigator.oscpu Windows NT 6.3; WOW64
navigator.cpuClass  undefined
navigator.product   Gecko
navigator.productSub20100101
navigator.vendor
navigator.vendorSub 
navigator.language  nl
navigator.browserLanguage   undefined
navigator.userLanguage  undefined
navigator.systemLanguageundefined
navigator.userAgent 	Mozilla/5.0 (Windows NT 6.3; WOW64; rv:32.0) 
Gecko/20100101 Firefox/32.0

Debian / Ubuntu / IceWeasel ?   No / No / No
*Stable Release*
*JavaScript functions/variables**Values*
Language ISO code   nl
Language ISO code (from select box) nl
Release matrix platform position (full) 11
Release matrix platform position (lp)   12
Release matrix platform array data  y,132
Release matrix language array data  nl,Dutch,Nederlands,y,nl/
UI platform nameWindows (EXE)
UI platform name (not supported)
Platform (short)win32
URL platform name (full)Win_x86_install
URL platform name (lp)  Win_x86_langpack
URL platform name (from select box) win32
Version (from select box)   4.1.1
File name (full)Apache_OpenOffice_4.1.1_Win_x86_install_nl.exe
File name (lp)  Apache_OpenOffice_4.1.1_Win_x86_langpack_nl.exe
File extension  .exe
File size (full) (MByte)132
File size (lp) (MByte)  11
Release info 	Milestone AOO411m6 | Build ID 9775 | SVN r1617669 | 
Released 2014-08-21
Download file link (full) 
http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_install_nl.exe/download 

Download file link (lp) 
http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_langpack_nl.exe/download 

Checksum file link (full) (here for MD5) 
http://archive.apache.org/dist/openoffice/4.1.1/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_install_nl.exe.md5 

Checksum file link (lp) (here for MD5) 
http://archive.apache.org/dist/openoffice/4.1.1/binaries/nl/Apache_OpenOffice_4.1.1_Win_x86_langpack_nl.exe.md5 

Base URL to Sourceforge.net 
http://sourceforge.net/projects/openofficeorg.mirror/files/4.1.1/binaries/

Base URL to Apache Archive  http://archive.apache.org/dist/openoffice/4.1.1
getLinkSelection() (download URL)   undefined
isLanguageSupported() (true/false) ?true
Show the sub-box (true/false) ? true
General error (true/false) ?false







---
Dit e-mailbericht bevat geen virussen en malware omdat avast! 
Antivirus-bescherming actief is.
http://www.avast.com


Re: Reporting broken download link

2014-09-04 Thread Dave Barton
JvdBoogaard wrote:
 Hi,

 I'm a enthusiastic user of AOO
 But I have most of the time problems with downloading and installing
 new versions.
 Everytime I have troubles with the so-called quickstarter.

 I do not have enabled the quickstarteroption under Options, Open
 Office, Memory
 In the Taskmanager there is nothing to be found that is related to
 Open Office.
 Sometimes I manage to repair or to remove the old version, but this
 time even that is not possible because of the quickstarter.

 Well, I cannot install AOO 4.1.1 because of the quickstarter.
 I hope you can help me some way.

 I encounter these problems on my desktop pc with Windows 7 and on my
 notebook with Windows 8.1, x64

 greetings, Jan van den Boogaard, The Netherlands

If the Quickstarter icon is visible right click and select Exit.
Otherwise look for soffice.bin or soffice.exe in Task Manager.

Regards
Dave


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



Re: Problem building AOO

2014-09-04 Thread Andrea Pescetti

On 04/09/2014 zimuzo ezeozue wrote:

I was using* g++ 4.6*, I updated to *g++ (Ubuntu 4.8.1-2ubuntu1~12.04)
4.8.1, *but I'm still experiencing the same problem:


I recommend sticking with the default compiler you have. OpenOffice 
compiles cleanly on Ubuntu 12.04, even our Linux buildbots at 
http://ci.apache.org/projects/openoffice/index.html probably run on 
Ubuntu 12.04. gcc 4.8 should be fine anyway, and build should also work 
on the newer Ubuntu 14.04 (with gcc 4.8) since Amali fixed it.



1 module(s):
toolkit
need(s) to be rebuilt


Let's see if it is a permanent error or just an issue related to 
abruptly stopping the build, or out of disk space (I've seen similar 
errors from time to time).


For a very quick and brutal test, try removing (or renaming) this 
directory: solver/420/unxlngx6.pro/workdir/CxxObject/toolkit
and then go again through the configure, bootstrap, source, build 
--all steps.


If you still see the problem, please post the exact syntax of your 
./configure command: I and others have Ubuntu 12.04 virtual machines and 
can see if problem is reproducible.


Regards,
  Andrea.

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



Re: Reporting broken download link

2014-09-04 Thread Andrea Pescetti

On 27/08/2014 Rory O'Farrell wrote:

(Key not valid to current state)
https://issues.apache.org/ooo/show_bug.cgi?id=125446
after installing OpenOffice one can safely reinstall the update.


We received a few further reports. It seems a rare but existing problem. 
I added a paragraph to the Release Notes

https://cwiki.apache.org/confluence/display/OOOUSERS/AOO+4.1.1+Release+Notes
  ---
In rare cases, installation on Windows can fail with this error message: 
Key not valid for use in specified state. A workaround is to 
temporarily uninstall the Windows update KB 2918614 and reinstall it 
after OpenOffice has been installed. See issue 125446 for further details.

  ---
Of course, feel free to improve it directly on the Wiki. If your account 
is not enabled, just ask.


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-09-04 Thread Andrea Pescetti

On 28/08/2014 Amali Praveena Soban Kumar wrote:

I think I will start with some easy bug fixes


If you want an easy one to start with, you can take
https://issues.apache.org/ooo/show_bug.cgi?id=125581
that I just created and that is easy and documented. Just assign it to 
yourself in case, and I can commit the patch then.


If you wish, I can directly assign to you some tasks from time to time 
(things, in general not particularly complex, that I could do but that 
someone else is welcome to do too!).


Regards,
  Andrea.

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



Re: successful build in ubuntu Linux 14.04

2014-09-04 Thread Amali Praveena Soban Kumar
Hi Andrea,
I'll start working on issue 125581 from next Tuesday or before if possible. 
Actually, this week, I was re-reading C++ before I start coding, and python - 
because I'm learning it new, so I couldn't work on any more issues.
Yes, please do. I'm ready to do it.
Thanks,
Amali. 


On Friday, 5 September 2014, 5:17, Andrea Pescetti pesce...@apache.org wrote:
  


On 28/08/2014 Amali Praveena Soban Kumar wrote:
 I think I will start with some easy bug fixes

If you want an easy one to start with, you can take
https://issues.apache.org/ooo/show_bug.cgi?id=125581
that I just created and that is easy and documented. Just assign it to 
yourself in case, and I can commit the patch then.

If you wish, I can directly assign to you some tasks from time to time 
(things, in general not particularly complex, that I could do but that 
someone else is welcome to do too!).


Regards,
   Andrea.

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

Enthusiastic Thanks !

2014-09-04 Thread G.Sardi
   Dear Sirs,
 from many years I use your 
marvelous products.
   Please, once let me to applaud you for your courage 
and worth. 
   Sorry for trouble I’ve causing.
   Thank you again.
  
Giuseppe Sardi

 (Italy)

Re: Student Project

2014-09-04 Thread Andrea Pescetti

On 03/09/2014 Deborah Digges wrote:

Thank you for your help and time; I will take a look at the issues and try
to solve some of them.


Two easy issues that I just filed are here:
https://issues.apache.org/ooo/show_bug.cgi?id=125583
https://issues.apache.org/ooo/show_bug.cgi?id=125584
If you wish to take care of those, just assign them to you (you will 
need to register for Bugzilla if you haven't already). Feel free to ask 
here for any clarifications.



I have completed the build and install, and have also taken a look at the
architecture.


To fix the above, it will be handy for you to configure with 
--with-package-format=installed ; so you will save the time that would 
be spent in creating DEB packages (assuming your build was done with the 
default options applying to Ubuntu).



If you do come across a project that has the needed mix of mentors, I'd be
glad to be a part of it.


We could find something nice. Just a clarification: in your first mail, 
you mentioned you are three students. Shall we find a task (or a 
collection of tasks) for a team of three people working 8 hours/week for 
~3 months or for you only?


Regards,
  Andrea.

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



Re: Problem building AOO

2014-09-04 Thread Amali Praveena Soban Kumar
yes, first thing, it is better to stick with the default compilers gcc,g++4.6 
your Ubuntu 12.04 offers; if you're updating, you have to update both gcc and 
g++.
I had a different problem but related to the toolkit module. Since my system 
complained about it,  I increased the partition size, where the source is, to 
40GB; and built with the default compiler g++, gcc 4.8.2 in Ubuntu 14.04, the 
first module that was built was toolkit. Increasing the disk space could solve 
this problem. 
Moreover, many have got successful builds in Ubuntu 12.04, so it may not be an 
issue.
Thanks,
Amali.
 


On Friday, 5 September 2014, 2:10, Andrea Pescetti pesce...@apache.org wrote:
  


On 04/09/2014 zimuzo ezeozue wrote:
 I was using* g++ 4.6*, I updated to *g++ (Ubuntu 4.8.1-2ubuntu1~12.04)
 4.8.1, *but I'm still experiencing the same problem:

I recommend sticking with the default compiler you have. OpenOffice 
compiles cleanly on Ubuntu 12.04, even our Linux buildbots at 
http://ci.apache.org/projects/openoffice/index.htmlprobably run on 
Ubuntu 12.04. gcc 4.8 should be fine anyway, and build should also work 
on the newer Ubuntu 14.04 (with gcc 4.8) since Amali fixed it.


 1 module(s):
 toolkit
 need(s) to be rebuilt

Let's see if it is a permanent error or just an issue related to 
abruptly stopping the build, or out of disk space (I've seen similar 
errors from time to time).

For a very quick and brutal test, try removing (or renaming) this 
directory: solver/420/unxlngx6.pro/workdir/CxxObject/toolkit
and then go again through the configure, bootstrap, source, build 
--all steps.

If you still see the problem, please post the exact syntax of your 
./configure command: I and others have Ubuntu 12.04 virtual machines and 
can see if problem is reproducible.

Regards,
   Andrea.

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

Re: Building OpenOffice on illumos with gcc

2014-09-04 Thread Andrea Pescetti

On 06/08/2014 Alexander Pyhalov wrote:

 [Andrea Pescetti]
Alexander, thanks a lot for your work, and if you provide some basic
information for an entry in http://www.openoffice.org/porting/ we can
surely add it to that page.

I don't know what information is needed. OpenIndiana /hipster illumos
distribution uses oi-userland build system to package software.
OpenOffice build files can be found here
https://github.com/OpenIndiana/oi-userland/tree/oi/hipster/components/openoffice/openoffice
Users of our distribution can just use system package manager to install
pkg://openindiana.org/desktop/office/openoffice package.


Thanks, added to the above page. If you have any better links than the 
one to Github we are using now (such as a link to 
http://pkg.openindiana.org/dev/en/catalog.shtml or similar; I couldn't 
locate this package there), just send it and we can modify the page 
accordingly.


Regards,
  Andrea.

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



Re: [RELEASE, TOOLS] bash script to generate Update Feed

2014-09-04 Thread Andrea Pescetti

On 04/09/2014 Oliver-Rainer Wittmann wrote:

On 29.08.2014 22:54, Andrea Pescetti wrote:

OK, so shall we put something at
http://installation.openoffice.org/description
so that it contains some useful information? ...

Yes, this makes sense.


Done.

Andrea

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



Reporting a problem with the OpenOffice website

2014-09-04 Thread Alfredo Lerro


whit the new 4.1.1 my old file not show correct: atlantotec have no color and 
is not possible to make il colored! not work no possibility  the logo ist 
writen whit Randy backer TT

whit this bug all my group ( 50 people) not can work whit version  4.1.1

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

Contrubuting_Openoffice

2014-09-04 Thread Akshpreet Kaur
Hi,
This is Akshpreet Kaur and Vikram Sindhi studying in University of
Ballarat, Australia. We are in Last year of our Bachelor OF Information
Technology.
As a part of our course open source and linux we are having an assignment
project as to contribute to any open source project. We are experiences in
C++, C, Java, PHP, HTML, C # and if you are working on any project right
now we are happy to contribute in that like by adding comments or Reporting
bugs.
It will be great help from you if you will allow us to do that and it will
be helpful for you as well as you will get to know more about problems or
good things.
Thank-you
Akshpreet  Vikram