You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Jim Jagielski <ji...@jaguNET.com> on 2021/02/08 17:51:40 UTC

Java 8 and Ant 1.10

Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
Apache Ant 1.10?

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


Re: Java 8 and Ant 1.10

Posted by Arrigo Marchiori <ar...@yahoo.it.INVALID>.
Hello,

On Mon, Feb 08, 2021 at 06:57:39PM +0100, Matthias Seidel wrote:

> Hi Jim,
> 
> Am 08.02.21 um 18:51 schrieb Jim Jagielski:
> > Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
> > Apache Ant 1.10?
> 
> Yes, my Windows Test builds are done with AdoptOpenJDK 8 and Apache Ant
> 1.10.9:
> 
> https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/

On my openSUSE system it builds as well.

$ javac -version
javac 1.8.0_275

$ ant -version
Apache Ant(TM) version 1.10.7 compiled on May 15 2020

In order to build on openSUSE I also have to cherry-pick
793939861f23079a3e27ea2705d2143b56883731 (see PR #111)
but it's related to Python, not to Java.

Best regards,
-- 
Arrigo

http://rigo.altervista.org

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


Re: Java 8 and Ant 1.10

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Jim,

Am 08.02.21 um 18:51 schrieb Jim Jagielski:
> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
> Apache Ant 1.10?

Yes, my Windows Test builds are done with AdoptOpenJDK 8 and Apache Ant
1.10.9:

https://home.apache.org/~mseidel/AOO-builds/AOO-420-Test/

I have a build running at the moment...

Regards,

   Matthias

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


Re: Java 8 and Ant 1.10

Posted by Mechtilde <oo...@mechtilde.de>.
Hello Carl,
Hello all,

Am 10.02.21 um 08:23 schrieb Peter Kovacs:
> Java 11 and Later will create issues. 
> Since LTS version 8 has now 10 year support I would stick with Java 8 and not bother with oracles development at this point.
> 
> Am 10. Februar 2021 00:47:17 MEZ schrieb Matthias Seidel <ma...@hamburg.de>:
>> Hi Carl,
>>
>> Am 10.02.21 um 00:39 schrieb Carl Marcum:

>>>> 7 module(s):
>>>>     beanshell
>>>>     hsqldb
>>>>     apache-commons
>>>>     rhino
>>>>     saxon
>>>>     lucene
>>>>     javaunohelper
>>>> need(s) to be rebuilt
>>>>
>>>> I'll try with an updated 4.2 branch tomorrow.

I had the same problem building under Debian 10 with Java 11, Ant 10.5,
gcc 8.3.

I can also test it with ant 10.9.

I'm interested to build with Java 11 to be able to build at recent
supported Debian version.

There I need help.

kind regards


-- 
Mechtilde Stehmann
## Apache OpenOffice
## Freie Office Suite für Linux, MacOSX, Windows und OS/2
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F


Re: Java 8 and Ant 1.10

Posted by Peter Kovacs <pe...@apache.org>.
Java 11 and Later will create issues. 
Since LTS version 8 has now 10 year support I would stick with Java 8 and not bother with oracles development at this point.

Am 10. Februar 2021 00:47:17 MEZ schrieb Matthias Seidel <ma...@hamburg.de>:
>Hi Carl,
>
>Am 10.02.21 um 00:39 schrieb Carl Marcum:
>> On 2/8/21 8:54 PM, Carl Marcum wrote:
>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>>> Hi Jim,
>>>>
>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>>> Apache Ant 1.10?
>>>>>
>>>>>
>---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>>
>>>>
>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and
>>>> Ant 1.9.
>>>>
>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>>> My trunk is not completely up to date but it's withing a few weeks.
>>>> configure complained about JAVA_HOME even though I have it set so I
>>>> added the --with-jdk-home flag.
>>>>
>>>> I'll let you know how it goes.
>>>>
>>>> If trunk won't answer your question I can try and up to date 4.2
>>>> tomorrow.
>>>>
>>>> Best regards,
>>>> Carl
>>>
>>> No luck,
>>>
>>> 7 module(s):
>>>     beanshell
>>>     hsqldb
>>>     apache-commons
>>>     rhino
>>>     saxon
>>>     lucene
>>>     javaunohelper
>>> need(s) to be rebuilt
>>>
>>> I'll try with an updated 4.2 branch tomorrow.
>>>
>>> Best regards,
>>> Carl
>>>
>> Building with an up to date AOO42X branch and
>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
>Ant should be 1.10.9 (typo?). But Java 15 is out of luck, I think.
>>
>> 9 module(s):
>>     beanshell
>>     hsqldb
>>     apache-commons
>>     rhino
>>     saxon
>>     lucene
>>     qadevOOo
>>     bean
>>     odk
>> need(s) to be rebuilt
>>
>> I'll test backing down Ant next.
>
>Better try to build with Java 8 or 11 (LTS). But I don't think we had a
>successful build with Java 11 so far...
>
>Regards,
>
>   Matthias
>
>>
>> regards,
>> Carl
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>

Re: Java 8 and Ant 1.10

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Carl,

Am 10.02.21 um 12:08 schrieb Carl Marcum:
>
> BTW I use SDKMAN on Linux and it makes it very easy and fast to swap
> versions of things like Java and Ant.
> https://sdkman.io/

That looks interesting, thanks for the link!

Regards,

   Matthias

>
> Thanks,
> Carl
>


Re: Java 8 and Ant 1.10

Posted by Jim Jagielski <ji...@jaguNET.com>.
For me, the issue seemed to be this code chunk in scripting/java/build.xml

  <condition property="mac.java.path" value="mac.oracle.java.path" else ="mac.apple.java.path">
    <and>
      <os family="mac"/>
      <os family="unix"/>
      <contains string="${java.version}" substring="1.8" casesensitive="false" />
      <contains string="${java.vendor}" substring="Oracle" casesensitive="false" /> 
    </and>
  </condition>

  <path id="macPath" refID="${mac.java.path}"/>

Previously, the java.version was 1.7 which made trying to build break when using Java8 on the mac. Since the above edit, all proceeds fine. No doubt, there is a more elegant way of solving this against future breakage...
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
For additional commands, e-mail: dev-help@openoffice.apache.org


Re: Java 8 and Ant 1.10

Posted by Carl Marcum <cm...@apache.org>.
Hi Matthias,

On 2/9/21 6:47 PM, Matthias Seidel wrote:
> Hi Carl,
>
> Am 10.02.21 um 00:39 schrieb Carl Marcum:
>> On 2/8/21 8:54 PM, Carl Marcum wrote:
>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>>> Hi Jim,
>>>>
>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>>> Apache Ant 1.10?
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>>
>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and
>>>> Ant 1.9.
>>>>
>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>>> My trunk is not completely up to date but it's withing a few weeks.
>>>> configure complained about JAVA_HOME even though I have it set so I
>>>> added the --with-jdk-home flag.
>>>>
>>>> I'll let you know how it goes.
>>>>
>>>> If trunk won't answer your question I can try and up to date 4.2
>>>> tomorrow.
>>>>
>>>> Best regards,
>>>> Carl
>>> No luck,
>>>
>>> 7 module(s):
>>>      beanshell
>>>      hsqldb
>>>      apache-commons
>>>      rhino
>>>      saxon
>>>      lucene
>>>      javaunohelper
>>> need(s) to be rebuilt
>>>
>>> I'll try with an updated 4.2 branch tomorrow.
>>>
>>> Best regards,
>>> Carl
>>>
>> Building with an up to date AOO42X branch and
>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
> Ant should be 1.10.9 (typo?). But Java 15 is out of luck, I think.

Yes sorry, Ant 1.10.8. I also have 1.9.15.

BTW I use SDKMAN on Linux and it makes it very easy and fast to swap 
versions of things like Java and Ant.
https://sdkman.io/

Thanks,
Carl

>> 9 module(s):
>>      beanshell
>>      hsqldb
>>      apache-commons
>>      rhino
>>      saxon
>>      lucene
>>      qadevOOo
>>      bean
>>      odk
>> need(s) to be rebuilt
>>
>> I'll test backing down Ant next.
> Better try to build with Java 8 or 11 (LTS). But I don't think we had a
> successful build with Java 11 so far...
>
> Regards,
>
>     Matthias
>
>> regards,
>> Carl
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>


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


Re: Java 8 and Ant 1.10

Posted by Matthias Seidel <ma...@hamburg.de>.
Hi Carl,

Am 10.02.21 um 00:39 schrieb Carl Marcum:
> On 2/8/21 8:54 PM, Carl Marcum wrote:
>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>> Hi Jim,
>>>
>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>> Apache Ant 1.10?
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>
>>>
>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and
>>> Ant 1.9.
>>>
>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>> My trunk is not completely up to date but it's withing a few weeks.
>>> configure complained about JAVA_HOME even though I have it set so I
>>> added the --with-jdk-home flag.
>>>
>>> I'll let you know how it goes.
>>>
>>> If trunk won't answer your question I can try and up to date 4.2
>>> tomorrow.
>>>
>>> Best regards,
>>> Carl
>>
>> No luck,
>>
>> 7 module(s):
>>     beanshell
>>     hsqldb
>>     apache-commons
>>     rhino
>>     saxon
>>     lucene
>>     javaunohelper
>> need(s) to be rebuilt
>>
>> I'll try with an updated 4.2 branch tomorrow.
>>
>> Best regards,
>> Carl
>>
> Building with an up to date AOO42X branch and
> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
Ant should be 1.10.9 (typo?). But Java 15 is out of luck, I think.
>
> 9 module(s):
>     beanshell
>     hsqldb
>     apache-commons
>     rhino
>     saxon
>     lucene
>     qadevOOo
>     bean
>     odk
> need(s) to be rebuilt
>
> I'll test backing down Ant next.

Better try to build with Java 8 or 11 (LTS). But I don't think we had a
successful build with Java 11 so far...

Regards,

   Matthias

>
> regards,
> Carl
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>


Re: Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

Posted by Dylan Pham <ha...@gmail.com>.
Hi Rigo,
Thanks for sharing.  I looked at the downloading external dependencies perl
script and seems like it uses the LWP::UserAgent perl module and I think I
need to reinstall it. Also the Archive::Zip perl module is giving me grief
as well. I'm trying on different OS X platforms to see which will work. I
may end up trying the reference platform mentioned on the build page to see
if it can help in my case.

Dylan

On Thu, Feb 18, 2021 at 4:32 AM Arrigo Marchiori <ar...@yahoo.it.invalid>
wrote:

> Hello Dylan,
>
> On Tue, Feb 16, 2021 at 06:35:34PM -0800, Dylan Pham wrote:
>
> > Has anyone experienced issue with the build script downloading external
> > files to ext_sources with ./bootstrap? It's throwing me a 500 Can't
> > connect...error but I can manually download the file just fine. This
> didn't
> > happen before...
>
> I think I saw it happening once or twice, and another person reported
> a similar problem some weeks ago.
>
> But for me it was non-reproducible, so... very very hard to
> troubleshoot.
>
> If you have problems with a certain download, please share its link
> here so we can check it from different parts of the world: it may be a
> problem related to local mirrors.
>
> I hope this helps.
>
> Best regards,
> --
> Arrigo
>
> http://rigo.altervista.org
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>

Failing downloads during bootstrap [Was Re: Java 8 and Ant 1.10]

Posted by Arrigo Marchiori <ar...@yahoo.it.INVALID>.
Hello Dylan,

On Tue, Feb 16, 2021 at 06:35:34PM -0800, Dylan Pham wrote:

> Has anyone experienced issue with the build script downloading external
> files to ext_sources with ./bootstrap? It's throwing me a 500 Can't
> connect...error but I can manually download the file just fine. This didn't
> happen before...

I think I saw it happening once or twice, and another person reported
a similar problem some weeks ago.

But for me it was non-reproducible, so... very very hard to
troubleshoot.

If you have problems with a certain download, please share its link
here so we can check it from different parts of the world: it may be a
problem related to local mirrors.

I hope this helps.

Best regards,
-- 
Arrigo

http://rigo.altervista.org

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


Re: Java 8 and Ant 1.10

Posted by Dylan Pham <ha...@gmail.com>.
Has anyone experienced issue with the build script downloading external
files to ext_sources with ./bootstrap? It's throwing me a 500 Can't
connect...error but I can manually download the file just fine. This didn't
happen before...

On Thu, Feb 11, 2021 at 10:28 PM Mechtilde <oo...@mechtilde.de> wrote:

> Hello,
>
>
> Am 12.02.21 um 01:08 schrieb Carl Marcum:
> > Hi Jim,
> >
> > On 2/11/21 7:30 AM, Jim Jagielski wrote:
> >> Carl, on what platform? TIA.
> >
> > CentOS 7.
>
> and I tested Debian 10
> >
> >>
> >>> On Feb 11, 2021, at 6:26 AM, Carl Marcum <cm...@apache.org> wrote:
> >>>
> >>> On 2/9/21 6:39 PM, Carl Marcum wrote:
> >>>> On 2/8/21 8:54 PM, Carl Marcum wrote:
> >>>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
> >>>>>> Hi Jim,
> >>>>>>
> >>>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
> >>>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
> >>>>>>> Apache Ant 1.10?
> >>>>>>>
> >>>>>>>
> ---------------------------------------------------------------------
> >>>>>>>
> >>>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> >>>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
> >>>>>>>
> >>>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and
> >>>>>> Ant 1.9.
> >>>>>>
> >>>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
> >>>>>> My trunk is not completely up to date but it's withing a few weeks.
> >>>>>> configure complained about JAVA_HOME even though I have it set so
> >>>>>> I added the --with-jdk-home flag.
> >>>>>>
> >>>>>> I'll let you know how it goes.
> >>>>>>
> >>>>>> If trunk won't answer your question I can try and up to date 4.2
> >>>>>> tomorrow.
> >>>>>>
> >>>>>> Best regards,
> >>>>>> Carl
> >>>>> No luck,
> >>>>>
> >>>>> 7 module(s):
> >>>>>      beanshell
> >>>>>      hsqldb
> >>>>>      apache-commons
> >>>>>      rhino
> >>>>>      saxon
> >>>>>      lucene
> >>>>>      javaunohelper
> >>>>> need(s) to be rebuilt
> >>>>>
> >>>>> I'll try with an updated 4.2 branch tomorrow.
> >>>>>
> >>>>> Best regards,
> >>>>> Carl
> >>>>>
> >>>> Building with an up to date AOO42X branch and
> >>>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
> >>>>
> >>>> 9 module(s):
> >>>>      beanshell
> >>>>      hsqldb
> >>>>      apache-commons
> >>>>      rhino
> >>>>      saxon
> >>>>      lucene
> >>>>      qadevOOo
> >>>>      bean
> >>>>      odk
> >>>> need(s) to be rebuilt
> >>>>
> >>>> I'll test backing down Ant next.
> >>>>
> >>>> regards,
> >>>> Carl
> >>>>
> >>> So far I've been able to build 4.2 with Ant 1.10.8 and JDK 8 but not
> >>> 11 or 15.
> >>>
> >>> Best regards,
> >>> Carl
>
> --
> Mechtilde Stehmann
> ## Apache OpenOffice
> ## Freie Office Suite für Linux, MacOSX, Windows und OS/2
> ## Debian Developer
> ## PGP encryption welcome
> ## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F
>
>

Re: Java 8 and Ant 1.10

Posted by Mechtilde <oo...@mechtilde.de>.
Hello,


Am 12.02.21 um 01:08 schrieb Carl Marcum:
> Hi Jim,
> 
> On 2/11/21 7:30 AM, Jim Jagielski wrote:
>> Carl, on what platform? TIA.
> 
> CentOS 7.

and I tested Debian 10
> 
>>
>>> On Feb 11, 2021, at 6:26 AM, Carl Marcum <cm...@apache.org> wrote:
>>>
>>> On 2/9/21 6:39 PM, Carl Marcum wrote:
>>>> On 2/8/21 8:54 PM, Carl Marcum wrote:
>>>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>>>>> Hi Jim,
>>>>>>
>>>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>>>>> Apache Ant 1.10?
>>>>>>>
>>>>>>> ---------------------------------------------------------------------
>>>>>>>
>>>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>>>>
>>>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and
>>>>>> Ant 1.9.
>>>>>>
>>>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>>>>> My trunk is not completely up to date but it's withing a few weeks.
>>>>>> configure complained about JAVA_HOME even though I have it set so
>>>>>> I added the --with-jdk-home flag.
>>>>>>
>>>>>> I'll let you know how it goes.
>>>>>>
>>>>>> If trunk won't answer your question I can try and up to date 4.2
>>>>>> tomorrow.
>>>>>>
>>>>>> Best regards,
>>>>>> Carl
>>>>> No luck,
>>>>>
>>>>> 7 module(s):
>>>>>      beanshell
>>>>>      hsqldb
>>>>>      apache-commons
>>>>>      rhino
>>>>>      saxon
>>>>>      lucene
>>>>>      javaunohelper
>>>>> need(s) to be rebuilt
>>>>>
>>>>> I'll try with an updated 4.2 branch tomorrow.
>>>>>
>>>>> Best regards,
>>>>> Carl
>>>>>
>>>> Building with an up to date AOO42X branch and
>>>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
>>>>
>>>> 9 module(s):
>>>>      beanshell
>>>>      hsqldb
>>>>      apache-commons
>>>>      rhino
>>>>      saxon
>>>>      lucene
>>>>      qadevOOo
>>>>      bean
>>>>      odk
>>>> need(s) to be rebuilt
>>>>
>>>> I'll test backing down Ant next.
>>>>
>>>> regards,
>>>> Carl
>>>>
>>> So far I've been able to build 4.2 with Ant 1.10.8 and JDK 8 but not
>>> 11 or 15.
>>>
>>> Best regards,
>>> Carl

-- 
Mechtilde Stehmann
## Apache OpenOffice
## Freie Office Suite für Linux, MacOSX, Windows und OS/2
## Debian Developer
## PGP encryption welcome
## F0E3 7F3D C87A 4998 2899  39E7 F287 7BBA 141A AD7F


Re: Java 8 and Ant 1.10

Posted by Carl Marcum <ca...@gmail.com>.
Hi Jim,

On 2/11/21 7:30 AM, Jim Jagielski wrote:
> Carl, on what platform? TIA.

CentOS 7.

>
>> On Feb 11, 2021, at 6:26 AM, Carl Marcum <cm...@apache.org> wrote:
>>
>> On 2/9/21 6:39 PM, Carl Marcum wrote:
>>> On 2/8/21 8:54 PM, Carl Marcum wrote:
>>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>>>> Hi Jim,
>>>>>
>>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>>>> Apache Ant 1.10?
>>>>>>
>>>>>> ---------------------------------------------------------------------
>>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>>>
>>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and Ant 1.9.
>>>>>
>>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>>>> My trunk is not completely up to date but it's withing a few weeks.
>>>>> configure complained about JAVA_HOME even though I have it set so I added the --with-jdk-home flag.
>>>>>
>>>>> I'll let you know how it goes.
>>>>>
>>>>> If trunk won't answer your question I can try and up to date 4.2 tomorrow.
>>>>>
>>>>> Best regards,
>>>>> Carl
>>>> No luck,
>>>>
>>>> 7 module(s):
>>>>      beanshell
>>>>      hsqldb
>>>>      apache-commons
>>>>      rhino
>>>>      saxon
>>>>      lucene
>>>>      javaunohelper
>>>> need(s) to be rebuilt
>>>>
>>>> I'll try with an updated 4.2 branch tomorrow.
>>>>
>>>> Best regards,
>>>> Carl
>>>>
>>> Building with an up to date AOO42X branch and
>>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
>>>
>>> 9 module(s):
>>>      beanshell
>>>      hsqldb
>>>      apache-commons
>>>      rhino
>>>      saxon
>>>      lucene
>>>      qadevOOo
>>>      bean
>>>      odk
>>> need(s) to be rebuilt
>>>
>>> I'll test backing down Ant next.
>>>
>>> regards,
>>> Carl
>>>
>> So far I've been able to build 4.2 with Ant 1.10.8 and JDK 8 but not 11 or 15.
>>
>> Best regards,
>> Carl
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org <ma...@openoffice.apache.org>
>> For additional commands, e-mail: dev-help@openoffice.apache.org <ma...@openoffice.apache.org>


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


Re: Java 8 and Ant 1.10

Posted by Jim Jagielski <ji...@jaguNET.com>.
Carl, on what platform? TIA.

> On Feb 11, 2021, at 6:26 AM, Carl Marcum <cm...@apache.org> wrote:
> 
> On 2/9/21 6:39 PM, Carl Marcum wrote:
>> On 2/8/21 8:54 PM, Carl Marcum wrote:
>>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>>> Hi Jim,
>>>> 
>>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>>> Apache Ant 1.10?
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>> 
>>>> 
>>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and Ant 1.9.
>>>> 
>>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>>> My trunk is not completely up to date but it's withing a few weeks.
>>>> configure complained about JAVA_HOME even though I have it set so I added the --with-jdk-home flag.
>>>> 
>>>> I'll let you know how it goes.
>>>> 
>>>> If trunk won't answer your question I can try and up to date 4.2 tomorrow.
>>>> 
>>>> Best regards,
>>>> Carl
>>> 
>>> No luck,
>>> 
>>> 7 module(s):
>>>     beanshell
>>>     hsqldb
>>>     apache-commons
>>>     rhino
>>>     saxon
>>>     lucene
>>>     javaunohelper
>>> need(s) to be rebuilt
>>> 
>>> I'll try with an updated 4.2 branch tomorrow.
>>> 
>>> Best regards,
>>> Carl
>>> 
>> Building with an up to date AOO42X branch and
>> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
>> 
>> 9 module(s):
>>     beanshell
>>     hsqldb
>>     apache-commons
>>     rhino
>>     saxon
>>     lucene
>>     qadevOOo
>>     bean
>>     odk
>> need(s) to be rebuilt
>> 
>> I'll test backing down Ant next.
>> 
>> regards,
>> Carl
>> 
> So far I've been able to build 4.2 with Ant 1.10.8 and JDK 8 but not 11 or 15.
> 
> Best regards,
> Carl
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org <ma...@openoffice.apache.org>
> For additional commands, e-mail: dev-help@openoffice.apache.org <ma...@openoffice.apache.org>

Re: Java 8 and Ant 1.10

Posted by Carl Marcum <cm...@apache.org>.
On 2/9/21 6:39 PM, Carl Marcum wrote:
> On 2/8/21 8:54 PM, Carl Marcum wrote:
>> On 2/8/21 7:15 PM, Carl Marcum wrote:
>>> Hi Jim,
>>>
>>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>> Apache Ant 1.10?
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>
>>>
>>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and 
>>> Ant 1.9.
>>>
>>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>>> My trunk is not completely up to date but it's withing a few weeks.
>>> configure complained about JAVA_HOME even though I have it set so I 
>>> added the --with-jdk-home flag.
>>>
>>> I'll let you know how it goes.
>>>
>>> If trunk won't answer your question I can try and up to date 4.2 
>>> tomorrow.
>>>
>>> Best regards,
>>> Carl
>>
>> No luck,
>>
>> 7 module(s):
>>     beanshell
>>     hsqldb
>>     apache-commons
>>     rhino
>>     saxon
>>     lucene
>>     javaunohelper
>> need(s) to be rebuilt
>>
>> I'll try with an updated 4.2 branch tomorrow.
>>
>> Best regards,
>> Carl
>>
> Building with an up to date AOO42X branch and
> Ant 1.10.15 and JDK 15.0.2. turned out with similar results.
>
> 9 module(s):
>     beanshell
>     hsqldb
>     apache-commons
>     rhino
>     saxon
>     lucene
>     qadevOOo
>     bean
>     odk
> need(s) to be rebuilt
>
> I'll test backing down Ant next.
>
> regards,
> Carl
>
So far I've been able to build 4.2 with Ant 1.10.8 and JDK 8 but not 11 
or 15.

Best regards,
Carl


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


Re: Java 8 and Ant 1.10

Posted by Carl Marcum <cm...@apache.org>.
On 2/8/21 8:54 PM, Carl Marcum wrote:
> On 2/8/21 7:15 PM, Carl Marcum wrote:
>> Hi Jim,
>>
>> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>> Apache Ant 1.10?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>
>> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and Ant 
>> 1.9.
>>
>> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
>> My trunk is not completely up to date but it's withing a few weeks.
>> configure complained about JAVA_HOME even though I have it set so I 
>> added the --with-jdk-home flag.
>>
>> I'll let you know how it goes.
>>
>> If trunk won't answer your question I can try and up to date 4.2 
>> tomorrow.
>>
>> Best regards,
>> Carl
>
> No luck,
>
> 7 module(s):
>     beanshell
>     hsqldb
>     apache-commons
>     rhino
>     saxon
>     lucene
>     javaunohelper
> need(s) to be rebuilt
>
> I'll try with an updated 4.2 branch tomorrow.
>
> Best regards,
> Carl
>
Building with an up to date AOO42X branch and
Ant 1.10.15 and JDK 15.0.2. turned out with similar results.

9 module(s):
     beanshell
     hsqldb
     apache-commons
     rhino
     saxon
     lucene
     qadevOOo
     bean
     odk
need(s) to be rebuilt

I'll test backing down Ant next.

regards,
Carl


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


Re: Java 8 and Ant 1.10

Posted by Carl Marcum <cm...@apache.org>.
On 2/8/21 7:15 PM, Carl Marcum wrote:
> Hi Jim,
>
> On 2/8/21 12:51 PM, Jim Jagielski wrote:
>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>> Apache Ant 1.10?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>
> Normally I build 4.1 and trunk on the same VM's and use JDK 8 and Ant 
> 1.9.
>
> I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
> My trunk is not completely up to date but it's withing a few weeks.
> configure complained about JAVA_HOME even though I have it set so I 
> added the --with-jdk-home flag.
>
> I'll let you know how it goes.
>
> If trunk won't answer your question I can try and up to date 4.2 
> tomorrow.
>
> Best regards,
> Carl

No luck,

7 module(s):
     beanshell
     hsqldb
     apache-commons
     rhino
     saxon
     lucene
     javaunohelper
need(s) to be rebuilt

I'll try with an updated 4.2 branch tomorrow.

Best regards,
Carl


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


Re: Java 8 and Ant 1.10

Posted by Carl Marcum <cm...@apache.org>.
Hi Jim,

On 2/8/21 12:51 PM, Jim Jagielski wrote:
> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
> Apache Ant 1.10?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>

Normally I build 4.1 and trunk on the same VM's and use JDK 8 and Ant 1.9.

I've kicked off a build of trunk with Ant 1.10.15 and JDK 15.0.2.
My trunk is not completely up to date but it's withing a few weeks.
configure complained about JAVA_HOME even though I have it set so I 
added the --with-jdk-home flag.

I'll let you know how it goes.

If trunk won't answer your question I can try and up to date 4.2 tomorrow.

Best regards,
Carl

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


Re: Java 8 and Ant 1.10

Posted by Dylan Pham <ha...@gmail.com>.
My mistake, I was building trunk instead of AOO42X...

On Tue, Feb 9, 2021 at 11:44 PM Dylan Pham <ha...@gmail.com> wrote:

> this is encouraging. the end of the tunnel is sorta in sight. attempting
> to figure out what ails these modules.
>
> **************************************************
> ERROR: ERROR: Missing files
> in function: remove_Files_Without_Sourcedirectory
> **************************************************
> in function: remove_Files_Without_Sourcedirectorystopping log at Tue Feb
>  9 22:56:51 2021
> dmake:  Error code 255, while making 'openoffice_en-US.dmg'
>
> ERROR: next directories could not be built:
> /Users/aoobuild/Documents/openoffice/main/openssl
> /Users/aoobuild/Documents/openoffice/main/oox/prj
> /Users/aoobuild/Documents/openoffice/ext_libraries/serf
> /Users/aoobuild/Documents/openoffice/main/ucb/prj
> /Users/aoobuild/Documents/openoffice/main/writerfilter/prj
> /Users/aoobuild/Documents/openoffice/main/sc/prj
> /Users/aoobuild/Documents/openoffice/main/scripting/java
> /Users/aoobuild/Documents/openoffice/main/postprocess/packcomponents
> /Users/aoobuild/Documents/openoffice/main/instsetoo_native/util
>
> ERROR: please check these directories and build the corresponding
> module(s) anew!!
>
>
> On Tue, Feb 9, 2021 at 11:39 AM Dylan Pham <ha...@gmail.com> wrote:
>
>> Building on OS X 10.10.5 with configurations below:
>> $ ant
>> Buildfile: build.xml does not exist!
>> Build failed
>>  $ ant -version
>>  Apache Ant(TM) version 1.10.9 compiled on September 27 2020
>>  $ javac -version
>>  javac 1.8.0_282
>>  $ git branch
>> * AOO42X
>>   trunk
>>
>> Got build error as below regarding autodoc (Ghostscript related?) Full
>> config.log file attached. Anyone else ran into this issue? Maybe a
>> gbuild issue?
>> /Users/aoobuild/Documents/openoffice/main/autodoc/source/inc/estack.hxx:31:10:
>> fatal error: 'slist' file not found
>> #include <slist>
>>          ^
>> 1 warning and 1 error generated.
>> dmake:  Error code 2, while making 'all'
>>
>> 1 module(s):
>> autodoc
>> need(s) to be rebuilt
>>
>> On Mon, Feb 8, 2021 at 1:23 PM Dylan Pham <ha...@gmail.com> wrote:
>>
>>> Hi Jim,
>>> Should we try building this for 32-bit or 64-bit?
>>>
>>> On Mon, Feb 8, 2021 at 9:52 AM Jim Jagielski <ji...@jagunet.com> wrote:
>>>
>>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>>> Apache Ant 1.10?
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>>
>>>>

Re: Java 8 and Ant 1.10

Posted by Dylan Pham <ha...@gmail.com>.
this is encouraging. the end of the tunnel is sorta in sight. attempting to
figure out what ails these modules.

**************************************************
ERROR: ERROR: Missing files
in function: remove_Files_Without_Sourcedirectory
**************************************************
in function: remove_Files_Without_Sourcedirectorystopping log at Tue Feb  9
22:56:51 2021
dmake:  Error code 255, while making 'openoffice_en-US.dmg'

ERROR: next directories could not be built:
/Users/aoobuild/Documents/openoffice/main/openssl
/Users/aoobuild/Documents/openoffice/main/oox/prj
/Users/aoobuild/Documents/openoffice/ext_libraries/serf
/Users/aoobuild/Documents/openoffice/main/ucb/prj
/Users/aoobuild/Documents/openoffice/main/writerfilter/prj
/Users/aoobuild/Documents/openoffice/main/sc/prj
/Users/aoobuild/Documents/openoffice/main/scripting/java
/Users/aoobuild/Documents/openoffice/main/postprocess/packcomponents
/Users/aoobuild/Documents/openoffice/main/instsetoo_native/util

ERROR: please check these directories and build the corresponding module(s)
anew!!


On Tue, Feb 9, 2021 at 11:39 AM Dylan Pham <ha...@gmail.com> wrote:

> Building on OS X 10.10.5 with configurations below:
> $ ant
> Buildfile: build.xml does not exist!
> Build failed
>  $ ant -version
>  Apache Ant(TM) version 1.10.9 compiled on September 27 2020
>  $ javac -version
>  javac 1.8.0_282
>  $ git branch
> * AOO42X
>   trunk
>
> Got build error as below regarding autodoc (Ghostscript related?) Full
> config.log file attached. Anyone else ran into this issue? Maybe a
> gbuild issue?
> /Users/aoobuild/Documents/openoffice/main/autodoc/source/inc/estack.hxx:31:10:
> fatal error: 'slist' file not found
> #include <slist>
>          ^
> 1 warning and 1 error generated.
> dmake:  Error code 2, while making 'all'
>
> 1 module(s):
> autodoc
> need(s) to be rebuilt
>
> On Mon, Feb 8, 2021 at 1:23 PM Dylan Pham <ha...@gmail.com> wrote:
>
>> Hi Jim,
>> Should we try building this for 32-bit or 64-bit?
>>
>> On Mon, Feb 8, 2021 at 9:52 AM Jim Jagielski <ji...@jagunet.com> wrote:
>>
>>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>>> Apache Ant 1.10?
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>>
>>>

Re: Java 8 and Ant 1.10

Posted by Dylan Pham <ha...@gmail.com>.
 Building on OS X 10.10.5 with configurations below:
$ ant
Buildfile: build.xml does not exist!
Build failed
 $ ant -version
 Apache Ant(TM) version 1.10.9 compiled on September 27 2020
 $ javac -version
 javac 1.8.0_282
 $ git branch
* AOO42X
  trunk

Got build error as below regarding autodoc (Ghostscript related?) Full
config.log file attached. Anyone else ran into this issue? Maybe a
gbuild issue?
/Users/aoobuild/Documents/openoffice/main/autodoc/source/inc/estack.hxx:31:10:
fatal error: 'slist' file not found
#include <slist>
         ^
1 warning and 1 error generated.
dmake:  Error code 2, while making 'all'

1 module(s):
autodoc
need(s) to be rebuilt

On Mon, Feb 8, 2021 at 1:23 PM Dylan Pham <ha...@gmail.com> wrote:

> Hi Jim,
> Should we try building this for 32-bit or 64-bit?
>
> On Mon, Feb 8, 2021 at 9:52 AM Jim Jagielski <ji...@jagunet.com> wrote:
>
>> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
>> Apache Ant 1.10?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
>> For additional commands, e-mail: dev-help@openoffice.apache.org
>>
>>

Re: Java 8 and Ant 1.10

Posted by Dylan Pham <ha...@gmail.com>.
Hi Jim,
Should we try building this for 32-bit or 64-bit?

On Mon, Feb 8, 2021 at 9:52 AM Jim Jagielski <ji...@jagunet.com> wrote:

> Anyone tried building HEAD of AOO42X w/ Java8 (or later) and
> Apache Ant 1.10?
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>
>