Re: failed to build aoo420 dev on win32

2016-04-05 Thread Patricia Shanahan
For comparison, here is the debug version of my configure parameters: $ more run_configure.sh SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure \ --enable-dbgutil \ --enable-symbols \ --disable-unit-tests \ --with-frame-home="$SDK_PATH" \

Re: failed to build aoo420 dev on win32

2016-04-10 Thread Patricia Shanahan
On 4/10/2016 5:28 AM, Oliver Brinzing wrote: Hi Patricia, thanks for your build settings. Did you manage to build aoo420 debug version? I am building off the current Trunk. Is that a00420? yesterday i started a new aoo412 debug build with my settings. after 5 hours the build finished

[DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-05 Thread Patricia Shanahan
I think you will get more votes with more instructions. I've never done a gradle build, and have no idea how to do one. I'm sure I could find out, but that is going to take time. On 4/5/2016 4:07 AM, Carl Marcum wrote: This is for a source release of Groovy UNO Extension 0.1.4 from Apache

Coding standards?

2016-03-19 Thread Patricia Shanahan
Consider the case of an if-statement with a single statement in the "true" branch only. For example: if( someCondition ) return; Should it be formatted on one line, as above, or on two lines: if( someCondition ) return; or on four lines: if( someCondition ) { return; } I dislike

Re: Debug on Windows

2016-03-19 Thread Patricia Shanahan
On 3/14/2016 10:49 AM, Oliver Brinzing wrote: Hi Patricia, Has anyone nailed getting e.g. windbg running with AOO on Windows? If so, I have some questions. better try with vs 2013 community edition  I remember I had a lot of trouble with windbg. Thanks for the tip - it does work better

Re: Debug on Windows

2016-03-19 Thread Patricia Shanahan
On 3/16/2016 4:37 PM, Damjan Jovanovic wrote: On Thu, Mar 17, 2016 at 1:09 AM, Patricia Shanahan <p...@acm.org> wrote: On 3/16/2016 12:07 PM, Damjan Jovanovic wrote: On Wed, Mar 16, 2016 at 8:49 PM, Patricia Shanahan <p...@acm.org> wrote: On 3/16/2016 11:24 AM, Damjan Jov

Re: AOO Governance (was RE: Next release and gbuild)

2016-03-19 Thread Patricia Shanahan
I am really, really curious. How would you recommend the hypothetical AOO management hierarchy go about compelling me to do anything? On 3/17/2016 10:41 AM, donaldupre . wrote: Not only it is possible to compel, it is imperative for a viable project. As Stalin once said, "When there's a

Re: AOO Governance (was RE: Next release and gbuild)

2016-03-19 Thread Patricia Shanahan
I have offered, on the PMC mailing list, to learn to be a release manager if necessary or desirable. The more people we have who can do a role, the better the chances of someone being available when needed. However, I would have to function as keeper-of-the-checklist, and depend on everyone

[OT] ApacheCon

2016-03-19 Thread Patricia Shanahan
Are any of you planning to attend the North America ApacheCon? I have not yet decided whether to go. Patricia - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail:

Re: [OT] ApacheCon

2016-03-20 Thread Patricia Shanahan
On 3/20/2016 10:02 AM, Carl Marcum wrote: On 03/16/2016 08:23 PM, Patricia Shanahan wrote: Are any of you planning to attend the North America ApacheCon? I have not yet decided whether to go. Patricia - To unsubscribe, e-mail

Re: Can we add the value "N/A" to the Target Milestone field

2016-03-22 Thread Patricia Shanahan
On 3/22/2016 9:25 AM, Marcus wrote: ... OK, it seems you also like the idea to have another resolution status - it just depends on what the name is, right? ;-) ... How about RESOLVED - WENEEDPEOPLE for issues where we would like to do a fix or enhancement, and are only being prevented by lack

Re: [OT] ApacheCon

2016-03-22 Thread Patricia Shanahan
On 3/22/2016 3:10 PM, Andrea Pescetti wrote: On 21/03/2016 Patricia Shanahan wrote: On 3/20/2016 10:02 AM, Carl Marcum wrote: I would have liked to attend but my TAC application wasn't successful. TAC was apparently faced with an unusually large number of high quality applications, and had

Re: Can we add the value "N/A" to the Target Milestone field

2016-03-21 Thread Patricia Shanahan
On 3/21/2016 8:59 AM, Kay Schenk wrote: On Sun, Mar 20, 2016 at 3:46 PM, Dennis E. Hamilton

Re: Releasing the Apache OpenOffice API plugin for NetBeans

2016-03-27 Thread Patricia Shanahan
On 3/26/2016 2:58 PM, Dennis E. Hamilton wrote: -Original Message- From: Andrea Pescetti [mailto:pesce...@apache.org] Sent: Saturday, March 26, 2016 10:38 To: dev@openoffice.apache.org Subject: Re: Releasing the Apache OpenOffice API plugin for NetBeans On 20/03/2016 Patricia

Re: Releasing the Apache OpenOffice API plugin for NetBeans

2016-03-27 Thread Patricia Shanahan
On 3/26/2016 10:37 AM, Andrea Pescetti wrote: On 20/03/2016 Patricia Shanahan wrote: The issue is whether it is ASF distributed software, for which ASF trademarks can appropriately be used. I think it is and should continue to be ASF distributed software. ... 3) We recognize that http

Re: Releasing the Apache OpenOffice API plugin for NetBeans

2016-03-27 Thread Patricia Shanahan
On 3/27/2016 12:26 PM, Andrea Pescetti wrote: ... When we have three PMC members willing to commit to voting (at due time) on the NetBeans plugin, this discussion will make sense. Otherwise we are wasting our time. I generally have at least one Windows box with Netbeans installed, so I should

Re: AOO Governance (was RE: Next release and gbuild)

2016-03-19 Thread Patricia Shanahan
that some sort of "management" is needed? How someone here suggested making a release without a manger is beyond me... On Fri, Mar 18, 2016 at 1:20 AM, Patricia Shanahan <p...@acm.org> wrote: I am really, really curious. How would you recommend the hypothetical AOO management hierarch

Re: Releasing the Apache OpenOffice API plugin for NetBeans

2016-03-20 Thread Patricia Shanahan
+1 also. The issue is whether it is ASF distributed software, for which ASF trademarks can appropriately be used. I think it is and should continue to be ASF distributed software. Releasing the source, on an ASF server, with a PMC release vote, is required for ASF distributed software. Derived

Broken links in the Wiki

2016-03-03 Thread Patricia Shanahan
In studying the OpenOffice architecture, from time-to-time I find a broken link. For example, https://wiki.openoffice.org/wiki/Uno/Effort/Binary/Extend_Threading-Model contains: E.g. see

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-02 Thread Patricia Shanahan
lete, we should prune it from trunk and source releases. - Dennis -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] Sent: Saturday, February 20, 2016 20:57 To: dev@openoffice.apache.org Subject: Re: Some thoughts on the learning curve On 2/20/2016 8:39 PM, Dennis

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-03 Thread Patricia Shanahan
On 3/3/2016 5:00 PM, Dennis E. Hamilton wrote: -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] Sent: Thursday, March 3, 2016 14:38 To: dev@openoffice.apache.org Subject: Re: Profile.c bugs (was RE: Some thoughts on the learning curve) I am seriously considering starting

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
On 3/3/2016 5:00 PM, Dennis E. Hamilton wrote: -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] Sent: Thursday, March 3, 2016 14:38 To: dev@openoffice.apache.org Subject: Re: Profile.c bugs (was RE: Some thoughts on the learning curve) I am seriously considering

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
On 3/4/2016 12:54 AM, Damjan Jovanovic wrote: ELF binaries (Linux, *BSD) fundamentally use one of the worst ideas of all time: symbols are process scoped (unlike on Windows and MacOS where they're library scoped), meaning that symbols with the same name can clash even if in different libraries

Re: 100% of bvt QA tests now pass

2016-03-04 Thread Patricia Shanahan
+1 Test early, test often. On 3/4/2016 6:30 AM, Pedro Giffuni wrote: Hi Damjan; Running tests in the buildbots is always a good idea. Best regards, Pedro. ps. the FreeBSD buildbot appears to still be broken with the downloading issue.

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
On 3/4/2016 4:40 AM, Damjan Jovanovic wrote: On Fri, Mar 4, 2016 at 11:59 AM, Patricia Shanahan <p...@acm.org> wrote: On 3/4/2016 12:54 AM, Damjan Jovanovic wrote: ELF binaries (Linux, *BSD) fundamentally use one of the worst ideas of all time: symbols are process scoped (unlike on W

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
On 3/3/2016 5:00 PM, Dennis E. Hamilton wrote: -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] ... I am curious about whether it started out with pthread_mutex uses and lost them along the way, or whether that difference between unx and w32 is primordial. [orcmid

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-03 Thread Patricia Shanahan
I am seriously considering starting a project to eliminate profile.c etc. and seeing what, if anything, breaks. Before I do that, I have a question about whether it could be accessed through any of OpenOffice's extension or plugin facilities? Even if it can, 14 years seems quite long enough

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
In the short term, incremental and iterative can go well, but in the long term it only makes the bit rot worse. I have had bad experiences both ways, so neither course guarantees success. Thread synchronization is a particularly dangerous area for not having a known design, because it can lead

Re: UNO SDK?

2016-03-06 Thread Patricia Shanahan
Thanks for the "side menu" tip. I was just not seeing it. On 3/6/2016 3:36 PM, JZA wrote: The UNO SDK is public from the Download page in AOO. http://openoffice.org/download/ Make sure to look into the side menu. On Sun, Mar 6, 2016 at 6:30 PM, Patricia Shanahan <p...@a

UNO SDK?

2016-03-06 Thread Patricia Shanahan
As part of my ongoing attempt to understand AOO, I would like to try out and explore UNO. I found an Eclipse plug-in that looks potentially useful, but it needs me to tell it the location of my UNO SDK. Where is it, or can I download it? Thanks, Patricia

Re: [VOTE] Release Java Bootstrap Connector via Maven

2016-03-05 Thread Patricia Shanahan
+1 On 2/12/2016 6:46 PM, Pedro Giffuni wrote: [.] +1 approve the release - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional commands, e-mail: dev-h...@openoffice.apache.org

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-04 Thread Patricia Shanahan
On 3/4/2016 9:39 AM, Dennis E. Hamilton wrote: Patricia, Based on Damjan's finding that profile files are read by the application and that some are created during setup, with others copied in from the setup, it is settled that the code is used in current distributions and is also available to

Re: Profile.c bugs (was RE: Some thoughts on the learning curve)

2016-03-01 Thread Patricia Shanahan
On 3/1/2016 6:31 AM, Pedro Giffuni wrote: Hi Patricia; Good analysis, thank you! I think the operation is invalid. We can just comment out the code. FWIW, I looked at the SUN history to see if I could guess what the author pretended:

Re: Releasing the Apache OpenOffice API plugin for NetBeans

2016-03-27 Thread Patricia Shanahan
On 3/27/2016 3:53 PM, Carl Marcum wrote: On 03/27/2016 05:01 PM, Patricia Shanahan wrote: On 3/27/2016 12:26 PM, Andrea Pescetti wrote: ... When we have three PMC members willing to commit to voting (at due time) on the NetBeans plugin, this discussion will make sense. Otherwise we are wasting

Re: [HELP NEEDED] old Solaris related build issues

2016-04-04 Thread Patricia Shanahan
On 4/4/2016 2:28 AM, Marcus wrote: ... It's simply a fact that we have no experts for Solaris and no testing hardware. ... Solaris runs on Intel PC hardware, so no need for special testing hardware. From the late 1980's to 2002, I was a system performance analyst and architect for servers

Regression tests?

2016-03-28 Thread Patricia Shanahan
I have a few simple changes I would like to check in. Before doing that, I would normally run regression tests against my working copy. In any case, as one of the few people who are building on Windows, I should test early, test often. What tests do people normally run to check that changes

Re: Regression tests?

2016-03-29 Thread Patricia Shanahan
so these Java qa tests seem new and some are unfinished - were they ported from somewhere (smoketest?)? Damjan On Tue, Mar 29, 2016 at 5:53 AM, Patricia Shanahan <p...@acm.org> wrote: I have a few simple changes I would like to check in. Before doing that, I would normally run regression test

Re: Exporting symbols from AOO shared libraries

2016-04-02 Thread Patricia Shanahan
A difficult one. I don't like making things public just to support testing, because later on, when someone wants to make changes, it is impossible to tell whether they can or not. In a simpler project, I might suggest doing separate builds for testing, but I hesitate to add to the AOO build

Re: [HELP NEEDED] old Solaris related build issues

2016-04-04 Thread Patricia Shanahan
On 4/4/2016 2:59 PM, Marcus wrote: Am 04/04/2016 11:30 PM, schrieb Kay Schenk: ... In any case, since we don't currently have "official" distros for Solaris -- I would be content changing all these issues to ENHANCEMENT rather than DEFECT. Thoughts? I think this wouldn't change the actual

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-13 Thread Patricia Shanahan
On 4/6/2016 3:27 AM, Carl Marcum wrote: On 04/05/2016 09:57 PM, Patricia Shanahan wrote: I think you will get more votes with more instructions. I've never done a gradle build, and have no idea how to do one. I'm sure I could find out, but that is going to take time. ... If you don't go

Re: failed to build aoo420 dev on win32

2016-04-25 Thread Patricia Shanahan
On 4/25/2016 9:07 AM, Oliver Brinzing wrote: I checked out the latest, and tried to build it. My debug build also failed on sqliterator.cxx. I used exactly the same configure parameters as on previous successful debug builds. thanks for testing, hopefully i will find some time to do further

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-21 Thread Patricia Shanahan
After some more testing: It works with JDK1.8 or JRE1.8, 32-bit or 64-bit in each case. However, it fails with the following output using jdk1.7.0_79. Patricia@Jan2014Desktop /cygdrive/c/OpenOfficeDev/GroovyUNO/test $ !gr groovy *.groovy Apr 21, 2016 10:03:31 AM

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-21 Thread Patricia Shanahan
, Patricia Shanahan wrote: After some more testing: It works with JDK1.8 or JRE1.8, 32-bit or 64-bit in each case. However, it fails with the following output using jdk1.7.0_79. Patricia@Jan2014Desktop /cygdrive/c/OpenOfficeDev/GroovyUNO/test $ !gr groovy *.groovy Apr 21, 2016 10:03:31 AM

Re: failed to build aoo420 dev on win32

2016-04-23 Thread Patricia Shanahan
I checked out the latest, and tried to build it. My debug build also failed on sqliterator.cxx. I used exactly the same configure parameters as on previous successful debug builds. Patricia On 4/17/2016 12:34 PM, Oliver Brinzing wrote: Hi, this weekend i tried again and was able to build

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-21 Thread Patricia Shanahan
Like all sane Java-using programs, Groovy seems to be perfectly happy with a 64-bit JDK. In the shell I have been using for my UNO-testing: Patricia@Jan2014Desktop /cygdrive/c/OpenOfficeDev/GroovyUNO/test $ echo $JAVA_HOME C:/Program Files/Java/jdk1.8.0_71 which is a 64-bit release 8 JDK.

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-21 Thread Patricia Shanahan
On 4/21/2016 3:12 PM, Carl Marcum wrote: On 04/21/2016 02:09 PM, Patricia Shanahan wrote: The .class files in the uploaded .jar were compiled with Java 1.8: Patricia@Jan2014Desktop /cygdrive/c/Users/Patricia/.groovy/grapes/org.openoffice/guno-extension/jars $ !find find . -type f -name

Re: failed to build aoo420 dev on win32

2016-05-10 Thread Patricia Shanahan
I decided to try to fix the underlying error/warning, by making the header file declaration complete. Unfortunately, I think my C++ rustiness is getting in the way. I get an error suggesting a constructor is being treated as a function. I've attached a diff in the hope that someone else can

Re: Development updates

2016-05-13 Thread Patricia Shanahan
With the current instructions, it takes me a total of less than an hour to do the downloads, signature checks, build, and test the built software. On 5/13/2016 5:05 PM, Carl Marcum wrote: ... Hopefully I can get ONE more binding vote on the Groovy UNO Extension vote so I can finish up the

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-15 Thread Patricia Shanahan
On 4/15/2016 3:40 AM, Carl Marcum wrote: On 04/14/2016 10:18 PM, Patricia Shanahan wrote: On 4/14/2016 6:29 PM, Carl Marcum wrote: On 04/14/2016 08:10 PM, Patricia Shanahan wrote: On 4/14/2016 3:28 AM, Carl Marcum wrote: On 04/14/2016 12:57 AM, Patricia Shanahan wrote: On 4/6/2016 3:27

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-15 Thread Patricia Shanahan
On 4/15/2016 5:05 PM, Carl Marcum wrote: On 04/15/2016 07:12 PM, Patricia Shanahan wrote: On 4/15/2016 3:40 AM, Carl Marcum wrote: ... Did you have a chance to try the HelloTextTableShape.groovy test script that I placed in Bugzilla [3]? ... Instructions for running it? What do I need

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-15 Thread Patricia Shanahan
On 4/15/2016 6:52 PM, Carl Marcum wrote: On 04/15/2016 09:21 PM, Patricia Shanahan wrote: ... Do I need to run it in any particular directory? How does it find the .jar I built? It doesn't need to find the jar you built. There is one pre-built from the RC and staged in Apache Nexus

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-15 Thread Patricia Shanahan
On 4/15/2016 3:40 AM, Carl Marcum wrote: ... Did you have a chance to try the HelloTextTableShape.groovy test script that I placed in Bugzilla [3]? ... Instructions for running it? What do I need to set up? - To unsubscribe,

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-17 Thread Patricia Shanahan
On 4/17/2016 5:48 PM, Patricia Shanahan wrote: On 4/17/2016 4:27 PM, Carl Marcum wrote: I'll try to work with these instructions, and go on asking questions whenever I get stuck. I have saved all the e-mails in this thread, and in any case they are in the archive. I think we should aim

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-17 Thread Patricia Shanahan
On 4/17/2016 4:27 PM, Carl Marcum wrote: On 04/15/2016 10:01 PM, Patricia Shanahan wrote: On 4/15/2016 6:52 PM, Carl Marcum wrote: On 04/15/2016 09:21 PM, Patricia Shanahan wrote: ... Do I need to run it in any particular directory? How does it find the .jar I built? It doesn't need

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4 - PLEASE VOTE

2016-04-19 Thread Patricia Shanahan
On 4/19/2016 3:22 PM, Patricia Shanahan wrote: On 4/19/2016 4:20 AM, Carl Marcum wrote: On 04/18/2016 07:04 AM, Carl Marcum wrote: ... I have the most of what I wanted to add to the release testing page [1] done. If you would like to review and make any changes or additions feel free. :) I

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-19 Thread Patricia Shanahan
On 4/19/2016 4:20 AM, Carl Marcum wrote: On 04/18/2016 07:04 AM, Carl Marcum wrote: ... I have the most of what I wanted to add to the release testing page [1] done. If you would like to review and make any changes or additions feel free. :) I have added a process I devised for verifying

[DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-20 Thread Patricia Shanahan
I did a signature check on the files. The md5 checks both passed. The tar.gz.asc check also passed, but the .zip.asc check failed: Patricia@Jan2014Desktop /cygdrive/c/OpenOfficeDev/GroovyUNO/signatures $ gpg --verify guno-extension-0.1.4-r1740035-src.tar.gz.asc gpg: WARNING: using insecure

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-14 Thread Patricia Shanahan
On 4/14/2016 3:28 AM, Carl Marcum wrote: On 04/14/2016 12:57 AM, Patricia Shanahan wrote: On 4/6/2016 3:27 AM, Carl Marcum wrote: On 04/05/2016 09:57 PM, Patricia Shanahan wrote: I think you will get more votes with more instructions. I've never done a gradle build, and have no idea how

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-14 Thread Patricia Shanahan
On 4/14/2016 6:29 PM, Carl Marcum wrote: On 04/14/2016 08:10 PM, Patricia Shanahan wrote: On 4/14/2016 3:28 AM, Carl Marcum wrote: On 04/14/2016 12:57 AM, Patricia Shanahan wrote: On 4/6/2016 3:27 AM, Carl Marcum wrote: On 04/05/2016 09:57 PM, Patricia Shanahan wrote: I think you will get

Re: [VOTE] Release Groovy UNO Extension 0.1.4-RC2

2016-04-20 Thread Patricia Shanahan
+1 Approve (binding) On 4/19/2016 7:35 PM, Carl Marcum wrote: This is for a source release of Groovy UNO Extension 0.1.4 from Apache OpenOffice and binaries made available from Maven via Apache Nexus. Source packages for RC2 are available at:

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-13 Thread Patricia Shanahan
For me, the delay has been the combination of some non-Apache projects and Apache River needing some attention (I'm the PMC Chair). I put away my Linux system to make more room for sewing for a couple of weeks. Unfortunately, I will need to use unfamiliar tools to do the Windows build. I'll

Re: [DISCUSS][VOTE] Release Groovy UNO Extension 0.1.4

2016-04-17 Thread Patricia Shanahan
a third PMC members to cast a binding +1 vote, but I'm hoping having step-by-step instructions will inspire someone. Patricia On 4/17/2016 4:27 PM, Carl Marcum wrote: On 04/15/2016 10:01 PM, Patricia Shanahan wrote: On 4/15/2016 6:52 PM, Carl Marcum wrote: On 04/15/2016 09:21 PM, Patricia

Re: [VOTE] Release Groovy UNO Extension 0.1.5-RC1

2016-05-07 Thread Patricia Shanahan
+1 Approve On 4/23/2016 8:23 AM, Carl Marcum wrote: This is for a source release of Groovy UNO Extension 0.1.5 from Apache OpenOffice and binaries made available from Maven via Apache Nexus. Source packages for RC1 are available at: https://dist.apache.org/repos/dist/dev/openoffice/devtools/

Re: Mentor

2016-05-25 Thread Patricia Shanahan
Hi Yacine, I'll do what I can to help you, though I'm relatively new to OpenOffice. I am a very experienced developer, just not on this program. Are you planning to use a Microsoft Windows system for building it? If so, you need to read

Re: FW: buildbot success in on aoo-win7

2016-07-27 Thread Patricia Shanahan
Congratulations! On 7/27/2016 2:17 AM, Damjan Jovanovic wrote: 2 successful aoo-win7 builds in a row, so I think it's safe to conclude it works now :-). The build script still needs a bit of cleaning up, and we need to fix the snapshot buildbots. But how? Can we just randomly merge patches to

Re: Editing Download page

2016-07-22 Thread Patricia Shanahan
On 7/22/2016 11:05 AM, Marcus wrote: Am 07/22/2016 07:45 PM, schrieb Patricia Shanahan: I am trying to edit www.openoffice.org/download/ to add a box for recruiting developers. It seems to be a rather complicated page, with internationalization. yes, to give the L10n groups the possibility

Editing Download page

2016-07-22 Thread Patricia Shanahan
I am trying to edit www.openoffice.org/download/ to add a box for recruiting developers. It seems to be a rather complicated page, with internationalization. If anyone is familiar with how to edit it, and has time to help me, please reply.

Re: Editing Download page

2016-07-25 Thread Patricia Shanahan
On 7/24/2016 1:59 PM, JZA wrote: I would also suggest to revisit the intro programs for development which were put on hold indefinetly and at the momento there is really no good way to 'learn' the AOO sourcecode. Even if we were hiring full time programmers, AOO is too big for learning the

Re: Editing Download page

2016-07-23 Thread Patricia Shanahan
Marcus: Please add "Experienced lead technical writers" to the requested skills. See the "Is it time to shut down this effort?" thread. On 7/22/2016 1:14 PM, Marcus wrote: Am 07/22/2016 08:35 PM, schrieb Patricia Shanahan: On 7/22/2016 11:05 AM, Marcus wrote: Am

Re: Is it time to shut down this effort?

2016-07-23 Thread Patricia Shanahan
Should we add "Experienced lead technical writers" to the list for the download web page changes? On 7/23/2016 6:23 PM, Keith N. McKenna wrote: Dennis E. Hamilton wrote: [BCC dev@ (really, this time)] -Original Message- From: Keith N. McKenna [mailto:keith.mcke...@comcast.net] Sent:

Donations?

2016-07-21 Thread Patricia Shanahan
In looking at the web pages to see where to insert mentoring offers etc., I noticed that https://openoffice.apache.org/get-involved.html has a link to "make a small donation". Does that collect any money, and if so might it help with buildbot costs?

Re: Donations?

2016-07-21 Thread Patricia Shanahan
we have any funds at all at the end of the day, we used to have very clear reports: https://wiki.openoffice.org/wiki/Community_Council/Funding_And_Budgets/B udget_2011 On Thu, Jul 21, 2016 at 4:55 PM, Marcus <marcus.m...@wtnet.de> wrote: Am 07/21/2016 09:26 PM, schrieb Patricia Shanahan:

Re: Officially releasing a patch for CVE-2016-1513

2016-07-31 Thread Patricia Shanahan
On 7/31/2016 5:17 PM, Dennis E. Hamilton wrote: -Original Message- From: Kay sch...@apache.org [mailto:ksch...@apache.org] Sent: Sunday, July 31, 2016 14:42 To: dev@openoffice.apache.org Subject: Re: Officially releasing a patch for CVE-2016-1513 OK, I think I'm done with the

Re: Interested in volunteering with Apache

2016-08-01 Thread Patricia Shanahan
Welcome. The current writing project is constructing instruction files for applying a patch. The process is fairly complicated, and needs to be explained clearly for end users with limited technical skills. Perhaps you could review the drafts and see if you can suggest any improvements? Can you

Re: Planning for emergency releases

2016-08-11 Thread Patricia Shanahan
On 8/11/2016 10:45 AM, Marcus wrote: Am 08/10/2016 12:25 AM, schrieb Patricia Shanahan: On 8/9/2016 3:12 PM, Marcus wrote: ... we have a documented release process here [1]. Of course it's for a full release. But for a bugfix (or emergency) release it can be derived and then shortend. [1

Re: Planning for emergency releases

2016-08-14 Thread Patricia Shanahan
On 8/12/2016 2:14 PM, Dennis E. Hamilton wrote: -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] ... Personally, I would like to treat the last stable release as the base for emergency fixes. I started out suggesting using the current patch as an exercise to work

Re: [PACKAGING 4.1.2-patch1 Binaries] (was RE: [TESTING] Applying openoffice-4.1.2-patch1 for Windows)

2016-08-12 Thread Patricia Shanahan
On 8/12/2016 12:22 PM, Dennis E. Hamilton wrote: ... [Anecdotal Side Note: I just discovered that the MD5 hash for the 4.1.2 Windows .exe fails to check on my Windows system because of a defect in the .md5 file. For reasons unknown, the md5sum tool that I have requires exactly two spaces

Re: Planning for emergency releases

2016-08-12 Thread Patricia Shanahan
On 8/12/2016 1:40 PM, Dennis E. Hamilton wrote: -Original Message- From: Patricia Shanahan [mailto:p...@acm.org] Sent: Thursday, August 11, 2016 11:07 To: dev@openoffice.apache.org Subject: Re: Planning for emergency releases [ ... ] Meanwhile, it is interesting for contemplating

Attention: Courtney

2016-08-12 Thread Patricia Shanahan
Courtney, I tried to reply directly to your email three days ago. Please check whether a message from me got caught in a spam filter etc. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additional

Re: Putting Windows First ( was RE: null)

2016-07-13 Thread Patricia Shanahan
On 7/13/2016 10:38 AM, Dennis E. Hamilton wrote: -Original Message- From: Damjan Jovanovic [mailto:dam...@apache.org] .. By the way, AOO code and build process are very *nix-centric, leading to Windows being such a pain to develop for, that we would gain more by dropping Windows

Re: Attracting new developers

2016-07-20 Thread Patricia Shanahan
On 7/20/2016 12:03 PM, Marcus wrote: Am 07/20/2016 07:51 PM, schrieb Patricia Shanahan: OpenOffice really needs more developers, especially build experts but also programmers in general. We do have a web page, http://openoffice.apache.org/get-involved.html, but it it not very obvious

Re: Putting Windows First ( was RE: null)

2016-07-17 Thread Patricia Shanahan
. Damjan On Wed, Jul 13, 2016 at 11:52 PM, Kay Schenk <kay.sch...@gmail.com> wrote: On 07/13/2016 12:56 PM, Patricia Shanahan wrote: On 7/13/2016 10:38 AM, Dennis E. Hamilton wrote: -Original Message- From: Damjan Jovanovic [mailto:dam...@apache.org] .. By the way, AO

Attracting new developers

2016-07-20 Thread Patricia Shanahan
OpenOffice really needs more developers, especially build experts but also programmers in general. We do have a web page, http://openoffice.apache.org/get-involved.html, but it it not very obvious and tends to emphasize non-programming contributions. Those are very valuable, but we have far

Interns?

2016-07-05 Thread Patricia Shanahan
Bishnu Gautam has suggested that we should start taking interns, with assigned mentors, and might be able to steer some students our way. What do you think? Would the proposed projects be able to use students? To be fair to the students, they would need mentors they could learn from, not just

Re: Smoke Test to run on a built office

2016-07-06 Thread Patricia Shanahan
How does one find out whether the tests have hung, or are just taking their time? I started them by running ant in the test folder using a cygwin shell that has the winenv.set.sh parameters for my AOO412 build. It started doing AOO things, with windows appearing, changing, and disappearing,

Re: Smoke Test to run on a built office

2016-07-07 Thread Patricia Shanahan
at 1:08 AM, Patricia Shanahan <p...@acm.org> wrote: How does one find out whether the tests have hung, or are just taking their time? I started them by running ant in the test folder using a cygwin shell that has the winenv.set.sh parameters for my AOO412 build. It started doing AOO thin

Re: Interns?

2016-07-06 Thread Patricia Shanahan
Thanks. On 7/5/2016 11:48 PM, Damjan Jovanovic wrote: Hi Patricia I think you meant to this send this to the Apache River mailing list, where Bishnu Gautam asked the question? On Wed, Jul 6, 2016 at 4:39 AM, Patricia Shanahan <p...@acm.org> wrote: Bishnu Gautam has suggested that we

Planning for emergency releases

2016-08-05 Thread Patricia Shanahan
This is mainly a summary of opinions I've already expressed on security@. The discussion does not actually involve anything that needs to be confidential, so it should be taking place on dev@ instead. This is controversial - I expect replies disagreeing with my views. The point of this thread is

Re: Planning for emergency releases

2016-08-05 Thread Patricia Shanahan
On 8/5/2016 2:20 PM, Marcus wrote: Am 08/05/2016 10:43 PM, schrieb Patricia Shanahan: This is mainly a summary of opinions I've already expressed on security@. The discussion does not actually involve anything that needs to be confidential, so it should be taking place on dev@ instead

Draft report

2016-08-06 Thread Patricia Shanahan
Here is a draft of the August 2016 board report. As always, suggested changes are welcome. == ## Description: - Apache River software provides a standards-compliant JINI service. ## Issues: - There are no issues

Re: Building AOO for Windows 10

2016-08-07 Thread Patricia Shanahan
The instructions need clarifying - I'll look into it later. The final argument "aoo-trunk" is the destination folder for the checkout. If you want to checkout into a folder called "aoo-trunk" do a "mkdir aoo-trunk" first. If you want a different destination, replace "aoo-trunk" with the

Re: Planning for emergency releases

2016-08-07 Thread Patricia Shanahan
On 8/7/2016 8:29 AM, Marcus wrote: ... I don't want to have it perfect. And we are already in this emergency situation. We have either a patch process nor a full-release process. We don't have what I consider to be the full emergency, a live exploit in the field. Why not both strategies? Go

Re: Planning for emergency releases

2016-08-07 Thread Patricia Shanahan
On 8/7/2016 8:29 AM, Marcus wrote: Am 08/06/2016 12:57 AM, schrieb Patricia Shanahan: ... I don't agree with the car analogy - bits are relatively cheap, and I will personally promise to recycle any obsoleted bits that are returned to us, without taking up any landfill space. I would not do

Re: Planning for emergency releases

2016-08-08 Thread Patricia Shanahan
On 8/8/2016 11:14 AM, Marcus wrote: Am 08/08/2016 07:28 PM, schrieb Andrea Pescetti: On 07/08/2016 Marcus wrote: Maybe we are not that far aways from each other. What I want to to avoid is to provide hundreads of MBs for a single fix. Of course we can do a 4.1.3 with some collected fixes. As I

Re: [VOTE] Release apache-openoffice-4.1.2-patch1 Source

2016-08-07 Thread Patricia Shanahan
+1 Because of whitespace differences from the patch I had previously tests, I applied the patch to a clean 4.1.2 checkout, built from scratch, and tested the result. I have checked the signature and hashes. The signature file shows the web-of-trust issues previously discussed. On 8/2/2016

Re: branches/gbuild-reintegration merged

2016-08-07 Thread Patricia Shanahan
On 8/7/2016 2:30 PM, Kay Schenk wrote: On Sun, Aug 7, 2016 at 12:59 PM, Damjan Jovanovic wrote: Hi branches/gbuild-reintegration has been merged to trunk. It has > 136 patches and makes many changes throughout the code, so you probably need to "dmake clean" before

Re: Planning for emergency releases

2016-08-07 Thread Patricia Shanahan
On 8/7/2016 10:16 AM, Marcus wrote: Am 08/07/2016 06:14 PM, schrieb Patricia Shanahan: ... but meanwhile work on getting competent at preparing a full release promptly if needed. Maybe we are not that far aways from each other. What I want to to avoid is to provide hundreads of MBs

Special project for newcomers

2016-08-08 Thread Patricia Shanahan
There is a current project for which newcomers to the OpenOffice team may be able to make a particularly valuable contribution. The objective is to find out whether a set of instructions are usable and work. For this, being unfamiliar with the background is an advantage. To participate, you need

Re: Help wanted

2016-08-02 Thread Patricia Shanahan
Free work only - no paid positions. If you are looking for programming experience, you will probably be most interested in development. What programming languages do you use? Build tools? Patricia On 8/2/2016 12:30 PM, Courtney wrote: Hello! My name is Courtney and I was working on a

Re: Buildbots update

2016-07-22 Thread Patricia Shanahan
On 7/22/2016 12:09 AM, Damjan Jovanovic wrote: ... I'll experiment a lot more over the weekend, but right now I think the problem could be that the buildbot runs VSVARS.BAT to set up the Visual Studio environment, which (presumably) contains the evil DEVENV that break the build and locks files

<    1   2   3   4   5   6   7   >