Re: Can't open WO components after Eclipse upgraded to Version 2023-06

2023-06-26 Thread Xavier (WO) via Webobjects-dev
I’ve just setup a new computer from scratch, I was about to install WOLips, but 
I’m also using version 2023-06.
Do you advise to switch back to version 03?

Thanks,

Xavier


> On 26 Jun 2023, at 11:31, Ralf Schuchardt via Webobjects-dev 
>  wrote:
> 
> It is caused by the removal of the „navigator“ view 
> (https://bugs.eclipse.org/bugs/show_bug.cgi?id=550379). A cursory search for 
> navigator lists 3 places where navigator is referenced in WOLips:
> 
> wolips/core/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java
> wolips/core/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedView.java
> wolips/core/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java
> It seems to me, as if these are merely references to some utility classes 
> (LocalSelectionTransfer, ShowInNavigatorAction, Resource comparator). Maybe 
> we can replace them with a more current implementations, but I have not yet 
> started looking into it.
> 
> Ralf
> 
> On 26 Jun 2023, at 2:35, Ramsey Gurley via Webobjects-dev wrote:
> 
> Do you see anything in the Error Log tab view that would indicate what is 
> causing it to fail to load components? I haven't updated to 2023-06 just yet, 
> but it worked on 2023-03 if that helps.
> From: Ricardo Parada via Webobjects-dev 
> Sent: Saturday, June 24, 2023 8:37 AM
> To: WebObjects & WOnder Development ; 
> mailinglists via Webobjects-dev 
> Subject: Can't open WO components after Eclipse upgraded to Version 2023-06
>  
> Hello everyone,
> 
> My Eclipse upgraded itself to Version 2023-06.  I first noticed my WOLips 
> perspective button turned into WOLips text.  I also had compilation errors.
> 
> I had to reinstall WOLips.  Now the WOLips icon for the WOLips perspective is 
> showing normal, e.g. the one that looks like an EO.
> 
> But now, Eclipse won’t open any of my WO components.
> 
> Anybody having these problems?
> 
> Thanks,
> Ricardo Parada
> 
>  ___
> 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://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apple.com%2Fmailman%2Foptions%2Fwebobjects-dev%2Framsey.gurley%2540practicemojo.com=05%7C01%7Cramsey.gurley%40practicemojo.com%7C5d8048f601364b25b96d08db7442e947%7Cde0a512999d34d35a92809047a134775%7C0%7C0%7C638231602964354059%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=P%2BFe45hTYvRk714cLKR0MTErY7wCFyqKkHJavhF2HFg%3D=0
>  
> 
> 
> This email sent to ramsey.gur...@practicemojo.com
> Confidentiality Notice: This email, including all attachments and replies 
> thereto, are covered by the Electronic Communications Privacy Act, 18 U.S.C. 
> Sections 2510-2521 and are legally privileged. This information is 
> confidential, and intended only for the use of the individuals or entities 
> named above. If you are not the intended recipient, you are hereby notified 
> that any disclosure, copying, distribution or the taking of any action in 
> reliance on the contents of this transmitted information is strictly 
> prohibited. Please notify us if you have received this transmission in error. 
> Thank you.
> ___ 
> 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/rasc%40gmx.de
> 
> 
> This email sent to r...@gmx.de 
> ___
> 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/webobjects%40anazys.com
> 
> This email sent to webobje...@anazys.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: Can't open WO components after Eclipse upgraded to Version 2023-06

2023-06-26 Thread Ralf Schuchardt via Webobjects-dev
It is caused by the removal of the „navigator“ view 
(https://bugs.eclipse.org/bugs/show_bug.cgi?id=550379). A cursory search 
for navigator lists 3 places where navigator is referenced in WOLips:


```
wolips/core/plugins/org.objectstyle.wolips.componenteditor/java/org/objectstyle/wolips/componenteditor/part/ComponentEditor.java
wolips/core/plugins/org.objectstyle.wolips.ui/java/org/objectstyle/wolips/ui/view/RelatedView.java
wolips/core/plugins/org.objectstyle.wolips.wizards/java/org/objectstyle/wolips/wizards/NewComponentCreationPage.java
```

It seems to me, as if these are merely references to some utility 
classes (LocalSelectionTransfer, ShowInNavigatorAction, Resource 
comparator). Maybe we can replace them with a more current 
implementations, but I have not yet started looking into it.


Ralf

On 26 Jun 2023, at 2:35, Ramsey Gurley via Webobjects-dev wrote:

Do you see anything in the Error Log tab view that would indicate what 
is causing it to fail to load components? I haven't updated to 2023-06 
just yet, but it worked on 2023-03 if that helps.


From: Ricardo Parada via Webobjects-dev 


Sent: Saturday, June 24, 2023 8:37 AM
To: WebObjects & WOnder Development ; 
mailinglists via Webobjects-dev 
Subject: Can't open WO components after Eclipse upgraded to Version 
2023-06


Hello everyone,

My Eclipse upgraded itself to Version 2023-06.  I first noticed my 
WOLips perspective button turned into WOLips text.  I also had 
compilation errors.


I had to reinstall WOLips.  Now the WOLips icon for the WOLips 
perspective is showing normal, e.g. the one that looks like an EO.


But now, Eclipse won’t open any of my WO components.

Anybody having these problems?

Thanks,
Ricardo Parada

 ___
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://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apple.com%2Fmailman%2Foptions%2Fwebobjects-dev%2Framsey.gurley%2540practicemojo.com=05%7C01%7Cramsey.gurley%40practicemojo.com%7C5d8048f601364b25b96d08db7442e947%7Cde0a512999d34d35a92809047a134775%7C0%7C0%7C638231602964354059%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=P%2BFe45hTYvRk714cLKR0MTErY7wCFyqKkHJavhF2HFg%3D=0

This email sent to ramsey.gur...@practicemojo.com

Confidentiality Notice: This email, including all attachments and 
replies thereto, are covered by the Electronic Communications Privacy 
Act, 18 U.S.C. Sections 2510-2521 and are legally privileged. This 
information is confidential, and intended only for the use of the 
individuals or entities named above. If you are not the intended 
recipient, you are hereby notified that any disclosure, copying, 
distribution or the taking of any action in reliance on the contents 
of this transmitted information is strictly prohibited. Please notify 
us if you have received this transmission in error. Thank you.



 ___
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/rasc%40gmx.de

This email sent to r...@gmx.de ___
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: Can't open WO components after Eclipse upgraded to Version 2023-06

2023-06-25 Thread Ramsey Gurley via Webobjects-dev
Do you see anything in the Error Log tab view that would indicate what is 
causing it to fail to load components? I haven't updated to 2023-06 just yet, 
but it worked on 2023-03 if that helps.

From: Ricardo Parada via Webobjects-dev 
Sent: Saturday, June 24, 2023 8:37 AM
To: WebObjects & WOnder Development ; 
mailinglists via Webobjects-dev 
Subject: Can't open WO components after Eclipse upgraded to Version 2023-06

Hello everyone,

My Eclipse upgraded itself to Version 2023-06.  I first noticed my WOLips 
perspective button turned into WOLips text.  I also had compilation errors.

I had to reinstall WOLips.  Now the WOLips icon for the WOLips perspective is 
showing normal, e.g. the one that looks like an EO.

But now, Eclipse won’t open any of my WO components.

Anybody having these problems?

Thanks,
Ricardo Parada

 ___
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://nam12.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.apple.com%2Fmailman%2Foptions%2Fwebobjects-dev%2Framsey.gurley%2540practicemojo.com=05%7C01%7Cramsey.gurley%40practicemojo.com%7C5d8048f601364b25b96d08db7442e947%7Cde0a512999d34d35a92809047a134775%7C0%7C0%7C638231602964354059%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C=P%2BFe45hTYvRk714cLKR0MTErY7wCFyqKkHJavhF2HFg%3D=0

This email sent to ramsey.gur...@practicemojo.com

Confidentiality Notice: This email, including all attachments and replies 
thereto, are covered by the Electronic Communications Privacy Act, 18 U.S.C. 
Sections 2510-2521 and are legally privileged. This information is 
confidential, and intended only for the use of the individuals or entities 
named above. If you are not the intended recipient, you are hereby notified 
that any disclosure, copying, distribution or the taking of any action in 
reliance on the contents of this transmitted information is strictly 
prohibited. Please notify us if you have received this transmission in error. 
Thank you.
 ___
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