Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread Samuel Pelletier
You can try the latest JDK with the latest DCEVM, it usually works even if 
version does not matches.

As anyone tried OpenJDK on Mac with Eclipse ?

There are now Mac binaries version of adopt OpenJDK end even a version with 
Hotswap included https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases 
but I did not took the time to try yet.

Regards,

Samuel


> Le 11 févr. 2019 à 09:20, Theodore Petrosky  a écrit :
> 
> I really recommend DCEVM! It is so nice when I am first creating my model. I 
> can add attributes, edit methods in the attributes and I don’t have to 
> recompile my app!l
> 
> It lags behind the ‘current’ java at time (Only 181 not 201), but I highly 
> recommend it.
> 
>> On Feb 11, 2019, at 9:09 AM, John Pollard > > wrote:
>> 
>> Thanks for the warning, no not using that.
>> My JDK is now 1.8.0.201 and wolips47 installed ok.
>> 
>>> On 11 Feb 2019, at 13:15, Theodore Petrosky >> > wrote:
>>> 
>>> BTW, are you using  DCEVM ?
>>> 
>>> it is only available to java .181 though
>>> 
>>>  
 On Feb 11, 2019, at 8:10 AM, John Pollard >>> > wrote:
 
 I have now realised the command line is the JDK and the plugin the JRE, 
 have now installed the JRE to the latest, sorry for the noise on the list.
 John
 
> On 11 Feb 2019, at 12:59, John Pollard  > wrote:
> 
> When I download Java from Oracle and install it, the one at the plugin 
> path below is the one that is updated, not the version I pick up from the 
> command line.
> 
>> On 11 Feb 2019, at 12:51, Jesse Tayler > > wrote:
>> 
>> One of those is for Safari?
>> 
>> Odd there are two incompatible so I guess you should iron that out, just 
>> seems an odd configuration trouble…hmm…
>> 
>> 
>> 
>>> On Feb 11, 2019, at 7:46 AM, John Pollard >> > wrote:
>>> 
>>> Aha, it seems I have some Java version issues.
>>> Sys Prefs, Java says I have v201 located at /Library/Internet 
>>> Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
>>> 
>>> In the shell
>>> which java
>>> /usr/bin/java
>>> is a link to 
>>> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
>>> which is the older version and also the one Eclipse is picking up
>>> 
>>> I will look at resolving the two versions.
>>> 
>>> Thanks
>>> John
>>> 
 On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
 >>> > wrote:
 
 Heya,
 
> On 11. Feb 2019, at 12:34, John Pollard  > wrote:
> 
> I installed 2018-12 but on attempting to add WOLips47 I received the 
> following error:
> 
> Unable to read repository at 
> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>  
> .
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to 
> find valid certification path to requested target
> 
> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
> java.runtime.version=1.8.0_60-b27
> which I believe is up to date on my Mac
> 
> Any pointers to working round this?
 
 Probably this is the Java version (1.8.0_60 seems to be from autumn 
 2015); The JDK only included the required root certificates to accept 
 Let's Encrypt certificates (which jenkins.wocommunity.org 
  uses) in 1.8.0_101 (mid 2016) so you 
 either need to update the JDK/JRE (probably just the latest Java 8 
 version) you use for running eclipse or you need to add the required 
 root certificates manually to the trust store of the installed JRE.
 
 Greetings
 Dennis
 
 --
 
 
 
 
 
 
 -
 Dennis Bliefernicht • Head of Backend Development
 T +49 40 357 3001 62
 dennis.blieferni...@xyrality.com 
 
 
 XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
 www.xyrality.com 
 Registergericht: Hamburg HRB 115332
 Geschäftsführer: Sven Ossenbrüggen
 -
 
>>> 
>>> ___
>>> Do not post admin requests to the list. 

Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread John Pollard
Thanks for the warning, no not using that.
My JDK is now 1.8.0.201 and wolips47 installed ok.

> On 11 Feb 2019, at 13:15, Theodore Petrosky  wrote:
> 
> BTW, are you using  DCEVM ?
> 
> it is only available to java .181 though
> 
>  
>> On Feb 11, 2019, at 8:10 AM, John Pollard > > wrote:
>> 
>> I have now realised the command line is the JDK and the plugin the JRE, have 
>> now installed the JRE to the latest, sorry for the noise on the list.
>> John
>> 
>>> On 11 Feb 2019, at 12:59, John Pollard >> > wrote:
>>> 
>>> When I download Java from Oracle and install it, the one at the plugin path 
>>> below is the one that is updated, not the version I pick up from the 
>>> command line.
>>> 
 On 11 Feb 2019, at 12:51, Jesse Tayler >>> > wrote:
 
 One of those is for Safari?
 
 Odd there are two incompatible so I guess you should iron that out, just 
 seems an odd configuration trouble…hmm…
 
 
 
> On Feb 11, 2019, at 7:46 AM, John Pollard  > wrote:
> 
> Aha, it seems I have some Java version issues.
> Sys Prefs, Java says I have v201 located at /Library/Internet 
> Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
> 
> In the shell
> which java
> /usr/bin/java
> is a link to 
> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
> which is the older version and also the one Eclipse is picking up
> 
> I will look at resolving the two versions.
> 
> Thanks
> John
> 
>> On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
>> > > wrote:
>> 
>> Heya,
>> 
>>> On 11. Feb 2019, at 12:34, John Pollard >> > wrote:
>>> 
>>> I installed 2018-12 but on attempting to add WOLips47 I received the 
>>> following error:
>>> 
>>> Unable to read repository at 
>>> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>>>  
>>> .
>>> sun.security.validator.ValidatorException: PKIX path building failed: 
>>> sun.security.provider.certpath.SunCertPathBuilderException: unable to 
>>> find valid certification path to requested target
>>> 
>>> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
>>> java.runtime.version=1.8.0_60-b27
>>> which I believe is up to date on my Mac
>>> 
>>> Any pointers to working round this?
>> 
>> Probably this is the Java version (1.8.0_60 seems to be from autumn 
>> 2015); The JDK only included the required root certificates to accept 
>> Let's Encrypt certificates (which jenkins.wocommunity.org 
>>  uses) in 1.8.0_101 (mid 2016) so you 
>> either need to update the JDK/JRE (probably just the latest Java 8 
>> version) you use for running eclipse or you need to add the required 
>> root certificates manually to the trust store of the installed JRE.
>> 
>> Greetings
>> Dennis
>> 
>> --
>> 
>> 
>> 
>> 
>> 
>> 
>> -
>> Dennis Bliefernicht • Head of Backend Development
>> T +49 40 357 3001 62
>> dennis.blieferni...@xyrality.com 
>> 
>> 
>> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
>> www.xyrality.com 
>> Registergericht: Hamburg HRB 115332
>> Geschäftsführer: Sven Ossenbrüggen
>> -
>> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
>  
> 
> 
> This email sent to jtay...@oeinc.com 
 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>> )
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com
>>>  
>>> 
>>> 
>>> This email sent to j...@pollardweb.com 
>> 
>> ___
>> Do not 

Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread Theodore Petrosky
BTW, are you using  DCEVM ?

it is only available to java .181 though

 
> On Feb 11, 2019, at 8:10 AM, John Pollard  wrote:
> 
> I have now realised the command line is the JDK and the plugin the JRE, have 
> now installed the JRE to the latest, sorry for the noise on the list.
> John
> 
>> On 11 Feb 2019, at 12:59, John Pollard > > wrote:
>> 
>> When I download Java from Oracle and install it, the one at the plugin path 
>> below is the one that is updated, not the version I pick up from the command 
>> line.
>> 
>>> On 11 Feb 2019, at 12:51, Jesse Tayler >> > wrote:
>>> 
>>> One of those is for Safari?
>>> 
>>> Odd there are two incompatible so I guess you should iron that out, just 
>>> seems an odd configuration trouble…hmm…
>>> 
>>> 
>>> 
 On Feb 11, 2019, at 7:46 AM, John Pollard >>> > wrote:
 
 Aha, it seems I have some Java version issues.
 Sys Prefs, Java says I have v201 located at /Library/Internet 
 Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
 
 In the shell
 which java
 /usr/bin/java
 is a link to 
 /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
 which is the older version and also the one Eclipse is picking up
 
 I will look at resolving the two versions.
 
 Thanks
 John
 
> On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
>  > wrote:
> 
> Heya,
> 
>> On 11. Feb 2019, at 12:34, John Pollard > > wrote:
>> 
>> I installed 2018-12 but on attempting to add WOLips47 I received the 
>> following error:
>> 
>> Unable to read repository at 
>> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>>  
>> .
>> sun.security.validator.ValidatorException: PKIX path building failed: 
>> sun.security.provider.certpath.SunCertPathBuilderException: unable to 
>> find valid certification path to requested target
>> 
>> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
>> java.runtime.version=1.8.0_60-b27
>> which I believe is up to date on my Mac
>> 
>> Any pointers to working round this?
> 
> Probably this is the Java version (1.8.0_60 seems to be from autumn 
> 2015); The JDK only included the required root certificates to accept 
> Let's Encrypt certificates (which jenkins.wocommunity.org 
>  uses) in 1.8.0_101 (mid 2016) so you 
> either need to update the JDK/JRE (probably just the latest Java 8 
> version) you use for running eclipse or you need to add the required root 
> certificates manually to the trust store of the installed JRE.
> 
> Greetings
> Dennis
> 
> --
> 
> 
> 
> 
> 
> 
> -
> Dennis Bliefernicht • Head of Backend Development
> T +49 40 357 3001 62
> dennis.blieferni...@xyrality.com 
> 
> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
> www.xyrality.com 
> Registergericht: Hamburg HRB 115332
> Geschäftsführer: Sven Ossenbrüggen
> -
> 
 
 ___
 Do not post admin requests to the list. They will be ignored.
 Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
 )
 Help/Unsubscribe/Update your Subscription:
 https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com 
 
 
 This email sent to jtay...@oeinc.com 
>>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com 
>> 
>> 
>> This email sent to j...@pollardweb.com 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
> 

Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread John Pollard
I have now realised the command line is the JDK and the plugin the JRE, have 
now installed the JRE to the latest, sorry for the noise on the list.
John

> On 11 Feb 2019, at 12:59, John Pollard  wrote:
> 
> When I download Java from Oracle and install it, the one at the plugin path 
> below is the one that is updated, not the version I pick up from the command 
> line.
> 
>> On 11 Feb 2019, at 12:51, Jesse Tayler > > wrote:
>> 
>> One of those is for Safari?
>> 
>> Odd there are two incompatible so I guess you should iron that out, just 
>> seems an odd configuration trouble…hmm…
>> 
>> 
>> 
>>> On Feb 11, 2019, at 7:46 AM, John Pollard >> > wrote:
>>> 
>>> Aha, it seems I have some Java version issues.
>>> Sys Prefs, Java says I have v201 located at /Library/Internet 
>>> Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
>>> 
>>> In the shell
>>> which java
>>> /usr/bin/java
>>> is a link to 
>>> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
>>> which is the older version and also the one Eclipse is picking up
>>> 
>>> I will look at resolving the two versions.
>>> 
>>> Thanks
>>> John
>>> 
 On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
 >>> > wrote:
 
 Heya,
 
> On 11. Feb 2019, at 12:34, John Pollard  > wrote:
> 
> I installed 2018-12 but on attempting to add WOLips47 I received the 
> following error:
> 
> Unable to read repository at 
> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>  
> .
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to 
> find valid certification path to requested target
> 
> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
> java.runtime.version=1.8.0_60-b27
> which I believe is up to date on my Mac
> 
> Any pointers to working round this?
 
 Probably this is the Java version (1.8.0_60 seems to be from autumn 2015); 
 The JDK only included the required root certificates to accept Let's 
 Encrypt certificates (which jenkins.wocommunity.org 
  uses) in 1.8.0_101 (mid 2016) so you 
 either need to update the JDK/JRE (probably just the latest Java 8 
 version) you use for running eclipse or you need to add the required root 
 certificates manually to the trust store of the installed JRE.
 
 Greetings
 Dennis
 
 --
 
 
 
 
 
 
 -
 Dennis Bliefernicht • Head of Backend Development
 T +49 40 357 3001 62
 dennis.blieferni...@xyrality.com 
 
 XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
 www.xyrality.com 
 Registergericht: Hamburg HRB 115332
 Geschäftsführer: Sven Ossenbrüggen
 -
 
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>> )
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com 
>>> 
>>> 
>>> This email sent to jtay...@oeinc.com 
>> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com
> 
> This email sent to j...@pollardweb.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread John Pollard
When I download Java from Oracle and install it, the one at the plugin path 
below is the one that is updated, not the version I pick up from the command 
line.

> On 11 Feb 2019, at 12:51, Jesse Tayler  wrote:
> 
> One of those is for Safari?
> 
> Odd there are two incompatible so I guess you should iron that out, just 
> seems an odd configuration trouble…hmm…
> 
> 
> 
>> On Feb 11, 2019, at 7:46 AM, John Pollard > > wrote:
>> 
>> Aha, it seems I have some Java version issues.
>> Sys Prefs, Java says I have v201 located at /Library/Internet 
>> Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
>> 
>> In the shell
>> which java
>> /usr/bin/java
>> is a link to 
>> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
>> which is the older version and also the one Eclipse is picking up
>> 
>> I will look at resolving the two versions.
>> 
>> Thanks
>> John
>> 
>>> On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
>>> >> > wrote:
>>> 
>>> Heya,
>>> 
 On 11. Feb 2019, at 12:34, John Pollard >>> > wrote:
 
 I installed 2018-12 but on attempting to add WOLips47 I received the 
 following error:
 
 Unable to read repository at 
 https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
  
 .
 sun.security.validator.ValidatorException: PKIX path building failed: 
 sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
 valid certification path to requested target
 
 Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
 java.runtime.version=1.8.0_60-b27
 which I believe is up to date on my Mac
 
 Any pointers to working round this?
>>> 
>>> Probably this is the Java version (1.8.0_60 seems to be from autumn 2015); 
>>> The JDK only included the required root certificates to accept Let's 
>>> Encrypt certificates (which jenkins.wocommunity.org 
>>>  uses) in 1.8.0_101 (mid 2016) so you 
>>> either need to update the JDK/JRE (probably just the latest Java 8 version) 
>>> you use for running eclipse or you need to add the required root 
>>> certificates manually to the trust store of the installed JRE.
>>> 
>>> Greetings
>>> Dennis
>>> 
>>> --
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> -
>>> Dennis Bliefernicht • Head of Backend Development
>>> T +49 40 357 3001 62
>>> dennis.blieferni...@xyrality.com 
>>> 
>>> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
>>> www.xyrality.com 
>>> Registergericht: Hamburg HRB 115332
>>> Geschäftsführer: Sven Ossenbrüggen
>>> -
>>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com 
>> 
>> 
>> This email sent to jtay...@oeinc.com
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread Theodore Petrosky
What URL did you use to install WOLIPS from? This is what I used:

https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/

I just added this to the “Install New Software” section under the help menu.

Ted





> On Feb 11, 2019, at 6:34 AM, John Pollard  wrote:
> 
> I installed 2018-12 but on attempting to add WOLips47 I received the 
> following error:
> 
> Unable to read repository at 
> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>  
> .
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> 
> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
> java.runtime.version=1.8.0_60-b27
> which I believe is up to date on my Mac
> 
> Any pointers to working round this?
> 
> Thanks
> John
> 
>> On 9 Feb 2019, at 10:32, Paul Hoadley > > wrote:
>> 
>> Hi Samuel,
>> 
>> On 9 Feb 2019, at 5:11 am, Samuel Pelletier > > wrote:
>> 
>>> I just installed 2018-12 and it seems faster than 4.7. I have only one 
>>> problem to date, the "Add Key" function in the component editor no longer 
>>> works for me. I see the dialog, specify the type and click "Add" as usual. 
>>> The source editor come to front but the key is not added.
>>> 
>>> Adding an action still work though.
>>> 
>>> Are you experiencing the same problem ?
>> 
>> Yes. I can reproduce that. What a shame, that's a handy feature.
>> 
>> 
>> -- 
>> Paul Hoadley
>> https://logicsquad.net/ 
>> https://www.linkedin.com/company/logic-squad/ 
>> 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com 
>> 
>> 
>> This email sent to j...@pollardweb.com 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> )
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com 
> 
> 
> This email sent to tedp...@yahoo.com 
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread Jesse Tayler
One of those is for Safari?

Odd there are two incompatible so I guess you should iron that out, just seems 
an odd configuration trouble…hmm…



> On Feb 11, 2019, at 7:46 AM, John Pollard  wrote:
> 
> Aha, it seems I have some Java version issues.
> Sys Prefs, Java says I have v201 located at /Library/Internet 
> Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java
> 
> In the shell
> which java
> /usr/bin/java
> is a link to 
> /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
> which is the older version and also the one Eclipse is picking up
> 
> I will look at resolving the two versions.
> 
> Thanks
> John
> 
>> On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
>> mailto:dennis.blieferni...@xyrality.com>> 
>> wrote:
>> 
>> Heya,
>> 
>>> On 11. Feb 2019, at 12:34, John Pollard >> > wrote:
>>> 
>>> I installed 2018-12 but on attempting to add WOLips47 I received the 
>>> following error:
>>> 
>>> Unable to read repository at 
>>> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>>>  
>>> .
>>> sun.security.validator.ValidatorException: PKIX path building failed: 
>>> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
>>> valid certification path to requested target
>>> 
>>> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
>>> java.runtime.version=1.8.0_60-b27
>>> which I believe is up to date on my Mac
>>> 
>>> Any pointers to working round this?
>> 
>> Probably this is the Java version (1.8.0_60 seems to be from autumn 2015); 
>> The JDK only included the required root certificates to accept Let's Encrypt 
>> certificates (which jenkins.wocommunity.org 
>>  uses) in 1.8.0_101 (mid 2016) so you 
>> either need to update the JDK/JRE (probably just the latest Java 8 version) 
>> you use for running eclipse or you need to add the required root 
>> certificates manually to the trust store of the installed JRE.
>> 
>> Greetings
>> Dennis
>> 
>> --
>> 
>> 
>> 
>> 
>> 
>> 
>> -
>> Dennis Bliefernicht • Head of Backend Development
>> T +49 40 357 3001 62
>> dennis.blieferni...@xyrality.com 
>> 
>> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
>> www.xyrality.com 
>> Registergericht: Hamburg HRB 115332
>> Geschäftsführer: Sven Ossenbrüggen
>> -
>> 
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/jtayler%40oeinc.com
> 
> This email sent to jtay...@oeinc.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread John Pollard
Aha, it seems I have some Java version issues.
Sys Prefs, Java says I have v201 located at /Library/Internet 
Plug-ins/JavaAppletPlugin/plugin/Contents/Home/bin/Java

In the shell
which java
/usr/bin/java
is a link to 
/System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/java
which is the older version and also the one Eclipse is picking up

I will look at resolving the two versions.

Thanks
John

> On 11 Feb 2019, at 12:17, Dennis Bliefernicht 
>  wrote:
> 
> Heya,
> 
>> On 11. Feb 2019, at 12:34, John Pollard > > wrote:
>> 
>> I installed 2018-12 but on attempting to add WOLips47 I received the 
>> following error:
>> 
>> Unable to read repository at 
>> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>>  
>> .
>> sun.security.validator.ValidatorException: PKIX path building failed: 
>> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
>> valid certification path to requested target
>> 
>> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
>> java.runtime.version=1.8.0_60-b27
>> which I believe is up to date on my Mac
>> 
>> Any pointers to working round this?
> 
> Probably this is the Java version (1.8.0_60 seems to be from autumn 2015); 
> The JDK only included the required root certificates to accept Let's Encrypt 
> certificates (which jenkins.wocommunity.org  
> uses) in 1.8.0_101 (mid 2016) so you either need to update the JDK/JRE 
> (probably just the latest Java 8 version) you use for running eclipse or you 
> need to add the required root certificates manually to the trust store of the 
> installed JRE.
> 
> Greetings
> Dennis
> 
> --
> 
> 
> 
> 
> 
> 
> -
> Dennis Bliefernicht • Head of Backend Development
> T +49 40 357 3001 62
> dennis.blieferni...@xyrality.com 
> 
> XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
> www.xyrality.com 
> Registergericht: Hamburg HRB 115332
> Geschäftsführer: Sven Ossenbrüggen
> -
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread Dennis Bliefernicht
Heya,

> On 11. Feb 2019, at 12:34, John Pollard  wrote:
> 
> I installed 2018-12 but on attempting to add WOLips47 I received the 
> following error:
> 
> Unable to read repository at 
> https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml
>  
> .
> sun.security.validator.ValidatorException: PKIX path building failed: 
> sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
> valid certification path to requested target
> 
> Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
> java.runtime.version=1.8.0_60-b27
> which I believe is up to date on my Mac
> 
> Any pointers to working round this?

Probably this is the Java version (1.8.0_60 seems to be from autumn 2015); The 
JDK only included the required root certificates to accept Let's Encrypt 
certificates (which jenkins.wocommunity.org  
uses) in 1.8.0_101 (mid 2016) so you either need to update the JDK/JRE 
(probably just the latest Java 8 version) you use for running eclipse or you 
need to add the required root certificates manually to the trust store of the 
installed JRE.

Greetings
Dennis

--






-
Dennis Bliefernicht • Head of Backend Development
T +49 40 357 3001 62
dennis.blieferni...@xyrality.com

XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
www.xyrality.com 
Registergericht: Hamburg HRB 115332
Geschäftsführer: Sven Ossenbrüggen
-

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-11 Thread John Pollard
I installed 2018-12 but on attempting to add WOLips47 I received the following 
error:

Unable to read repository at 
https://jenkins.wocommunity.org/job/WOLips47/lastSuccessfulBuild/artifact/temp/dist/content.xml.
sun.security.validator.ValidatorException: PKIX path building failed: 
sun.security.provider.certpath.SunCertPathBuilderException: unable to find 
valid certification path to requested target

Menu Eclipse -> About Eclipse -> Installation Details -> Configuration
java.runtime.version=1.8.0_60-b27
which I believe is up to date on my Mac

Any pointers to working round this?

Thanks
John

> On 9 Feb 2019, at 10:32, Paul Hoadley  wrote:
> 
> Hi Samuel,
> 
> On 9 Feb 2019, at 5:11 am, Samuel Pelletier  > wrote:
> 
>> I just installed 2018-12 and it seems faster than 4.7. I have only one 
>> problem to date, the "Add Key" function in the component editor no longer 
>> works for me. I see the dialog, specify the type and click "Add" as usual. 
>> The source editor come to front but the key is not added.
>> 
>> Adding an action still work though.
>> 
>> Are you experiencing the same problem ?
> 
> Yes. I can reproduce that. What a shame, that's a handy feature.
> 
> 
> -- 
> Paul Hoadley
> https://logicsquad.net/ 
> https://www.linkedin.com/company/logic-squad/
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/john%40pollardweb.com
> 
> This email sent to j...@pollardweb.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-09 Thread Paul Hoadley
Hi Samuel,

On 9 Feb 2019, at 5:11 am, Samuel Pelletier  wrote:

> I just installed 2018-12 and it seems faster than 4.7. I have only one 
> problem to date, the "Add Key" function in the component editor no longer 
> works for me. I see the dialog, specify the type and click "Add" as usual. 
> The source editor come to front but the key is not added.
> 
> Adding an action still work though.
> 
> Are you experiencing the same problem ?

Yes. I can reproduce that. What a shame, that's a handy feature.


-- 
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-08 Thread Samuel Pelletier
Hi,

I just installed 2018-12 and it seems faster than 4.7. I have only one problem 
to date, the "Add Key" function in the component editor no longer works for me. 
I see the dialog, specify the type and click "Add" as usual. The source editor 
come to front but the key is not added.

Adding an action still work though.

Are you experiencing the same problem ?

Regards,

Samuel


> Le 8 févr. 2019 à 12:04, Tim Worman  a écrit :
> 
> This. I’m definitely seeing better performance from 2018-12.
> 
> 
>> On Feb 6, 2019, at 3:04 AM, Theodore Petrosky > <mailto:tedp...@yahoo.com>> wrote:
>> 
>> I just installed eclipse 2018-12. I am finding that it loads faster, my app 
>> is compiling and launching much faster and even the first run of my app, it 
>> is much more responsive (in developer mode).
>> 
>> for those reasons alone I recommend that one should do the update!!
>> 
>> Ted
>> 
>> 
>>> On Feb 6, 2019, at 12:44 AM, Faizel Dakri  wrote:
>>> 
>>> I’ve been using Eclipse 2018-12 for a few weeks now and it appears to be 
>>> working fine. I haven’t yet run into anything surprising.
>>> 
>>> F
>>> 
>>> -- 
>>> Faizel Dakri
>>> list...@dakri.com
>>> 
>>> 
>>> 
>>>> On Feb 5, 2019, at 11:59 AM, Morris, Mark  wrote:
>>>> 
>>>> I’m on Eclipse 4.6 and it’s working fine, but a few of my coworkers are on 
>>>> Eclipse 4.7 and are very happy with it. (We all use WOLips.)
>>>> 
>>>> Coincidentally I just downloaded Eclipse 2018-12 yesterday to give it a 
>>>> try sometime in the next week or so. Anyone try this yet?
>>>> 
>>>> Regards,
>>>> Mark
>>>> 
>>>> From: Webobjects-dev 
>>>>  on 
>>>> behalf of Aaron Rosenzweig 
>>>> Date: Tuesday, February 5, 2019 at 11:41 AM
>>>> To: John Pollard 
>>>> Cc: WebObjects Development 
>>>> Subject: Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse 
>>>> Mars 4.5
>>>> 
>>>> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>>>> 
>>>> Newer Eclipse can sometimes bring better debugging and general Java 
>>>> goodness but other than that… 
>>>> 
>>>> If you are reasonably happy, I wouldn’t switch. 
>>>> 
>>>> I guess for giggles and grins you could try out 4.7 and see how it goes. 
>>>> AARON ROSENZWEIG / Chat 'n Bike
>>>> e:  aa...@chatnbike.com  t:  (301) 956-2319
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> 
>>>> On Feb 5, 2019, at 5:08 AM, John Pollard  wrote:
>>>> 
>>>> Hi list,
>>>> 
>>>> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 
>>>> 4.5.2 + wolips / subclipse and all works fine.
>>>> 
>>>> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
>>>> 
>>>> Many thanks for your advice,
>>>> 
>>>> John
>>>> ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
>>>> 
>>>> This email sent to aa...@chatnbike.com
>>>> 
>>>> ___
>>>> Do not post admin requests to the list. They will be ignored.
>>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>>> Help/Unsubscribe/Update your Subscription:
>>>> https://lists.apple.com/mailman/options/webobjects-dev/listfez%40dakri.com
>>>> 
>>>> This email sent to list...@dakri.com
>>> 
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>>> 
>>> This email sent to tedp...@yahoo.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailin

Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-08 Thread Tim Worman
This. I’m definitely seeing better performance from 2018-12.


> On Feb 6, 2019, at 3:04 AM, Theodore Petrosky  wrote:
> 
> I just installed eclipse 2018-12. I am finding that it loads faster, my app 
> is compiling and launching much faster and even the first run of my app, it 
> is much more responsive (in developer mode).
> 
> for those reasons alone I recommend that one should do the update!!
> 
> Ted
> 
> 
>> On Feb 6, 2019, at 12:44 AM, Faizel Dakri  wrote:
>> 
>> I’ve been using Eclipse 2018-12 for a few weeks now and it appears to be 
>> working fine. I haven’t yet run into anything surprising.
>> 
>> F
>> 
>> -- 
>> Faizel Dakri
>> list...@dakri.com
>> 
>> 
>> 
>>> On Feb 5, 2019, at 11:59 AM, Morris, Mark  wrote:
>>> 
>>> I’m on Eclipse 4.6 and it’s working fine, but a few of my coworkers are on 
>>> Eclipse 4.7 and are very happy with it. (We all use WOLips.)
>>>  
>>> Coincidentally I just downloaded Eclipse 2018-12 yesterday to give it a try 
>>> sometime in the next week or so. Anyone try this yet?
>>>  
>>> Regards,
>>> Mark
>>>  
>>> From: Webobjects-dev 
>>>  on behalf 
>>> of Aaron Rosenzweig 
>>> Date: Tuesday, February 5, 2019 at 11:41 AM
>>> To: John Pollard 
>>> Cc: WebObjects Development 
>>> Subject: Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse 
>>> Mars 4.5
>>>  
>>> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>>>  
>>> Newer Eclipse can sometimes bring better debugging and general Java 
>>> goodness but other than that… 
>>>  
>>> If you are reasonably happy, I wouldn’t switch. 
>>>  
>>> I guess for giggles and grins you could try out 4.7 and see how it goes. 
>>> AARON ROSENZWEIG / Chat 'n Bike
>>> e:  aa...@chatnbike.com  t:  (301) 956-2319
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> 
>>> On Feb 5, 2019, at 5:08 AM, John Pollard  wrote:
>>>  
>>> Hi list,
>>> 
>>> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 
>>> + wolips / subclipse and all works fine.
>>> 
>>> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
>>> 
>>> Many thanks for your advice,
>>> 
>>> John
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
>>> 
>>> This email sent to aa...@chatnbike.com
>>>  
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/listfez%40dakri.com
>>> 
>>> This email sent to list...@dakri.com
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/tedpet5%40yahoo.com
>> 
>> This email sent to tedp...@yahoo.com
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/lists%40thetimmy.com
> 
> This email sent to li...@thetimmy.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-07 Thread John Pollard
Thanks to all for this torrent of great replies and it sounds like I will try 
the very latest then, the 2018-12
I do use EOModeler so assume that will work fine too.
Gordon, I do have my own notes from my Sep 2015, but if your notes are handy 
I’d appreciate those too being a lot more recent.
John

> On 5 Feb 2019, at 15:42, Gordon Belray  wrote:
> 
> HI John,
> 
> I’m on Eclipse 4.7 with WO and it’s working fine. 
> 
> I can share my notes on the setup if you need them.
> 
> Regards,
> Gordon
> 
> Gordon Belray
> Information Architect
> University of Toronto Libraries
> gordon.bel...@utoronto.ca 
> 647-700-7402
> 
>> On Feb 5, 2019, at 10:17 AM, Aaron Rosenzweig > > wrote:
>> 
>> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>> 
>> Newer Eclipse can sometimes bring better debugging and general Java goodness 
>> but other than that… 
>> 
>> If you are reasonably happy, I wouldn’t switch. 
>> 
>> I guess for giggles and grins you could try out 4.7 and see how it goes. 
>> AARON ROSENZWEIG / Chat 'n Bike 
>> 
>> e:  aa...@chatnbike.com   t:  (301) 956-2319 
>>  
>> 
>>> On Feb 5, 2019, at 5:08 AM, John Pollard >> > wrote:
>>> 
>>> Hi list,
>>> 
>>> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 
>>> + wolips / subclipse and all works fine.
>>> 
>>> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
>>> 
>>> Many thanks for your advice,
>>> 
>>> John
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>> )
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
>>>  
>>> 
>>> 
>>> This email sent to aa...@chatnbike.com 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/gordon.belray%40utoronto.ca
>>  
>> 
>> 
>> This email sent to gordon.bel...@utoronto.ca
> 

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Faizel Dakri
I’ve been using Eclipse 2018-12 for a few weeks now and it appears to be 
working fine. I haven’t yet run into anything surprising.

F

-- 
Faizel Dakri
list...@dakri.com <mailto:list...@dakri.com>



> On Feb 5, 2019, at 11:59 AM, Morris, Mark  <mailto:mark.mor...@experian.com>> wrote:
> 
> I’m on Eclipse 4.6 and it’s working fine, but a few of my coworkers are on 
> Eclipse 4.7 and are very happy with it. (We all use WOLips.)
>  
> Coincidentally I just downloaded Eclipse 2018-12 yesterday to give it a try 
> sometime in the next week or so. Anyone try this yet?
>  
> Regards,
> Mark
>  
> From: Webobjects-dev 
>  <mailto:webobjects-dev-bounces+mark.morris=experian@lists.apple.com>> on 
> behalf of Aaron Rosenzweig mailto:aa...@chatnbike.com>>
> Date: Tuesday, February 5, 2019 at 11:41 AM
> To: John Pollard mailto:j...@pollardweb.com>>
> Cc: WebObjects Development  <mailto:webobjects-dev@lists.apple.com>>
> Subject: Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 
> 4.5
>  
> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>  
> Newer Eclipse can sometimes bring better debugging and general Java goodness 
> but other than that… 
>  
> If you are reasonably happy, I wouldn’t switch. 
>  
> I guess for giggles and grins you could try out 4.7 and see how it goes. 
> AARON ROSENZWEIG / Chat 'n Bike 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__ving.apple.com-3A443_proxy-3Ft2-3DdE0W8n0x5N-26o-3Dhttp-253A-252F-252Fwww.chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=THjgY_WfiXuTKCA9c-0-fjTfBrtl-F9BqRY56dbL14M=>
> e:  aa...@chatnbike.com <mailto:aa...@chatnbike.com>  t:  (301) 956-2319
> 
> 
> 
> 
> 
> 
> 
> On Feb 5, 2019, at 5:08 AM, John Pollard  <mailto:j...@pollardweb.com>> wrote:
>  
> Hi list,
> 
> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
> wolips / subclipse and all works fine.
> 
> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
> 
> Many thanks for your advice,
> 
> John
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_aaron-2540chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=KaHyt-qKoncKDK_vw1wWOFIXYjOuVFLkqYRqYi02VSE=>
> 
> This email sent to aa...@chatnbike.com <mailto:aa...@chatnbike.com>
>  
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/listfez%40dakri.com 
> <https://lists.apple.com/mailman/options/webobjects-dev/listfez%40dakri.com>
> 
> This email sent to list...@dakri.com <mailto:list...@dakri.com>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Hugi Thordarson
Been using Eclipse 2018-12 since release and it works great. It's been quite a 
while since an Eclipse upgrade has caused problems.

- hugi



> On 5 Feb 2019, at 17:59, Morris, Mark  wrote:
> 
> I’m on Eclipse 4.6 and it’s working fine, but a few of my coworkers are on 
> Eclipse 4.7 and are very happy with it. (We all use WOLips.)
>  
> Coincidentally I just downloaded Eclipse 2018-12 yesterday to give it a try 
> sometime in the next week or so. Anyone try this yet?
>  
> Regards,
> Mark
>  
> From: Webobjects-dev 
>  <mailto:webobjects-dev-bounces+mark.morris=experian@lists.apple.com>> on 
> behalf of Aaron Rosenzweig mailto:aa...@chatnbike.com>>
> Date: Tuesday, February 5, 2019 at 11:41 AM
> To: John Pollard mailto:j...@pollardweb.com>>
> Cc: WebObjects Development  <mailto:webobjects-dev@lists.apple.com>>
> Subject: Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 
> 4.5
>  
> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>  
> Newer Eclipse can sometimes bring better debugging and general Java goodness 
> but other than that… 
>  
> If you are reasonably happy, I wouldn’t switch. 
>  
> I guess for giggles and grins you could try out 4.7 and see how it goes. 
> AARON ROSENZWEIG / Chat 'n Bike 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__ving.apple.com-3A443_proxy-3Ft2-3DdE0W8n0x5N-26o-3Dhttp-253A-252F-252Fwww.chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=THjgY_WfiXuTKCA9c-0-fjTfBrtl-F9BqRY56dbL14M=>
> e:  aa...@chatnbike.com <mailto:aa...@chatnbike.com>  t:  (301) 956-2319 
> 
>   
> 
> 
> 
> On Feb 5, 2019, at 5:08 AM, John Pollard  <mailto:j...@pollardweb.com>> wrote:
>  
> Hi list,
> 
> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
> wolips / subclipse and all works fine.
> 
> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
> 
> Many thanks for your advice,
> 
> John
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com 
> <https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_aaron-2540chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=KaHyt-qKoncKDK_vw1wWOFIXYjOuVFLkqYRqYi02VSE=>
> 
> This email sent to aa...@chatnbike.com <mailto:aa...@chatnbike.com>
>  
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
> <mailto:Webobjects-dev@lists.apple.com>)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is 
> <https://lists.apple.com/mailman/options/webobjects-dev/hugi%40karlmenn.is>
> 
> This email sent to h...@karlmenn.is <mailto:h...@karlmenn.is>
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Morris, Mark
I’m on Eclipse 4.6 and it’s working fine, but a few of my coworkers are on 
Eclipse 4.7 and are very happy with it. (We all use WOLips.)

Coincidentally I just downloaded Eclipse 2018-12 yesterday to give it a try 
sometime in the next week or so. Anyone try this yet?

Regards,
Mark

From: Webobjects-dev 
 on behalf of 
Aaron Rosenzweig 
Date: Tuesday, February 5, 2019 at 11:41 AM
To: John Pollard 
Cc: WebObjects Development 
Subject: Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO.

Newer Eclipse can sometimes bring better debugging and general Java goodness 
but other than that…

If you are reasonably happy, I wouldn’t switch.

I guess for giggles and grins you could try out 4.7 and see how it goes.
Aaron Rosenzweig / Chat 'n 
Bike<https://urldefense.proofpoint.com/v2/url?u=https-3A__ving.apple.com-3A443_proxy-3Ft2-3DdE0W8n0x5N-26o-3Dhttp-253A-252F-252Fwww.chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=THjgY_WfiXuTKCA9c-0-fjTfBrtl-F9BqRY56dbL14M=>
e:  aa...@chatnbike.com<mailto:aa...@chatnbike.com>  t:  (301) 956-2319

[Image removed by sender. Chat 'n Bike]

[Image removed by sender. Chat 'n Bike]



On Feb 5, 2019, at 5:08 AM, John Pollard 
mailto:j...@pollardweb.com>> wrote:

Hi list,

My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
wolips / subclipse and all works fine.

Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?

Many thanks for your advice,

John
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com<mailto:Webobjects-dev@lists.apple.com>)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com<https://urldefense.proofpoint.com/v2/url?u=https-3A__lists.apple.com_mailman_options_webobjects-2Ddev_aaron-2540chatnbike.com=DwMFaQ=BNNF-YNv0CLLslhP2Bcx5Q=R0ZqsewJs3eSJk7vLCqZv0r5kJlLXQLnGTeg9t8MlqA=JwYYYItZqnIIjXsMwec_esKqXP_g1zSmGw8rLMl62r4=KaHyt-qKoncKDK_vw1wWOFIXYjOuVFLkqYRqYi02VSE=>

This email sent to aa...@chatnbike.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Maik Musall
Hi,

I've been on 2018-09 (which is 4.9) since October and it's been fine. Planning 
to test 2018-12 soon. But I don't use EOModeler any more (because Cayenne), so 
I can't say if that even still works at all :)

Java 8 features support has been improving every release, let alone Java 11. So 
I'd say the recommendation whether or not to upgrade largely depends on how 
fast you're modernizing your code base.

Maik


> Am 05.02.2019 um 16:42 schrieb Gordon Belray :
> 
> HI John,
> 
> I’m on Eclipse 4.7 with WO and it’s working fine. 
> 
> I can share my notes on the setup if you need them.
> 
> Regards,
> Gordon
> 
> Gordon Belray
> Information Architect
> University of Toronto Libraries
> gordon.bel...@utoronto.ca 
> 647-700-7402
> 
>> On Feb 5, 2019, at 10:17 AM, Aaron Rosenzweig > > wrote:
>> 
>> Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 
>> 
>> Newer Eclipse can sometimes bring better debugging and general Java goodness 
>> but other than that… 
>> 
>> If you are reasonably happy, I wouldn’t switch. 
>> 
>> I guess for giggles and grins you could try out 4.7 and see how it goes. 
>> AARON ROSENZWEIG / Chat 'n Bike 
>> 
>> e:  aa...@chatnbike.com   t:  (301) 956-2319
>>  
>> 
>>> On Feb 5, 2019, at 5:08 AM, John Pollard >> > wrote:
>>> 
>>> Hi list,
>>> 
>>> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 
>>> + wolips / subclipse and all works fine.
>>> 
>>> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
>>> 
>>> Many thanks for your advice,
>>> 
>>> John
>>> ___
>>> Do not post admin requests to the list. They will be ignored.
>>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>>> )
>>> Help/Unsubscribe/Update your Subscription:
>>> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
>>>  
>>> 
>>> 
>>> This email sent to aa...@chatnbike.com 
>> 
>> ___
>> Do not post admin requests to the list. They will be ignored.
>> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com 
>> )
>> Help/Unsubscribe/Update your Subscription:
>> https://lists.apple.com/mailman/options/webobjects-dev/gordon.belray%40utoronto.ca
>>  
>> 
>> 
>> This email sent to gordon.bel...@utoronto.ca
> 
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/maik%40selbstdenker.ag
> 
> This email sent to m...@selbstdenker.ag

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Gordon Belray
HI John,

I’m on Eclipse 4.7 with WO and it’s working fine.

I can share my notes on the setup if you need them.

Regards,
Gordon

Gordon Belray
Information Architect
University of Toronto Libraries
gordon.bel...@utoronto.ca
647-700-7402

On Feb 5, 2019, at 10:17 AM, Aaron Rosenzweig 
mailto:aa...@chatnbike.com>> wrote:

Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO.

Newer Eclipse can sometimes bring better debugging and general Java goodness 
but other than that…

If you are reasonably happy, I wouldn’t switch.

I guess for giggles and grins you could try out 4.7 and see how it goes.
Aaron Rosenzweig / Chat 'n 
Bike
e:  aa...@chatnbike.com  t:  (301) 956-2319
[Chat 'n Bike]  [Chat 'n Bike]

On Feb 5, 2019, at 5:08 AM, John Pollard 
mailto:j...@pollardweb.com>> wrote:

Hi list,

My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
wolips / subclipse and all works fine.

Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?

Many thanks for your advice,

John
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com

This email sent to aa...@chatnbike.com

___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/gordon.belray%40utoronto.ca

This email sent to gordon.bel...@utoronto.ca

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread Aaron Rosenzweig
Hi John, I’m on Eclipse 4.6 and it is ok. I have not tried 4.7 with WO. 

Newer Eclipse can sometimes bring better debugging and general Java goodness 
but other than that… 

If you are reasonably happy, I wouldn’t switch. 

I guess for giggles and grins you could try out 4.7 and see how it goes. 
AARON ROSENZWEIG / Chat 'n Bike 
e:  aa...@chatnbike.com   t:  (301) 956-2319



> On Feb 5, 2019, at 5:08 AM, John Pollard  wrote:
> 
> Hi list,
> 
> My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
> wolips / subclipse and all works fine.
> 
> Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?
> 
> Many thanks for your advice,
> 
> John
> ___
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
> Help/Unsubscribe/Update your Subscription:
> https://lists.apple.com/mailman/options/webobjects-dev/aaron%40chatnbike.com
> 
> This email sent to aa...@chatnbike.com

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Advice on whether to upgrade Eclipse / WOLips from Eclipse Mars 4.5

2019-02-05 Thread John Pollard
Hi list,

My last update of Eclipse/WOLips was in 2015 and I am on Eclipse Mars 4.5.2 + 
wolips / subclipse and all works fine.

Should I move up (to Eclipse/WOLips 4.7?) or not much reason to do so?

Many thanks for your advice,

John
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com