You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openoffice.apache.org by Damjan Jovanovic <da...@apache.org> on 2018/04/08 12:59:30 UTC

Minimum Ant version is now 1.9.1

Hi

In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
up doing considerable development in Ant, adding the ability to call IDL
tools (idlc, regmerge, javamaker) from Ant, and with the features I've
used, the minimum Ant version is now 1.9.1.

Please let me know if you have any problems.

Regards
Damjan

Re: Minimum Ant version is now 1.9.1

Posted by Matthias Seidel <ma...@hamburg.de>.
Am 10.04.2018 um 13:26 schrieb Jim Jagielski:
> No prob... I've been using at least that version on the Linux and macOS
> builds for 4.1.x

The same for the Windows builds.

It seems that the minimum Ant version was indeed 1.6.0 and only 1.7.0 if
MedaiWiki was enabled.

---
ant_minver=1.6.0
# update for more extensions...
if test "$ENABLE_MEDIAWIKI" = "YES"; then
  ant_minver=1.7.0
fi
---

But MediaWiki is broken anyway [1] and hopefully we can get it working
with a newer Ant?
That said, should we set both to 1.9.1?

Regards,

  Matthias

[1] https://bz.apache.org/ooo/show_bug.cgi?id=92492


>> On Apr 8, 2018, at 8:59 AM, Damjan Jovanovic <da...@apache.org> wrote:
>>
>> Hi
>>
>> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
>> up doing considerable development in Ant, adding the ability to call IDL
>> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
>> used, the minimum Ant version is now 1.9.1.
>>
>> Please let me know if you have any problems.
>>
>> Regards
>> Damjan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@openoffice.apache.org
> For additional commands, e-mail: dev-help@openoffice.apache.org
>



Re: Minimum Ant version is now 1.9.1

Posted by Jim Jagielski <ji...@jaguNET.com>.
No prob... I've been using at least that version on the Linux and macOS
builds for 4.1.x

> On Apr 8, 2018, at 8:59 AM, Damjan Jovanovic <da...@apache.org> wrote:
> 
> Hi
> 
> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
> up doing considerable development in Ant, adding the ability to call IDL
> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
> used, the minimum Ant version is now 1.9.1.
> 
> Please let me know if you have any problems.
> 
> Regards
> Damjan


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


Re: Minimum Ant version is now 1.9.1

Posted by Andrea Pescetti <pe...@apache.org>.
Damjan Jovanovic wrote:
> the minimum Ant version is now 1.9.1.
> Please let me know if you have any problems.

We've used Ant 1.9.x for Linux builds as of (I believe) 4.1.3, so no 
problem at all for me.

Regards,
   Andrea.

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


Re: Minimum Ant version is now 1.9.1

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

Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
> Hi
>
> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
> up doing considerable development in Ant, adding the ability to call IDL
> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
> used, the minimum Ant version is now 1.9.1.
>
> Please let me know if you have any problems.

Hi Damjan,

Thank you for your work!

My Windows builds for trunk are done with Ant 1.10.3, so I don't expect
problems here.
However I will start a new build and will let you know... ;-)

(BTW: Windows BB is on 1.9.7 and both Linux BBs are on 1.9.3)

Regards,
   Matthias

>
> Regards
> Damjan
>



Re: Minimum Ant version is now 1.9.1

Posted by Matthias Seidel <ma...@hamburg.de>.
Am 15.04.2018 um 05:48 schrieb Damjan Jovanovic:
> Ant 1.9.x only needs Java 1.5, but the code I've written for the SDBC-JDBC
> bridge and PostgreSQL database driver needs Java 1.7.

Thanks for the clarification! ;-)

Matthias

>
> On Sat, Apr 14, 2018 at 1:13 PM, Matthias Seidel <matthias.seidel@hamburg.de
>> wrote:
>> Hi Damjan,
>>
>> Am 10.04.2018 um 13:46 schrieb Damjan Jovanovic:
>>> I've also updated our Java policy wiki page with the new requirements:
>>> https://wiki.openoffice.org/wiki/Policies/Java_Usage
>> Is Java 1.7. a requirement of Ant >=1.9.1?
>>
>> I thought you mentioned Java 1.6 at some point as minimum.
>> (Just asking and thinking of the OS/2 port)
>>
>> Regards,
>>    Matthias
>>
>>> On Tue, Apr 10, 2018 at 1:20 PM, Matthias Seidel <
>> matthias.seidel@hamburg.de
>>>> wrote:
>>>> Hi,
>>>>
>>>> Maybe we should set:
>>>>
>>>>   ant_minver=1.7.0
>>>>
>>>> in main/configure.ac to the new minimum version?
>>>>
>>>> Regards,
>>>>
>>>>    Matthias
>>>>
>>>>
>>>> Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
>>>>> Hi
>>>>>
>>>>> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've
>> ended
>>>>> up doing considerable development in Ant, adding the ability to call
>> IDL
>>>>> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
>>>>> used, the minimum Ant version is now 1.9.1.
>>>>>
>>>>> Please let me know if you have any problems.
>>>>>
>>>>> Regards
>>>>> Damjan
>>>>>
>>>>
>>
>>



Re: Minimum Ant version is now 1.9.1

Posted by Damjan Jovanovic <da...@apache.org>.
Ant 1.9.x only needs Java 1.5, but the code I've written for the SDBC-JDBC
bridge and PostgreSQL database driver needs Java 1.7.

On Sat, Apr 14, 2018 at 1:13 PM, Matthias Seidel <matthias.seidel@hamburg.de
> wrote:

> Hi Damjan,
>
> Am 10.04.2018 um 13:46 schrieb Damjan Jovanovic:
> > I've also updated our Java policy wiki page with the new requirements:
> > https://wiki.openoffice.org/wiki/Policies/Java_Usage
>
> Is Java 1.7. a requirement of Ant >=1.9.1?
>
> I thought you mentioned Java 1.6 at some point as minimum.
> (Just asking and thinking of the OS/2 port)
>
> Regards,
>    Matthias
>
> >
> > On Tue, Apr 10, 2018 at 1:20 PM, Matthias Seidel <
> matthias.seidel@hamburg.de
> >> wrote:
> >> Hi,
> >>
> >> Maybe we should set:
> >>
> >>   ant_minver=1.7.0
> >>
> >> in main/configure.ac to the new minimum version?
> >>
> >> Regards,
> >>
> >>    Matthias
> >>
> >>
> >> Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
> >>> Hi
> >>>
> >>> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've
> ended
> >>> up doing considerable development in Ant, adding the ability to call
> IDL
> >>> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
> >>> used, the minimum Ant version is now 1.9.1.
> >>>
> >>> Please let me know if you have any problems.
> >>>
> >>> Regards
> >>> Damjan
> >>>
> >>
> >>
>
>
>

Re: Minimum Ant version is now 1.9.1

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

Am 10.04.2018 um 13:46 schrieb Damjan Jovanovic:
> I've also updated our Java policy wiki page with the new requirements:
> https://wiki.openoffice.org/wiki/Policies/Java_Usage

Is Java 1.7. a requirement of Ant >=1.9.1?

I thought you mentioned Java 1.6 at some point as minimum.
(Just asking and thinking of the OS/2 port)

Regards,
   Matthias

>
> On Tue, Apr 10, 2018 at 1:20 PM, Matthias Seidel <matthias.seidel@hamburg.de
>> wrote:
>> Hi,
>>
>> Maybe we should set:
>>
>>   ant_minver=1.7.0
>>
>> in main/configure.ac to the new minimum version?
>>
>> Regards,
>>
>>    Matthias
>>
>>
>> Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
>>> Hi
>>>
>>> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
>>> up doing considerable development in Ant, adding the ability to call IDL
>>> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
>>> used, the minimum Ant version is now 1.9.1.
>>>
>>> Please let me know if you have any problems.
>>>
>>> Regards
>>> Damjan
>>>
>>
>>



Re: Minimum Ant version is now 1.9.1

Posted by Damjan Jovanovic <da...@apache.org>.
I've also updated our Java policy wiki page with the new requirements:
https://wiki.openoffice.org/wiki/Policies/Java_Usage

On Tue, Apr 10, 2018 at 1:20 PM, Matthias Seidel <matthias.seidel@hamburg.de
> wrote:

> Hi,
>
> Maybe we should set:
>
>   ant_minver=1.7.0
>
> in main/configure.ac to the new minimum version?
>
> Regards,
>
>    Matthias
>
>
> Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
> > Hi
> >
> > In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
> > up doing considerable development in Ant, adding the ability to call IDL
> > tools (idlc, regmerge, javamaker) from Ant, and with the features I've
> > used, the minimum Ant version is now 1.9.1.
> >
> > Please let me know if you have any problems.
> >
> > Regards
> > Damjan
> >
>
>
>

Re: Minimum Ant version is now 1.9.1

Posted by Jim Jagielski <ji...@jaguNET.com>.
+1

> On Apr 10, 2018, at 7:20 AM, Matthias Seidel <ma...@hamburg.de> wrote:
> 
> Hi,
> 
> Maybe we should set:
> 
>   ant_minver=1.7.0
> 
> in main/configure.ac to the new minimum version?
> 
> Regards,
> 
>    Matthias
> 
> 
> Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
>> Hi
>> 
>> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
>> up doing considerable development in Ant, adding the ability to call IDL
>> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
>> used, the minimum Ant version is now 1.9.1.
>> 
>> Please let me know if you have any problems.
>> 
>> Regards
>> Damjan
>> 
> 
> 


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


Re: Minimum Ant version is now 1.9.1

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

Maybe we should set:

  ant_minver=1.7.0

in main/configure.ac to the new minimum version?

Regards,

   Matthias


Am 08.04.2018 um 14:59 schrieb Damjan Jovanovic:
> Hi
>
> In porting main/jurt to gbuild in commits 1828636 and 1828638, I've ended
> up doing considerable development in Ant, adding the ability to call IDL
> tools (idlc, regmerge, javamaker) from Ant, and with the features I've
> used, the minimum Ant version is now 1.9.1.
>
> Please let me know if you have any problems.
>
> Regards
> Damjan
>