Re: Windows testing builds

2015-08-21 Thread Michal Hriň
>> Why --disable-odk? Any specific reason for that?

No, I wanted only to speed up build process. Next time I can remove
this option.

>> Do you have access to the buildbot? ...

No ? I have only access to "buildbots config file".

Regards,
-MH


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



Re: Windows testing builds

2015-08-20 Thread Andrea Pescetti

Kay Schenk wrote:

On 08/20/2015 01:52 AM, Michal Hriň wrote:

In compare to buildbots, last four lines are added to my options and
"disable-odk" and "with-package-format".


Why --disable-odk? Any specific reason for that?


I am using Visual C++ 2008 compiler (it talks that it is compiler from
Visual Studio Standard) compiler bundled with Windows SDK 7.0, while
buildbots has Windows SDK 6.1. I have Java 7 budilbots has Java 6. It
looks like that on buildbot is payed version of Visual Studio
(Proffesional).


Do you have access to the buildbot? It would be helpful for the whole 
project if you can work with that one. Not because of the software (the 
paid version of Microsoft's development tools is available if you wish, 
e-mail me if you don't find relevant information on the apache.org 
site), but because a shared environment can allow to progress together.



The information for version number, etc can be found in:
./solenv/inc/minor.mk
Build number needs to be increased to something above 9800. I don't know
if there's a formula for this or not.


The relevant issue is https://bz.apache.org/ooo/show_bug.cgi?id=126480 
and there are many changes to do, but indeed this will be one of the 
first, thanks for the details.


Regards,
  Andrea.

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



Re: Windows testing builds

2015-08-20 Thread Kay Schenk


On 08/20/2015 01:52 AM, Michal Hriň wrote:
> Hello, for his builds configure options are:
> 
>  ./configure
> --with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b%Y)")"
> --with-dmake-url="
> http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
> --enable-win-x64-shellext
> --with-cl-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC"
> --with-mspdb-path="/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE"
> --with-frame-home="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0"
> --with-psdk-home="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0"
> --with-midl-path="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0/Bin"
> --with-asm-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin"
> --with-csc-path="/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/v3.5"
> --with-directx-home="/cygdrive/c/PROGRA~2/MICROS~1"
> --with-jdk-home="/cygdrive/c/PROGRA~2/Java/JDK17~1.0_8"
> --with-ant-home="/cygdrive/c/APACHE~1.6"
> --with-lang="en-US fr de it en-GB es ru pl lt pt"
> --enable-category-b
> --enable-bundled-dictionaries
> --enable-verbose
> --with-package-format="installed msi"
> --without-junit
> --disable-odk
> --without-stlport
> --with-mozilla-build="/cygdrive/c/MOZILL~1"
> --with-atl-include-dir="C:/WinDDK/7600.16385.1/inc/atl71"
> --with-atl-lib-dir="C:/WinDDK/7600.16385.1/lib/ATL/i386"
> --with-mfc-include-dir="C:/WinDDK/7600.16385.1/inc/mfc42"
> --with-mfc-lib-dir="C:/WinDDK/7600.16385.1/lib/Mfc/i386"
> 
> 
> In compare to buildbots, last four lines are added to my options and
> "disable-odk" and "with-package-format".
> I am using Visual C++ 2008 compiler (it talks that it is compiler from
> Visual Studio Standard) compiler bundled with Windows SDK 7.0, while
> buildbots has Windows SDK 6.1. I have Java 7 budilbots has Java 6. It
> looks like that on buildbot is payed version of Visual Studio
> (Proffesional).
> 
> This is all I think.
> 
> 
> I looked a little around version number. Somwhere in the future I can
> try to change it. :)
> 
> 
> Regards,
> Michal Hriň

The information for version number, etc can be found in:
./solenv/inc/minor.mk

Build number needs to be increased to something above 9800. I don't know
if there's a formula for this or not.

Yeah, we should be changing this in the AOO410 trunk soonish to avoid
confusion for testers.


-- 

MzK

“The journey of a thousand miles begins
 with a single step.”
  --Lao Tzu



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



Re: Windows testing builds

2015-08-20 Thread Michal Hriň
Hello, for his builds configure options are:

 ./configure
--with-build-version="$(date +"%Y-%m-%d %H:%M:%S %z (%a, %d %b%Y)")"
--with-dmake-url="
http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2";
--enable-win-x64-shellext
--with-cl-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC"
--with-mspdb-path="/cygdrive/c/PROGRA~2/MICROS~1.0/Common7/IDE"
--with-frame-home="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0"
--with-psdk-home="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0"
--with-midl-path="/cygdrive/c/PROGRA~1/MICROS~1/Windows/v7.0/Bin"
--with-asm-home="/cygdrive/c/PROGRA~2/MICROS~1.0/VC/bin"
--with-csc-path="/cygdrive/c/Windows/MICROS~1.NET/FRAMEW~1/v3.5"
--with-directx-home="/cygdrive/c/PROGRA~2/MICROS~1"
--with-jdk-home="/cygdrive/c/PROGRA~2/Java/JDK17~1.0_8"
--with-ant-home="/cygdrive/c/APACHE~1.6"
--with-lang="en-US fr de it en-GB es ru pl lt pt"
--enable-category-b
--enable-bundled-dictionaries
--enable-verbose
--with-package-format="installed msi"
--without-junit
--disable-odk
--without-stlport
--with-mozilla-build="/cygdrive/c/MOZILL~1"
--with-atl-include-dir="C:/WinDDK/7600.16385.1/inc/atl71"
--with-atl-lib-dir="C:/WinDDK/7600.16385.1/lib/ATL/i386"
--with-mfc-include-dir="C:/WinDDK/7600.16385.1/inc/mfc42"
--with-mfc-lib-dir="C:/WinDDK/7600.16385.1/lib/Mfc/i386"


In compare to buildbots, last four lines are added to my options and
"disable-odk" and "with-package-format".
I am using Visual C++ 2008 compiler (it talks that it is compiler from
Visual Studio Standard) compiler bundled with Windows SDK 7.0, while
buildbots has Windows SDK 6.1. I have Java 7 budilbots has Java 6. It
looks like that on buildbot is payed version of Visual Studio
(Proffesional).

This is all I think.


I looked a little around version number. Somwhere in the future I can
try to change it. :)


Regards,
Michal Hriň


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



Re: Windows testing builds

2015-08-19 Thread Andrea Pescetti

Michal Hriň wrote:

new Windows builds for testing are available on
http://people.apache.org/~hrin/snapshots/


This is wonderful news, Michal! Can you share your configure options, so 
that we can compare to Juergen's and to the buildbot's and align all of 
them? We definitely need to consolidate this by 4.1.2.



Because builds has same version number as 4.1.1, please remove original
4.1.1 version before installing.


Indeed. I opened https://bz.apache.org/ooo/show_bug.cgi?id=126480 to 
track the necessary changes. Links in this issue point to the 
(relatively simple) tasks to do to update metadata properly.


Regards,
  Andrea.

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



Re: Windows testing builds

2015-08-19 Thread Kay Schenk

On 08/19/2015 05:09 AM, Michal Hriň wrote:
> Hi,
>
> new Windows builds for testing are available on
>
> http://people.apache.org/~hrin/snapshots/
>
>
> Because builds has same version number as 4.1.1, please remove original
> 4.1.1 version before installing.
>
> More languages will be available in the next build.
>
>
> Regards,
> Michal Hriň

Thank you, Michal!

-- 

MzK

“The journey of a thousand miles begins
 with a single step.”
  --Lao Tzu



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



Windows testing builds

2015-08-19 Thread Michal Hriň
Hi,

new Windows builds for testing are available on

http://people.apache.org/~hrin/snapshots/


Because builds has same version number as 4.1.1, please remove original
4.1.1 version before installing.

More languages will be available in the next build.


Regards,
Michal Hriň


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