Re: Building Java code: Ant improvements, and better IDE integration

2017-08-11 Thread Carl Marcum
On 08/09/2017 01:50 PM, Damjan Jovanovic wrote: 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

Re: Windows build woes

2017-08-11 Thread Jim Jagielski
I've tried reinstalling, putting stuff in different locations, etc... I just cannot get aoo-414 building on my windows7 VM. I am following the step-by-step guide to the letter. - To unsubscribe, e-mail: dev-unsubscr...@openoffice.

Re: Windows build woes

2017-08-11 Thread Patricia Shanahan
Have you tried repeating "build --all" a few times? I quite often have failures that go away with a few repeated builds. My interpretation is that whatever is supposed to make sure all dependencies are satisfied before building a module does not quite work right. Sooner or later, everything th

Re: Windows build woes

2017-08-11 Thread Jim Jagielski
Yep... I've disabled using '--P2 -- --P2' as well, in case it's something about parallel jobs, etc. Weird as anything. The only thing I can think of is that the links on the step-to-step guide are pointing to newer versions of things, which is what is breaking my win7 builds. I may try w/ a super

Re: Windows build woes

2017-08-11 Thread Matthias Seidel
FWIW, my builds never require multiple steps and I always build with "build --all -P2 -- -P2" The environment is important, you can see my setup for RC1 here: http://svn.apache.org/repos/asf/openoffice/devtools/build-scripts/4.1.4/wntmsci/ReadMe.txt Am 11.08.2017 um 16:39 schrieb Jim Jagielski:

Re: Windows build woes

2017-08-11 Thread Jim Jagielski
I wonder if it's because I'm on Win7, Home Premium. The list of installed s/w looks correct: http://home.apache.org/~jim/AOO-builds/aoobuilder-sw.png - To unsubscribe, e-mail: dev-unsubscr...@openoffice.apache.org For additi

Re: Windows build woes

2017-08-11 Thread Matthias Seidel
No, I initially build with Win 7 Home 32bit before I switched to Win 10 Pro 64bit (just to see if it works...). The installed software looks good. You could deinstall all (3) Versions of MS Visual C++ 2008 Redistributable 9.0.30729 leaving only the two with 9.0.30729.6161. Am 11.08.2017 um 18:37