Re: missing tarballs in ext_sources in svn 1412710?

2012-11-30 Thread Andre Fischer

On 30.11.2012 04:02, Maho NAKATA wrote:

Hi Hdu

still following tarballs are missing. could you please add them?

adding download request for mdds_0.3.1.tar.bz2
adding download request for apache-tomcat-5.5.36-src.tar.gz
adding download request for hyphen-2.7.1.tar.gz
adding download request for rhino1_7R3.zip
adding download request for seamonkey-1.1.14.source.tar.gz
adding download request for nss-3.12.6-with-nspr-4.8.4.tar.gz
adding download request for README_silgraphite-2.3.1.txt
adding download request for silgraphite-2.3.1.tar.gz


Most of these have a category-B license:

   hyphen-2.7.1.tar.gz
   rhino1_7R3.zip
   seamonkey-1.1.14.source.tar.gz
   nss-3.12.6-with-nspr-4.8.4.tar.gz
   README_silgraphite-2.3.1.txt
   silgraphite-2.3.1.tar.gz


Regarding the other two (category-A):
mdds_0.3.1.tar.bz2
   apache-tomcat-5.5.36-src.tar.gz

it might even be a good step to not include the tar balls in our SVN 
repository:
a) Downloading them from SVN or from apache extras probably makes not 
that big a difference in the time it takes for the download.

b) They do not waste space or bandwidth of our SVN servers.

But if you prefer them in SVN then feel free to add them (the two 
category-A files).


Best regards,
Andre



Best,
  Nakata Maho

From: Herbert Duerr h...@apache.org
Subject: Re: missing tarballs in ext_sources in svn 1412710?
Date: Thu, 29 Nov 2012 10:24:50 +0100


On 29.11.2012 10:02, Herbert Duerr wrote:

On 29.11.2012 02:43, Maho NAKATA wrote:

I have just finished svn 1412710 build on FreeBSD. as I see the build
log,

downloading 9 missing tar balls to
/work/a/ports/editors/openoffice-3-devel/work/ooo/ext_sources
...
downloading to
/work/a/ports/editors/openoffice-3-devel/work/ooo/ext_sources/52654eb3b2e60c35731ea8fc87f1bd29-jpeg-8d.tar.gz.part

On a second look the problem seems to be an incomplete commit [1] for
issue 121079 (update jpeg to version 8d).

[1] https://issues.apache.org/ooo/show_bug.cgi?id=121079

Jpeg has a category-A license and external_deps.lst mentions the
ext_sources location as URL2. I'll add the tarball there.

Herbert





Re: Our SVN moved from incubator/ooo to openoffice

2012-11-30 Thread Andre Fischer

On 26.11.2012 17:07, Herbert Duerr wrote:

Following up to myself:


In case you are using git-svn please change into the directory of your
git-svn clone, open the file
 .git/config
and find the section named
 [svn-remote svn]
in there. In the url= line of that section please change the
incubator/ooo part of the URL to openoffice.


If you are running into problems with this simple approach please use 
the extended instructions for the General Case at

https://git.wiki.kernel.org/index.php/GitSvnSwitch


For some reason this does not work for me.  I get a

Invalid filesystem path syntax: Cannot replace a directory from 
within at /usr/lib/git-core/git-svn line 5653


after changing
url = https://a...@svn.apache.org/repos/asf/incubator/ooo/trunk
to
url = https://a...@svn.apache.org/repos/asf/openoffice/trunk

in .git/config

Does anybody has step by step instructions on how to switch a local git 
repository.


It would be even more important to have a detailed description of 
setting up a new local git repository.  I understand that that has 
become more complicated as well, if you want to access the old 
history.  I really don't want to go back to use svn directly.


-Andre



[QA] Python version late for MacOS

2012-11-30 Thread FR web forum
Hello list,

See: https://issues.apache.org/ooo/show_bug.cgi?id=121284
Is it possible to upgrade Python for MacOS and same version than Windows?

Thanks


Re: Sidebar

2012-11-30 Thread Andre Fischer
I forgot to thank Jan, TJ, Helen and all the others for their war on 
spam and still making it possible for me to create and edit a new wiki 
page.


Thanks, great work.

-Andre


An official Git-Mirror? (was: Our SVN moved from incubator/ooo to openoffice)

2012-11-30 Thread Herbert Duerr

On 30.11.2012 09:58, Andre Fischer wrote:

It would be even more important to have a detailed description of
setting up a new local git repository.  I understand that that has
become more complicated as well, if you want to access the old
history.  I really don't want to go back to use svn directly.


It would all be much simpler if we had an official git-mirror [1] of our 
svn-repository. Before filing an issue for this I'd like to get 
consensus on that, even if only lazy consensus.


[1] http://www.apache.org/dev/git

For the requested infos I suggest:
- Name of the codebase: Apache OpenOffice
- Name of the requested Git mirror: openoffice.git
- Subversion path of the codebase: openoffice (was incubator/ooo)
- Subversion layout: this is a tricky one, as we have the standard 
trunk, branches, tags, but also top-level directories such as 
devtools, ooo-site, pmc, site, symphony, and trunk-orig. I'm inclined to 
ignore these extra directories for our git mirror.


Herbert


Re: [QA] Python version late for MacOS

2012-11-30 Thread FR web forum
In trunk we currently have version 2.7.3.  Would that be OK?
Python 2.7.3 is in end of life.

It will be better to directly include Python 3.3.
Compatibility for extensions will be more easy with future LibO 4 that use 
already this version.


Re: WaE: sw/source/filter/ww8 compiler warnings

2012-11-30 Thread chengjh
I will have a look.

On Fri, Nov 30, 2012 at 3:54 AM, Pavel Janík pa...@janik.cz wrote:

 Hi,

 current trunk issues few warnings in sw/source/filter/ww8:

 cc1plus: warnings being treated as errors
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/ww8par3.cxx:
 In member function ‘SwNumRule* WW8ListManager::GetNumRule(int)’:
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/ww8par3.cxx:1125:
 warning: comparison between signed and unsigned integer expressions
 make: *** [/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/350/
 unxmacxi.pro/workdir/CxxObject/sw/source/filter/ww8/ww8par3.o] Error 1

 cc1plus: warnings being treated as errors
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:
 In member function ‘void WW8_WrtBookmarks::MoveFieldMarks(sal_uLong,
 sal_uLong)’:
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:317:
 warning: comparison between signed and unsigned integer expressions
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:
 In member function ‘int WW8Export::CollectGrfsOfBullets() const’:
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:1452:
 warning: comparison between signed and unsigned integer expressions
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:
 In member function ‘int WW8Export::GetGrfIndex(const SvxBrushItem)’:
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/wrtww8.cxx:1535:
 warning: comparison between signed and unsigned integer expressions
 make: *** [/Users/pavel/BUILD/BuildDir/ooo_trunk_src/solver/350/
 unxmacxi.pro/workdir/CxxObject/sw/source/filter/ww8/wrtww8.o] Error 1

 The following patch fixes these issues, but I'd like to see author
 committing the change:

 ===
 --- wrtww8.cxx  (revision 1415339)
 +++ wrtww8.cxx  (working copy)
 @@ -314,7 +314,7 @@
  {
  if (aItr-second)
  {
 -if (aItr-second-first == nFrom)
 +if (aItr-second-first == static_castlong(nFrom))
  {
  aItr-second-second.first = true;
  aItr-second-first = nTo;
 @@ -1449,7 +1449,7 @@
 if ( pGrf )
 {
 bool bHas = false;
 -   for (int i = 0; i 
 m_vecBulletPic.size(); ++i)
 +   for (unsigned int i = 0; i 
 m_vecBulletPic.size(); ++i)
 {
 if
 (m_vecBulletPic[i]-GetChecksum() == pGrf-GetChecksum())
 {
 @@ -1532,7 +1532,7 @@
 int nIndex = -1;
 if ( rBrush.GetGraphic() )
 {
 -   for (int i = 0; i  m_vecBulletPic.size(); ++i)
 +   for (unsigned int i = 0; i  m_vecBulletPic.size(); ++i)
 {
 if (m_vecBulletPic[i]-GetChecksum() ==
 rBrush.GetGraphic()-GetChecksum())
 {
 Index: ww8par3.cxx
 ===
 --- ww8par3.cxx (revision 1415339)
 +++ ww8par3.cxx (working copy)
 @@ -1122,7 +1122,7 @@

  SwNumRule* WW8ListManager::GetNumRule(int i)
  {
 -   if ( i = 0  i  maLSTInfos.size() )
 +   if ( i = 0  static_castsal_Size(i)  maLSTInfos.size() )
 return maLSTInfos[i]-pNumRule;
 else
 return 0;


 --
 Pavel Janík






-- 

Best Regards,Jianhong Cheng


Re: [QA] Python version late for MacOS

2012-11-30 Thread Alexandro Colorado
There was a discussion about updating the python bridge, I am not sure
what was done in the end, or if there was a showstopper.

On 11/30/12, Andre Fischer awf@gmail.com wrote:
 On 30.11.2012 12:02, FR web forum wrote:
 In trunk we currently have version 2.7.3.  Would that be OK?
 Python 2.7.3 is in end of life.

 It will be better to directly include Python 3.3.
 Compatibility for extensions will be more easy with future LibO 4 that use
 already this version.

 I thought that 2.x is incompatible from 3.x. Would existing extensions
 still work with 3.3?

 -Andre




-- 
Alexandro Colorado
PPMC Apache OpenOffice
http://es.openoffice.org


XForms support plans?

2012-11-30 Thread Davide Dozza

Hi all,

recently I've been involved in developing some Xforms with AOO for an 
italian PA.


It seems the Xforms development is stop since 2006 and I'd like to know 
if there is any plan about this promising technology.


In particular I've noted:
- some regressions into UI since OOo 3.3.1 and some bug
- Xpath support is stop to version 1.0
- the UI would require some usability improvements.

I'm trying to involve such PA in supporting Xforms improvements but, 
before to spend words, I'd like to provide them information about 
development status.


Could someone provide me some information about?

Best regards

Davide


Re: [QA] Python version late for MacOS

2012-11-30 Thread Rob Weir
On Fri, Nov 30, 2012 at 7:11 AM, Andre Fischer awf@gmail.com wrote:
 On 30.11.2012 12:02, FR web forum wrote:

 In trunk we currently have version 2.7.3.  Would that be OK?

 Python 2.7.3 is in end of life.

 It will be better to directly include Python 3.3.
 Compatibility for extensions will be more easy with future LibO 4 that use
 already this version.


 I thought that 2.x is incompatible from 3.x. Would existing extensions still
 work with 3.3?


Moving to 3.x would be an incompatible change.   But 2.7.x is on
extended maintenance but no new features are being done there.

So the future is certainly with 3.x.  But we would need to communicate
very carefully with extension authors if we want to make this move.
We want to avoid this:

1) AOO 4.0 comes out with broken extensions and unhappy users

2) Extension authors have insufficient time to test with Python 3.x
support, leading to 1

3) Extension authors are not aware that we are switching to Python
3.x, leading to 1

So if we want to do this we would need to notify extension authors
ASAP and give them a way to test their extensions with Python 3.x.  So
maybe integrate the new Python early and have a developer preview
version that they can test with?

-Rob

 -Andre



Re: the AOO SVN-Bugzilla Robot is running inside the ASF infrastructure now

2012-11-30 Thread Rob Weir
On Fri, Nov 30, 2012 at 5:10 AM, Herbert Duerr hdu_...@alice.de wrote:
 Starting from yesterday the SVN-Bugzilla robot is running on ASF servers
 [1]. This will improve its reliabilty quite a bit, as power outages, DNS
 changes, mandatory OS reboots, etc. won't interrupt the service as much.

 I'd like to point out that it depends on reliably parseable issue references
 in the commit message summary, such as
 #i123# one summary
 #4321# another summary
 #i5678 more of the same
 #98765 still more
 which were recognized. The logs showed that more styles such as
 Fixed issue #1234: summary
 i5678 - yet another summary
 were used. I added support for these too, but I'd like to limit these
 variations.

Good news.  Thanks!

Maybe it is worth adding an item to the Dev FAQ's, so future
developers will know about this?

http://incubator.apache.org/openofficeorg/developer-faqs.html

-Rob

 I don't know were the limit for such variations should be, but issue
 references named in roman numerals or spelled out in some dialects are out
 of scope ;-)

 Thanks to the ASF infrastructure team for allowing the robot to run inside
 the infrastructure and for their valuable advice. Special thanks to Daniel
 Shahaf for his patience.

 [1] https://issues.apache.org/jira/browse/INFRA-5004

 Herbert


Re: the AOO SVN-Bugzilla Robot is running inside the ASF infrastructure now

2012-11-30 Thread Herbert Duerr

Hi Rob,

On 30.11.2012 15:37, Rob Weir wrote:

On Fri, Nov 30, 2012 at 5:10 AM, Herbert Duerr hdu_...@alice.de wrote:

Starting from yesterday the SVN-Bugzilla robot is running on ASF servers
[1]. This will improve its reliabilty quite a bit, as power outages, DNS
changes, mandatory OS reboots, etc. won't interrupt the service as much.

I'd like to point out that it depends on reliably parseable issue references
in the commit message summary, such as [...]


Good news.  Thanks!

Maybe it is worth adding an item to the Dev FAQ's, so future
developers will know about this?

http://incubator.apache.org/openofficeorg/developer-faqs.html


Thanks for the good idea! I committed
  http://svn.apache.org/viewvc?view=revisionrevision=1415707
and it will appear on the website when that gets its data from its 
switched post-graduation part of the repository.


Herbert


Re: Gallery extension from Symphony ressources

2012-11-30 Thread Regina Henschel

Hi Armin,

Armin Le Grand schrieb:

 Hi List,

to keep you up-to date (also in #121407#):

I have the first working version. Added themes are:

arrows (merged with existing)
bullets
computers
diagrams
education
environment
finance
gallery_sound
gallery_system
people
sounds
symbols
transportation
txtshapes

Install set sizes (Windows):
original: 122 MB (128.229.180 bytes)
modified: 142 MB (149.436.536 bytes)


The StarOffice 8 gallery has 39MB, with folder flags of 6MB. Most of 
the clips in *.wmf




Thus, it costs currently ca. 20 MB. I am right now using pngcrush to
reduce all contained *.png's old and new ones. Lets see what we can do.
It will get smaller.


Does pngcrush reduce the color depth of the png's? Most of the cliparts 
do not need 24bit.


 I also check if the ressources are available as

vector format (this would be optimal), but it does not look good up to
now. Let's see, I will report on reduced sizes when achieved...

Suggested from Kevin: remove theme 'rulers'. Comments on that?


What about Insert  Horizontal ruler in Writer? It uses the rulers from 
installation-path\Basis\share\gallery\rulers.


Kind regards
Regina



Re: Please add me to The OpenOffice.org Documentation Project list

2012-11-30 Thread Keith N. McKenna

Yue Helen wrote:

Welcome Mark!

Are you interested in contributing to OpenOffice documentation? Can you
please introduce yourself briefly or what areas you are interested in?

I'm from development...I think we need people on documentation. Can someone
here explain if we have a documentation project? if no, we may need to set
up at least one wiki page to collaborate the work?

Helen

2012/11/27 Mark Roest marklro...@gmail.com


Please add me to The OpenOffice.org Documentation Project list

Regards,

Mark Roest




Helen;

Ricardo gave you a very good breakdown o the current situation. The 
outcome of the thread that he refers you to is that or version 3.4 at 
least the Getting Started Guide is still being done on the ODAuthors 
site and that mailing list is used to coordinate work.


As for the future that is uncertain. My gut feeling is that that will 
change, but much more discussion is needed before anything happens there.


Regards
Keith



Re: Please add me to The OpenOffice.org Documentation Project list

2012-11-30 Thread Rob Weir
On Fri, Nov 30, 2012 at 1:16 PM, Keith N. McKenna
keith.mcke...@comcast.net wrote:
 Rob Weir wrote:

 On Thu, Nov 29, 2012 at 6:07 PM, Keith N. McKenna
 keith.mcke...@comcast.net wrote:

 Kay Schenk wrote:




 On 11/29/2012 12:34 PM, Keith N. McKenna wrote:


 Mark Roest wrote:




 At the moment most of my energies have been directed at reviewing the
 chapters of the Getting Started Guide and getting them ready for
 publication.



 I look forward to working with you
 Keith N. McKenna


 @Keith--

 Happy to hear there's progress in this area! :)

 Unfortunately progress is VERY slow. Only one new volunteer stepped up to
 help. I will be doing an update to the list hopefully in the next few
 days
 as to where we are.


 We could do a call for volunteers to find more people interested in
 documentation.  If we promote this like we did QA, Marketing and
 Translations, we could easily see 10-20 people express serious
 interest.  But for this to work it is best if there is some framework
 they can fit into, some plan or structure that they can add their
 efforts to.  For documentation an outline at the very least.

 If you are interested in getting more volunteers this way let me know
 and I can help on the recruitment.

 Regards,

 -Rob

 Regards
 Keith



 Rob;

 A call for volunteers would be helpful, but with with Jean no longer
 actively working on the project there is a lack o the skills she had in the
 field to make that coherent outline. Let me get together an update for were
 we are as far as the print documentation and hopefully it will clear my head
 a bit for the longer term needs.


That would be the point of a call for volunteers then, wouldn't it?
Bring in more volunteers with the skills needed to create an outline,
etc.  There are independent books written on OpenOffice and certainly
Microsoft Office all the time.  There are many people who have the
skills needed.  All we need to do is ask.

The goal should be (IMHO) to reach a critical mass of volunteers where
the tasks are not only doable, but fun.

-Rob

 Regards
 Keith



new user

2012-11-30 Thread Agustín Godino
I would like to be an user in the openoffice wiki.
The user name I wolud like is: agusk75
Thanks.
Agustín Godino.


Re: new user

2012-11-30 Thread TJ Frazier

On 11/30/2012 08:01, Agustín Godino wrote:

I would like to be an user in the openoffice wiki.
The user name I wolud like is: agusk75
Thanks.
Agustín Godino.



Done. You should have the generated email. Write again if you have 
problems. You may not be able to create new pages just yet, so I have 
created your user page for you. (This is another temporary problem 
associated with the spammers; it will be back to normal soon.)


/tj/
(User:TJFrazier on the wiki.)




Re: Gallery extension from Symphony ressources

2012-11-30 Thread Marcus (OOo)

Am 11/30/2012 01:50 PM, schrieb Armin Le Grand:

Hi List,

to keep you up-to date (also in #121407#):

I have the first working version. Added themes are:

arrows (merged with existing)
bullets
computers
diagrams
education
environment
finance
gallery_sound
gallery_system
people
sounds
symbols
transportation
txtshapes

Install set sizes (Windows):
original: 122 MB (128.229.180 bytes)
modified: 142 MB (149.436.536 bytes)

Thus, it costs currently ca. 20 MB. I am right now using pngcrush to
reduce all contained *.png's old and new ones. Lets see what we can do.
It will get smaller. I also check if the ressources are available as
vector format (this would be optimal), but it does not look good up to
now. Let's see, I will report on reduced sizes when achieved...

Suggested from Kevin: remove theme 'rulers'. Comments on that?


Maybe they look really like from the past century. It's always somewhat 
a kind of taste. But then we should also look at the Homepage theme.


When reducing the pictures in themes or deleting some completely would 
give some additional reducing.


Marcus



Re: WaE: sw/source/filter/ww8 compiler warnings

2012-11-30 Thread chengjh
Hi Pavel, this is unnecessary checking, and it will be revised soon..Thanks
for your care.

On Sat, Dec 1, 2012 at 3:19 AM, Pavel Janík pa...@janik.cz wrote:


 On Nov 30, 2012, at 8:16 PM, Pavel Janík wrote:

 
  On Nov 30, 2012, at 12:04 PM, chengjh wrote:
 
  I will have a look.
 
  Next one:
 
 
 /Users/pavel/BUILD/BuildDir/ooo_trunk_src/sw/source/filter/ww8/ww8graf.cxx:2749:
 warning: comparison between signed and unsigned integer expressions

 What does this code mean?

 if(pObject)
 {
 sal_uInt16 nCount = pObject ? pObject-GetUserDataCount()
 : 0;

 ?
 --
 Pavel Janík






-- 

Best Regards,Jianhong Cheng


RE: EXTERNAL: Re: Listening Mode - Single instance

2012-11-30 Thread Steele, Raymond
Andrew, 

Thanks for replying. Yes, I want only the instance of OpenOffice that is 
launched from my java application to be listening. If a user launches 
OpenOffice any other way, it would not be listening on the same port. I too 
have had unreliable results with oooforum.org and have done an extensive search 
on the web for this topic. Your suggestion about the two instances is 
interesting, thanks for it. I may look into that. 

Lastly, placing:

prop oor:name=ooSetupConnectionURL
  valuesocket,host=localhost,port=2002;urp;StarOffice.ServiceManager/value
/prop

Into the maind.xcd file seems to be unreliable. Is there something else that I 
should be doing to launch OpenOffice in listening mode?



-Original Message-
From: Andrew Douglas Pitonyak [mailto:and...@pitonyak.org] 
Sent: Thursday, November 29, 2012 4:19 PM
To: dev@openoffice.apache.org
Cc: Steele, Raymond; us...@openoffice.apache.org
Subject: EXTERNAL: Re: Listening Mode - Single instance


On 11/29/2012 10:18 AM, Steele, Raymond wrote:
 Is it possible to open a single instance of calc via loadComponentFromURL() 
 in listening mode. The instructions here, 
 http://wiki.openoffice.org/wiki/Documentation/DevGuide/ProUNO/Starting_OpenOffice.org_in_Listening_Mode,
  define editing a Setup.xcu file, but the information here, 
 https://issues.apache.org/ooo/show_bug.cgi?id=117803, says that Setup.xcu no 
 longer exist in version 3.3. Apparently, I could update the main.xcd file, 
 but I only want listening mode when a specific application opens calc because 
 another application will need to close that instance. I'd prefer not use a 
 script to launch soffice -accept=socket,host=0,port=2002;urp;.

 Raymond



My initial reaction is that Calc does not listen, OpenOffice listens. 
So are you saying that as soon as a Calc document is opened, you want OOo to 
start listening? Off hand, I don't think that you can do that. I believe that 
the choice must be made when OOo begins (not sure how that plays into the whole 
quick-starter stuff).

You do not mention your operating system, but, you might be able to configure 
another copy of OOo for a different user or location that is configured to use 
it. I have seen comments on this in the past, I don't remember the details. I 
ran a quick google query using

running two instances of OOo at the same time

and it returned links into oooforum.org, which has been highly unreliable 
lately, and I could not connect. Give it  a try and maybe it will work for you.

The idea is to use two different OOo profiles so that you can have two 
different instances. Then, you can choose which instance you want to run.


-- 
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
Info:  http://www.pitonyak.org/oo.php