Re: buildbot failure in on openoffice-linux32-nightly

2017-01-18 Thread Damjan Jovanovic
Should be fixed in r1779413. Please update. Sorry. Damjan On Thu, Jan 19, 2017 at 4:27 AM, Patricia Shanahan wrote: > I am being held up by a similar failure on Windows 8.1: > > checking if C:/ant/bin/ant works... Ant works > checking Ant lib directory... Ant lib directory found. > checking wh

Re: Question -- building AOO 4.1.3 on Windows

2017-01-21 Thread Damjan Jovanovic
gt; followed? >> >> A more general question is does everything in https://wiki.openoffice.org >> /wiki/Documentation/Building_Guide_AOO/Step_by_step needs to be strictly >> followed? I am using a Windows 10 machine, but things like .NET 3.5, MSVC >> 2008 and GDI nee

Re: Question -- building AOO 4.1.3 on Windows

2017-01-22 Thread Damjan Jovanovic
I will be looking at > the script as well. If I find something wrong, I will let you know.​ > > > On Sat, Jan 21, 2017 at 1:42 AM, Damjan Jovanovic > wrote: > >> Firstly, it looks like there's a bug in our configure script: the >> dependencies that are checked for

An update on development efforts

2017-01-23 Thread Damjan Jovanovic
Hi Since there is a lot of political discussion lately, I thought a post on our development might be refreshing. The last of the "big 6" modules, Calc (in main/sc), has been ported to gbuild, and 68 of 187 modules in total or about 36%, are now in gbuild. If externals are not counted as modules,

AOO debugging revamp

2017-01-25 Thread Damjan Jovanovic
Hi For a while I've noticed how gbuild modules don't have debug symbols unless built with the maximum debug level ("./configure --enable-debug" globally or "build debug=true" per module) which also produces oceans of log messages we usually don't want. In r1780246, I've finally changed debugging

Re: Difficulty with dmake

2017-01-25 Thread Damjan Jovanovic
Try "source winenv.set.sh" between ./configure and ./bootstrap. Damjan On Thu, Jan 26, 2017 at 2:20 AM, Patricia Shanahan wrote: > I am trying to set up a new debug environment, incorporating the recent > changes to how debug works. Unfortunately, my configure-and-bootstrap > cannot find dmake.

Re: Difficulty with dmake

2017-01-25 Thread Damjan Jovanovic
set.sh after ./bootstrap, and that used to > work. Do you expect it to work again, or do we need to edit the > instructions? > > > On 1/25/2017 8:25 PM, Damjan Jovanovic wrote: > >> Try "source winenv.set.sh" between ./configure and ./bootstrap. >> >>

Re: Build --all errors on libxml2?

2017-01-26 Thread Damjan Jovanovic
I suspect a wrong version of MSVC. Attach your config.log. On Thu, Jan 26, 2017 at 8:56 PM, Hong wrote: > Hi, > > I encountered a bunch of link errors of missing symbol ___security_cookie. > > Does anybody know what could be the problem? > > link.exe /nologo /VERSION:2.9 /LIBPATH:bin.msvc /LIBPA

Re: AOO debugging revamp

2017-01-29 Thread Damjan Jovanovic
UGLEVEL),2)" part of solenv/gbuild/platform/windows.mk. If so, please try the attached patch which should do that. On Sun, Jan 29, 2017 at 10:34 PM, Patricia Shanahan wrote: > On 1/25/2017 9:35 AM, Damjan Jovanovic wrote: > >> Hi >> >> For a while I've noticed

Windows PCH + debug regression in r1758061 and r1758092

2017-01-30 Thread Damjan Jovanovic
Hi Don / others As of r1758061 and/or 1758092, the 27/28 August 2016 patches that fixed a major performance regression on Windows with precompiled headers [thank you so much for that by the way :-)], building with debugging enabled broke. In all versions after those commits, build any gbuild modu

Re: Build --all errors on libxml2?

2017-01-30 Thread Damjan Jovanovic
I don't see any attachments. On Tue, Jan 31, 2017 at 5:04 AM, Hong wrote: > Hi Damjan, > > I attached config.log. Can you please take a look? Thanks. > > On Thu, Jan 26, 2017 at 12:02 PM, Damjan Jovanovic > wrote: > >> I suspect a wrong version of MSVC. Atta

Re: AOO debugging revamp

2017-01-30 Thread Damjan Jovanovic
ows also needs gb_LinkTarget_LDFLAGS += -DEBUG to >>> enable debugging, as per the "ifeq ($(gb_DEBUGLEVEL),2)" part of >>> solenv/gbuild/platform/windows.mk <http://windows.mk>. If so, please try >>> the attached patch which should do that. >>> &g

Re: AOO debugging revamp

2017-01-30 Thread Damjan Jovanovic
n I ran a > test case that I know goes through that breakpoint, it turned red and > worked. > > > On 1/30/2017 8:28 PM, Damjan Jovanovic wrote: > >> That's unusual. It should either fix it for all gbuild modules, or none of >> them. In the build log for main

Re: Build --all errors on libxml2?

2017-01-31 Thread Damjan Jovanovic
MSVC looks right. I am not sure. Googling found several links, none of them particularly revealing: https://blogs.msdn.microsoft.com/nikolad/2005/01/28/unresolved-external-__security_cookie-with-platform-sdk-compiler/ https://forums.mcci.com/making-connections/entry/building-one-driver-for-win7-w

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
The maximum column I see is AMJ, which is the 1024th. Which version are you using? On Sun, Feb 5, 2017 at 3:34 PM, Jörg Schmidt wrote: > Hello, > > It is not a very fair question, but I ask the programmers: > > How difficult is it to increase the table number of Calc as soon as > possible? My h

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
Sorry, my bad. Hopefully, to increase number of sheets, it's just this one-line patch below that I am busy compiling now. Will let you know if it works soon. Index: main/sc/inc/address.hxx === --- main/sc/inc/address.hxx(revisio

Re: Increase the number of tables in Calc

2017-02-05 Thread Damjan Jovanovic
My patch works :-). I can make 1024 sheets! On Sun, Feb 5, 2017 at 9:39 PM, Damjan Jovanovic wrote: > Sorry, my bad. > > Hopefully, to increase number of sheets, it's just this one-line patch > below that I am busy compiling now. Will let you know if it works soon. > &g

AOO now builds with Clang on Linux

2017-02-07 Thread Damjan Jovanovic
Hi As of r1782030, AOO is successfully building with Clang 3.8 on Ubuntu 16.04 on x86 :-). Other architectures might work - I did add changes for all of them, but main/bridges uses dodgy low level C++ ABI hacks that (recent?) Clang doesn't like. If so, please report back with the Clang version yo

Re: Build issues in r1776040

2017-02-08 Thread Damjan Jovanovic
Hi In checks.patch, what is the benefit of not searching system jars if $SOLAR_JAVA is empty? The Ant changes help when using --without-java, but --without-java breaks later in javaunohelper and vcl. Thank you Damjan On Wed, Dec 28, 2016 at 6:33 AM, Páder Rezső wrote: > Hi all, > > > I now co

Re: Turning Off Bb-fbsd2

2017-02-09 Thread Damjan Jovanovic
No longer supported how? I thought the Apache Foundation used FreeBSD for "nearly all of its publicly facing services"? http://freebsdfoundation.blogspot.com/2011/12/apache-software-foundation-testimonial.html What happened? Damjan On Thu, Feb 9, 2017 at 7:25 PM, Freddy Barboza wrote: > Hi de

Re: Peter reports in ;)

2017-03-06 Thread Damjan Jovanovic
On Mon, Mar 6, 2017 at 11:24 PM, Peter Kovacs wrote: > Hello all, > > > I just wanted to give some feedback what I am doing. > > I am working on an alternate build Application, which could replace the > Perl one. I have some features in mind like auto document generation > (prio1) and signing the

Re: gnu make port and the build.pl script

2017-03-07 Thread Damjan Jovanovic
Yes, sadly this is well known, and getting rid of build.pl is the long term plan: https://wiki.openoffice.org/wiki/Build_System_Analysis https://wiki.openoffice.org/wiki/Build_System_Analysis:build.pl_versus_makefile Which module breaks for you? Damjan On Wed, Feb 15, 2017 at 9:34 PM, Peter Kov

Package name for new UNO components?

2017-03-20 Thread Damjan Jovanovic
Hi Our pre-existing UNO components use service names of the form com.sun.star.*, for example: com.sun.star.comp.sdbc.calc.ODriver com.sun.star.comp.io.TextInputStream com.sun.star.comp.Calc.SpreadsheetDocument I am busy developing a new UNO component, a database driver for PostgreSQL. Should I ra

Re: Package name for new UNO components?

2017-03-20 Thread Damjan Jovanovic
One being? On Mon, Mar 20, 2017 at 7:41 PM, Mechtilde wrote: > Hello, > > do you know the existing one? > > Regards > > Mechtilde > > > Am 20.03.2017 um 16:40 schrieb Damjan Jovanovic: > > Hi > > > > Our pre-existing UNO components use service n

Re: Package name for new UNO components?

2017-03-22 Thread Damjan Jovanovic
On Wed, Mar 22, 2017 at 8:14 PM, Matthias Seidel wrote: > Am 20.03.2017 um 20:01 schrieb Marcus: > > Am 20.03.2017 um 16:40 schrieb Damjan Jovanovic: > >> Our pre-existing UNO components use service names of the form > >> com.sun.star.*, for example: > >>

Re: Buildbots page

2017-03-27 Thread Damjan Jovanovic
It's generated from: https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/openoffice/create-ooo-snapshots-index.sh Regards Damjan On Mon, Mar 27, 2017 at 5:58 PM, Matthias Seidel wrote: > Hello all! > > Is there a way to maintain our Buildbot

Re: Buildbots page

2017-03-27 Thread Damjan Jovanovic
ts/openoffice/ > > I can only find header, footer and CSS but no script? > > Regards, Matthias > > > Am 27.03.2017 um 18:25 schrieb Damjan Jovanovic: > > It's generated from: > > https://svn.apache.org/repos/infra/infrastructure/buildbot/ > aegis/buildmaste

Re: Apache OpenOffice NG

2017-04-21 Thread Damjan Jovanovic
Anyone can already develop smaller office tools for certain groups. Third party organizations can provide their own derivatives (eg. NeoOffice, LibreOffice already do). I don't see what this would allow, that the current model doesn't? Regards Damjan On Fri, Apr 21, 2017 at 2:33 PM, Raphael Birc

Re: OpenOffice

2017-05-07 Thread Damjan Jovanovic
-1 The AOO community doesn't necessarily participate in "Tomcat, Hadoop, etc.", and won't necessarily start if AOO is closed down. On Sun, May 7, 2017 at 1:40 PM, Suhail Ansari wrote: > Hi > TheASF has lots of important projects such as Tomcat, Hadoop etc. I > think that TheASF should eith

Re: AOO 4.1.4 Cannot access to Options Security macros

2017-06-23 Thread Damjan Jovanovic
IIRC, this is caused by xmlsecurity not building for some reason. Probably missing Mozilla's libnss. Damjan On Fri, Jun 23, 2017 at 10:07 AM, Didier Lamare wrote: > Hello, > > > I am testing the french version of AOO 414 dowloaded from here : > https://home.apache.org/~mseidel/AOO-builds/ versi

Re: AOO 4.1.4 Cannot access to Options Security macros

2017-06-23 Thread Damjan Jovanovic
ozilla-build=c:/mozilla-build" > and installed tool from ftp.mozilla.org/pub/mozilla/libraries/win32/ > > Matthias > > > Am 23.06.2017 um 16:03 schrieb Damjan Jovanovic: > > IIRC, this is caused by xmlsecurity not building for some reason. > Probably > > missing Moz

Re: Building OO

2017-06-27 Thread Damjan Jovanovic
Hi Fyodor Welcome to AOO :). What version are you building? Can you "cd" into the udm directory, and post the full output of "build" run from there? Thank you Damjan On Tue, Jun 27, 2017 at 8:12 AM, Yemelyanenko Fyodor wrote: > = > Building module udm > = > > Entering

Re: Building OO

2017-06-27 Thread Damjan Jovanovic
aking > /cygdrive/c/source/aoo-trunk/main/udm/prj > > When you have fixed the errors in that module you > can resume the > build by running: > > build --all:udm > > > I think I need to deep dive into dmake, so I'

Re: problems building trunk on Windows

2017-07-01 Thread Damjan Jovanovic
I successfully built the latest trunk on Windows with the following setup: 32 bit VirtualBox VM Windows XP SDK_PATH="/cygdrive/c/Program Files/Microsoft SDKs/Windows/v7.0" ./configure --with-frame-home="$SDK_PATH" --with-psdk-home="$SDK_PATH" --with-midl-path="$SDK_PATH/bin" --with-ant-home="/cygd

Re: problems building trunk on Windows

2017-07-01 Thread Damjan Jovanovic
dk-home="/cygdrive/c/Program Files/Java/jdk1.7.0" --disable-directx --with-package-format="installed" --enable-wiki-publisher On Sun, Jul 2, 2017 at 8:42 AM, Damjan Jovanovic wrote: > I successfully built the latest trunk on Windows with the following setup: > > 32 bit

Re: Re[2]: Building OO

2017-07-01 Thread Damjan Jovanovic
/cr_html.o'. > Stop. > dmake: Error code 2, while making 'all' > > 1 module(s): > xml2cmp > need(s) to be rebuilt > > Reason(s):

Re: OpenOffice Query

2017-07-05 Thread Damjan Jovanovic
Hi Rushna Apparently, to do this manually: Click on "Tools" -> "Customize". Go to the "Events" tab. Select "Save document", and click on the "Macro" button, then assign your plugin. See this for screenshots: https://wiki.openoffice.org/wiki/Documentation/OOoAuthors_User_Manual/Getting_Started/Ho

Re: OpenOffice Query

2017-07-05 Thread Damjan Jovanovic
; Please help me out. > > > Thanks & Regards, > Rushna Jabi > Software Engineer > 8447294601 > > > > > On Thu, Jul 6, 2017 at 11:49 AM, Damjan Jovanovic > wrote: > >> Hi Rushna >> >> Apparently, to do this manually: >> >> Click

Increase minimum Java version from 5 to 7/8 ?

2017-07-09 Thread Damjan Jovanovic
Hi Currently our Java policy [1] mandates a baseline of Java 5, which was released in 2004, and was EOL from 2008; even paid Oracle customers stopped getting updates in 2015 [2]. There are many language and class library improvements in later versions of Java that we would benefit from in AOO, an

Re: Increase minimum Java version from 5 to 7/8 ?

2017-07-09 Thread Damjan Jovanovic
On Sun, Jul 9, 2017 at 5:44 PM, Matthias Seidel wrote: > Hi Damjan, > > I can only comment on a non-technical POV... > > Am 09.07.2017 um 14:53 schrieb Damjan Jovanovic: > > Hi > > > > Currently our Java policy [1] mandates a baseline of Java 5, which was >

Re: Increase minimum Java version from 5 to 7/8 ?

2017-07-09 Thread Damjan Jovanovic
On Sun, Jul 9, 2017 at 6:15 PM, Matthias Seidel wrote: > Am 09.07.2017 um 18:07 schrieb Damjan Jovanovic: > > On Sun, Jul 9, 2017 at 5:44 PM, Matthias Seidel < > matthias.sei...@hamburg.de> > > wrote: > > > >> Hi Damjan, > >> > >>

Re: OpenOffice Query

2017-07-12 Thread Damjan Jovanovic
ul 6, 2017 at 12:48 PM, Rushna Jabi > wrote: > >> OK,I am working on this. >> >> Thanks. >> >> >> On Thu, Jul 6, 2017 at 12:25 PM, Damjan Jovanovic >> wrote: >> >>> You're looking for this then: >>> https://wiki.open

Re: OpenOffice Query

2017-07-13 Thread Damjan Jovanovic
ir for your guidance... > > > > > > Thanks & Regards, > Rushna Jabi > Software Programmer > 8447294601 > > > On Wed, Jul 12, 2017 at 1:52 PM, Damjan Jovanovic > wrote: > >> Please see my attached example. I tested it and it does work. >>

Re: OpenOffice Query

2017-07-18 Thread Damjan Jovanovic
m getting popup on save, on saveAs event after the saving doc. > But I want my popup before save event window.. > How is it possible? > > > > > > Regards, > Rushna jabi > Software Engineer > 8447294604 > > On 13-Jul-2017 15:03, "Damjan Jovanovic" wrote:

Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-18 Thread Damjan Jovanovic
g to do the same on W7 x32. > >>> > >>>As Id like to deep dive into OO development, could you please share > >>>what dev environment do you use on Ubuntu and on W7 (I believe, that > >>>I'll finally success in building OO on Windows). > >&g

Re: Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-19 Thread Damjan Jovanovic
gt;I have extensively used visual studio for 5+ years as a pure C++ > >developers. Even Eclipse is quite good and used it in my earlier > >android programming days although I find eclipse slower than visual > >studio. But I think both of them are excellent IDE and one can use any > &g

Re: Eclipse vs other IDEs (was: Re: Ide for Open Office (was Building OO))

2017-07-19 Thread Damjan Jovanovic
C. Eclipse invested serious development effort into its Eclipse CDT parser, even writing static analysis tools with it and developing code refactoring. How good is Netbeans? On Wed, Jul 19, 2017 at 9:58 AM, Fernando Cassia wrote: > On 7/19/17, Damjan Jovanovic wrote: > > What is so "v

Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
Hi Our KDE address book database driver (main/connectivity/source/drivers/kab) only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and 5 which apparently use DBUS instead. KDE 4 has been out since 2008, so the KDE address book hasn't been working for KDE users for the past 9 y

Re: Building OO

2017-07-20 Thread Damjan Jovanovic
alhelper/condition.hxx(29) : fatal error C1083: Cannot open > include file: 'osl/conditn.h': No such file or directory > > dmake: Error code 2, while making '../wntmsci12.pro/slo/condition.obj' > > > > 1 module(s): > > salhelper > &g

Re: Building OO

2017-07-20 Thread Damjan Jovanovic
configuration. > > I think we are all following the steps described here: > > https://wiki.openoffice.org/wiki/Documentation/Building_ > Guide_AOO/Step_by_step#Windows_7.2C_Windows_8.1.2C_Windows_10 > > If you do something different, could you update the Wiki? > > Regards, Matthias &

Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
. > > > >Matthias > > > > > >Am 20.07.2017 um 10:23 schrieb Damjan Jovanovic: > >> Hi > >> > >> Our KDE address book database driver > >(main/connectivity/source/drivers/kab) > >> only supports the KDE 3.2 - 3.6 address book A

Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
rface alone, and the com.sun.star.sdbc and com.sun.star.sdbcx modules have many services with many interfaces. On Thu, Jul 20, 2017 at 6:16 PM, Peter kovacs wrote: > I mean can we today access KDE adressbook in version 4 or 5. > > Am 20. Juli 2017 17:54:16 MESZ schrieb Damjan Jovanovic >:

Re: Drop the KDE address book?

2017-07-20 Thread Damjan Jovanovic
It's been removed in revision 1802537. On Thu, Jul 20, 2017 at 10:23 AM, Damjan Jovanovic wrote: > Hi > > Our KDE address book database driver (main/connectivity/source/drivers/kab) > only supports the KDE 3.2 - 3.6 address book API, not the more recent 4 and > 5 which

Building Java code: Ant improvements, and better IDE integration

2017-08-09 Thread Damjan Jovanovic
Hi Building AOO's Java code is currently mostly done with dmake and gbuild. Both are ugly, unsupported by Java IDEs, and impossibly problematic with some development I've been doing, so I began looking for an alternative. It turns out we also have Ant, which is well established, supported by most

Re: Building OO

2017-08-13 Thread Damjan Jovanovic
;>>>>> > >>>>>> Reason(s): > >>>>>> > >>>>>> ERROR: error 65280 occurred while making > /cygdrive/c/source/aoo-trunk/ext_libraries/gtest > >>>>>> > >>>>>> When you have

Re: Building OO

2017-08-13 Thread Damjan Jovanovic
On Sun, Aug 13, 2017 at 10:57 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 13.08.2017 um 10:57 schrieb Damjan Jovanovic: > > :(. > > gmake version? > > --- > $ gmake > -bash: gmake: Kommando nicht gefunden. > --- > > Where should gmake c

Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-20 Thread Damjan Jovanovic
Hi In revision 1805579 I committed a large patch to AOO, that implements a whole new database connector, for the PostgreSQL database. It's the real deal, a new UNO component, 57 files, 9607 lines of code, about 4 months in the pipeline. It's 100% in Java, and while developing it I've also written

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Damjan Jovanovic
--from apache-commons > > --- > dmake: Error: -- > `../../wntmsci12.pro/misc/4c8c505cc3cba4c467c479e3e0f09ba4-commons-lang3-3.3-src.unpack' > not found, and can't be made > --- > > Regards, Matthias > > > Am 20.08.2017 um 21:34 schrieb Damjan Jovanovic: &

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-21 Thread Damjan Jovanovic
is running at the moment. Looks good so far! > > If it is successful Rev. 1805579 can be found here: > https://www.openoffice.org/download/devbuilds.html > > Matthias > > > Am 21.08.2017 um 17:09 schrieb Damjan Jovanovic: > > My module uses Apache Commons Lang. May

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-22 Thread Damjan Jovanovic
The toUnsignedXxx() methods are from Java 8 :-/. Maybe I can rewrite that part of the code to use 7. On Tue, Aug 22, 2017 at 11:04 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 21.08.2017 um 19:14 schrieb Damjan Jovanovic: > > Yes. Well done on finding it. Y

Re: Committed: new database driver for PostgreSQL, SDBCX API for Java

2017-08-23 Thread Damjan Jovanovic
I've patched external_deps.lst, and as of revision 1805933, AOO should build even without --enable-wiki-publisher. On Tue, Aug 22, 2017 at 11:04 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > Am 21.08.2017 um 19:14 schrieb Damjan Jovanovic: > > Yes. Well done on

Re: [Discussion] build tool

2017-09-05 Thread Damjan Jovanovic
On Tue, Sep 5, 2017 at 4:11 PM, Peter Kovacs wrote: > Hello all, > > To be honest I am not very happy with gmake and ant. It is difficult to > add the functionality to Eclipse. Also we stay dependant for Windows on > Cygwin or Windows Subsystem for Linux, which feels to me awkward. Also > if we w

Re: Error in Linux64 bot

2017-09-10 Thread Damjan Jovanovic
Nice catch. connectivity/util didn't have a dependency on connectivity/java/sdbc_postgresql, sometimes causing it to build in the wrong order and fail. Should be fixed in revision 1807949. Thank you Damjan On Sun, Sep 10, 2017 at 3:14 PM, Matthias Seidel wrote: > Hi Damjan, > > Today our Linux6

Re: Linux32 buildbots time out (fixed)

2017-09-12 Thread Damjan Jovanovic
That's great news :) On Tue, Sep 12, 2017 at 10:54 PM, Matthias Seidel < matthias.sei...@hamburg.de> wrote: > The problem is fixed! > RPMbuild had issues and therefore the bots timed out... > > We now have a full set of new Linux32 builds uploaded: > > https://www.openoffice.org/download/devbuild

[Discussion] Switch to Git?

2017-09-14 Thread Damjan Jovanovic
Hi Can we please switch to using Git instead of Subversion for AOO's source? I don't know how much justification you want/need. Git is huge nowdays, by far the most popular VCS worldwide, the one most developers know and IDEs support (https://rhodecode.com/insights/version-control-systems-2016).

Re: [Discussion] Switch to Git?

2017-09-14 Thread Damjan Jovanovic
On Thu, Sep 14, 2017 at 2:59 PM, Patricia Shanahan wrote: > I know Git is the repository-of-the-decade, and therefore a switch to it > is probably inevitable, just like the switch from RCS to SCCS and from SCCS > to Subversion. > > Just as a matter of curiosity, which IDE's do not support Subvers

Re: [Discussion] Switch to Git?

2017-09-14 Thread Damjan Jovanovic
to Git >> >> PS: >> As Apache project the code has to be at the ASF. I think it's not >> possible to store it somewhere else like, e.g., GitHub. >> >> Marcus >> >> >> >> Am 14.09.2017 um 19:24 schrieb Peter Kovacs: >> >>> >&g

Re: [Discussion] Switch to Git?

2017-09-18 Thread Damjan Jovanovic
Yes, git-svn lacks quite a few features and can be problematic. Besides, 1 VCS and 1 way of doing things (ie. Git only everywhere) is always easier to manage than SVN here, a read-only delayed (possibly by months, when it breaks) Git copy on GitHub, and possibly git-svn on the users' end. On Mon,

Re: [Discussion] Switch to Git?

2017-09-18 Thread Damjan Jovanovic
On Mon, Sep 18, 2017 at 7:44 PM, Herbert Duerr wrote: > On 09/17/2017 04:04 PM, Andrea Pescetti wrote: > > On 14/09/2017 Dave Fisher wrote: > >> does SVN vs. GIT prevent new developers from volunteering? > > > > I think this is the key question, even though there are many good points > > also in

Re: [Discussion] Switch to Git?

2017-09-21 Thread Damjan Jovanovic
On Thu, Sep 14, 2017 at 2:59 PM, Patricia Shanahan wrote: > I know Git is the repository-of-the-decade, and therefore a switch to it > is probably inevitable, just like the switch from RCS to SCCS and from SCCS > to Subversion. > > Just as a matter of curiosity, which IDE's do not support Subvers

Re: translated files

2017-09-21 Thread Damjan Jovanovic
Requests for translation are posted to the bug: https://bz.apache.org/ooo/show_bug.cgi?id=39199 German speaking devs take the file and conduct the translation. Damjan On Thu, Sep 21, 2017 at 9:36 AM, Mathias Röllig wrote: > Hello! > > I use Peter's question to ask in the same direction: > > Ho

Re: translated files

2017-09-21 Thread Damjan Jovanovic
If you are a committer, feel free to commit them. Comment translation mistakes are not serious and can always be fixed later. If not, attach the patches to the bug report. And I think we should vote you in. Damjan On Wed, Sep 20, 2017 at 11:55 PM, Peter Kovacs wrote: > I have translated commen

Re: translated files

2017-09-21 Thread Damjan Jovanovic
On Thu, Sep 21, 2017 at 11:51 AM, Mathias Röllig wrote: > Am 21.09.2017 um 10:38 schrieb Damjan Jovanovic: > >> Requests for translation are posted to the bug: >> https://bz.apache.org/ooo/show_bug.cgi?id=39199 >> > > Yes, I can look at the files via Opengrok. I

Re: Java 9 32-bit

2017-10-03 Thread Damjan Jovanovic
Now what: 1. Ship our own builds of OpenJDK, in matching bitness. Do the licences (GPL for JVM, GPL-with-classpath-exception for class library) allow us to? 2. Drop Windows as a platform, since it's the only affected platform (*nix users usually install distro OpenJDK packages so 32 bit OpenJDK wil

Re: Java 9 32-bit

2017-10-03 Thread Damjan Jovanovic
Go for which option? Or do you mean option 4 with the "Go" language? On Tue, Oct 3, 2017 at 3:20 PM, Matthias Seidel wrote: > Go for it! ;-) > > > Am 03.10.2017 um 15:18 schrieb Damjan Jovanovic: > > Now what: > > 1. Ship our own builds of OpenJDK, in matching

Re: Java 9 32-bit

2017-10-03 Thread Damjan Jovanovic
On Tue, Oct 3, 2017 at 3:18 PM, Damjan Jovanovic wrote: > Now what: > 1. Ship our own builds of OpenJDK, in matching bitness. Do the licences > (GPL for JVM, GPL-with-classpath-exception for class library) allow us to? > To answer my own question, we can't ship OpenJDK -

Re: Open XML Filter

2017-10-20 Thread Damjan Jovanovic
I've looked at Apache POI before and even wrote a minimal filter that saves text cells in Calc to XLSX, see my email on 22 December 2015. Reading OOXML in Apache POI is problematic, we would have to build the document tree twice, first in POI, then in AOO, as a SAX-like API is not supported, so me

ORbit no longer a build dependency

2017-10-20 Thread Damjan Jovanovic
Hi You no longer need ORbit to build the latest trunk on *nix. It was only ever really used for a version check, which was last needed in ORBit version < 2.8 released in 2003, and I've removed it in SVN revision 1812807. Damjan

Re: Install Notes

2017-10-22 Thread Damjan Jovanovic
Welcome to AOO. What Twitter posting? On Sun, Oct 22, 2017 at 11:43 PM, Kenneth Mcfarland < kennethpaulmcfarl...@gmail.com> wrote: > Hello OpenOffice Team > > Nice work! I kicked LibreOffice to the curb today after seeing the twitter > posting. It's great to be back and use Apache being a contrib

SDBC developments and the JDBC driver port

2017-10-27 Thread Damjan Jovanovic
Hi To update you on my development efforts, the PostgreSQL driver continues to advance. I recently added views and fixed a major problem where "Refresh Tables" causes everything done to tables from then on to fail (as Base keeps holding references to the old table/view/user/group containers, so co

Re: SDBC developments and the JDBC driver port

2017-10-27 Thread Damjan Jovanovic
r build with >--disable-odk or see the dev list archives for possible solutions. > > Either go with Java 7 or use --disable-odk as configure switch. > > Regards, Matthias > > If I can get things working I will be willing to try builds for you on trunk > or a branch as

The new SDBC-JDBC bridge in Java

2017-11-07 Thread Damjan Jovanovic
Hi As of revision 1814552, I've rewritten our formerly C++ based SDBC-JDBC bridge driver in Java. The SDBC-JDBC bridge is there to allows AOO to access databases through Java's JDBC drivers. This port originally aimed at fixing serious issues I discovered in the old C++ implementation, where ther

Re: The new SDBC-JDBC bridge in Java

2017-11-08 Thread Damjan Jovanovic
an resume the build > by running: > > build --from offapi > --- > > I will try to force a build on our buildbot to cross check. > > Regards, Matthias > > > Am 08.11.2017 um 05:34 schrieb Damjan Jovanovic: > > Hi > > > > As of revision 1

Re: The new SDBC-JDBC bridge in Java

2017-11-08 Thread Damjan Jovanovic
Matthias Seidel wrote: > Hi Damjan, > > I was able to force the Windows buildbot and this is the detailed error > log: > > https://ci.apache.org/projects/openoffice/buildlogs/ > win/main/offapi/wntmsci12.pro/misc/logs/prj.txt > > Regards, Matthias > > > Am 08.11.2017

Re: The new SDBC-JDBC bridge in Java

2017-11-08 Thread Damjan Jovanovic
Apparently I left out that IDL file in my last commit. Sorry. The latest SVN should build now. On Wed, Nov 8, 2017 at 6:41 PM, Damjan Jovanovic wrote: > Thank you. There is nothing in that log but "Error 1". > > It builds perfectly on FreeBSD. I'll try a Windows build t

Re: Report of 4.1.4 table problem on BSD

2017-11-09 Thread Damjan Jovanovic
I can reproduce that database wizard problem in trunk :(, although "Create Table in Design View" works (at least for my PostgreSQL driver). This is on PC-BSD 10.3. Any idea what caused it? Damjan On Thu, Nov 9, 2017 at 7:43 PM, Rory O'Farrell wrote: > A report on Forum of a 4.1.4 table problem

Re: Report of 4.1.4 table problem on BSD

2017-11-09 Thread Damjan Jovanovic
I was wrong, the issue on the forum is not reproducible on either the latest trunk of 1814757, or revision 1774839 from late 2016. The sample tables in the table wizard are supposed to be there and always were. Now let's check 4.1.4. On Thu, Nov 9, 2017 at 7:57 PM, Damjan Jovanovic wrote:

Simpler Windows builds, oowintool, and Cygwin64

2017-11-09 Thread Damjan Jovanovic
Hi I've committed a few small small fixes to oowintool, mostly for JDK 8 detection and better logging, but I've confirmed that it already works well, and --with-frame-home --with-psdk-home --with-midl-path --with-jdk-home --with-csc-path and --with-cl-home options to ./configure are all unnecessar

Regressions and testing

2017-11-09 Thread Damjan Jovanovic
Hi It seems to me that regressions that we've had with releases recently could have been prevented with judicious testing. We do already have considerable tests in our tree, but they are never run. I've committed a patch that fixes use of junit with hamcrest in both gbuild and dmake, and should

Re: Regressions and testing

2017-11-10 Thread Damjan Jovanovic
o run the "subsequent > tests"? > > On 11/9/2017 9:46 PM, Damjan Jovanovic wrote: > >> Hi >> >> It seems to me that regressions that we've had with releases recently >> could >> have been prevented with judicious testing. >> >> We do a

Re: Regressions and testing

2017-11-10 Thread Damjan Jovanovic
We already have a bvt test that writes a spreadsheet with a chart: https://wiki.openoffice.org/wiki/QA/BVT On Friday, November 10, 2017, Damjan Jovanovic wrote: > In a module: > OOO_SUBSEQUENT_TESTS=1 build > Results go to main/solver/420/.../workdir/JunitTests for gbuild at least. &g

Re: Dont understand Compiler message

2017-11-12 Thread Damjan Jovanovic
It's some kind of error in gbuild. It really shouldn't happen. Can you try get the full output of "build --from basebmp" without any -P's? Damjan On Mon, Nov 13, 2017 at 12:39 AM, Peter Kovacs wrote: > I tried now > > build --from basebmp > > The error stays persistant independantly if i use a

Re: Simpler Windows builds, oowintool, and Cygwin64

2017-11-13 Thread Damjan Jovanovic
Please test whether the attached patch helps? Regards Damjan On Sat, Nov 11, 2017 at 8:02 PM, Matthias Seidel wrote: > Hi Damjan, > > Am 10.11.2017 um 06:27 schrieb Damjan Jovanovic: > > Hi > > > > I've committed a few small small fixes to oowintool, mostly fo

Re: Simpler Windows builds, oowintool, and Cygwin64

2017-11-15 Thread Damjan Jovanovic
t; configure: error: cannot guess build type; you must specify one > --- > > I am wondering about the timestamp, our config.guess is from 2009-12-30. > > Regards, Matthias > > > Am 14.11.2017 um 03:06 schrieb Damjan Jovanovic: > > Please test whether the att

Re: Simpler Windows builds, oowintool, and Cygwin64

2017-11-16 Thread Damjan Jovanovic
Committed now, thank you for your help: r1815542 | damjan | 2017-11-17 04:05:43 +0200 (Fri, 17 Nov 2017) | 6 lines Changed paths: M /openoffice/trunk/main/oowintool Allow oowintool to find 32 bit VC++ in Cygwin64. Patch by: Damjan Jovanovic and Matthias Seidel Tested by: Matthias Seidel On

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Damjan Jovanovic
Hi I am familiar with the database driver code in main/connectivity, but much less familiar with the Base code main/dbaccess where the problem is. On an unrelated past bug in my code in a main/connectivity driver, I did however briefly encounter that same problem where clicking "Create table" doe

Re: FYI: The OO 4.1.4 Mac problem

2017-11-17 Thread Damjan Jovanovic
rather like to have one time implementation instead of maintain > redundant implementations. > ( the drawback is that bugs have bigger impact. Ofc) > > > Am 17. November 2017 15:26:57 MEZ schrieb Damjan Jovanovic < > dam...@apache.org>: > >Hi > > > >I am familiar w

Debugging Base's "Create Table in Design View"

2017-11-17 Thread Damjan Jovanovic
tl;dr: Put a breakpoint on dbaui::DatabaseObjectView::doDispatch or /full/path/to/main/dbaccess/source/ui/misc/databaseobjectview.cxx:120 just before you click the "Create Table..." button. Step through it in your debugger line by line and document how for you get. Then recursively repeat and step

Re: Debugging Base's "Create Table in Design View"

2017-11-17 Thread Damjan Jovanovic
n sal_main () at main.c:31 #41 0x0040124b in main (argc=1, argv=0x7fffbbd8) at main.c:30 On Fri, Nov 17, 2017 at 8:47 PM, Damjan Jovanovic wrote: > tl;dr: > Put a breakpoint on dbaui::DatabaseObjectView::doDispatch or > /full/path/to/main/dbaccess/source/ui/misc/databaseobjectv

Re: Debugging Base's "Create Table in Design View"

2017-11-18 Thread Damjan Jovanovic
u still need my help? Thank you Damjan On Sat, Nov 18, 2017 at 5:47 AM, Patricia Shanahan wrote: > Is it possible that this is another manifestation of > https://bz.apache.org/ooo/show_bug.cgi?id=127581 > > If so, it will not happen in the trunk. > > > On 11/17/2017 10:

<    1   2   3   4   5   6   7   8   >