Re: WOLips5 new update url

2024-12-11 Thread René Bock via Webobjects-dev
Thanks a lot :-) Am 11.12.2024 um 00:58 schrieb Ramsey Gurley : Okay, that is fixed now. On 12/10/24 6:02 PM, René Bock wrote: Hi Ramsey, I really appreciate your effort regarding WOLips5. I just ran into a exception when trying to generate the EOMigration templates: java.lang.Exceptio

Re: WOLips5 now on RISC-V!

2024-12-06 Thread Ramsey Gurley via Webobjects-dev
Okay, the page no longer 404s :-D https://wocommunity.github.io/wolips/repository/ And I already created a ticket for that at https://github.com/wocommunity/wolips/issues/184 On 12/7/24 7:06 AM, Ramsey Gurley wrote: It only works as a repository URL at the moment, because there is no index.ht

Re: WOLips5 now on RISC-V!

2024-12-06 Thread Ramsey Gurley via Webobjects-dev
It only works as a repository URL at the moment, because there is no index.html in the directory. I'm planning to add one with install instructions/screenshots, but that hasn't been done yet. On December 6, 2024 9:19:07 PM GMT+09:00, Maik Musall wrote: >Hi Ramsey, > >that URL is 404 for me? >

Re: WOLips5 now on RISC-V!

2024-12-06 Thread Maik Musall via Webobjects-dev
Hi Ramsey, that URL is 404 for me? Maik > Am 05.12.2024 um 02:50 schrieb Ramsey Gurley via Webobjects-dev > : > > While this is thanks to a lot of hard work from the Eclipse people, for the > purpose of this email, I'm going to pretend it was all me ;-) > > With the release of Eclipse 2024-12

Re: WOLips5 new update url

2024-11-28 Thread Aaron Rosenzweig via Webobjects-dev
Thank you Ramsey. So much to be thankful for this time of year. I tried your new WOLips v5 using the update site url with Eclipse 2024-09 for enterprise and web developers. Works great :-) I can launch apps, use entity modeler, and the component editor. > On Nov 26, 2024, at 7:49 PM, Ramse

Re: WOLips5

2024-11-26 Thread Francois BIENTZ via Webobjects-dev
Thank you so much Ramsey I the wolips5 works fine on MacOS aarch64 The "Eclipse product" in targets works too Francois > Le 26 nov. 2024 à 10:18, Ramsey Gurley a écrit : > > Okay, I think I've resolved this. When I was clearing out old ant build > artifacts from the WOLips project, I uninten

Re: WOLips5

2024-11-26 Thread Ramsey Gurley via Webobjects-dev
Okay, I think I've resolved this. When I was clearing out old ant build artifacts from the WOLips project, I unintentionally removed the .classpath files from the ant project templates too. I've restored those and now I see all the woframeworks on the buildpath in new ant projects again. On 1

Re: WOLips5

2024-11-24 Thread Ramsey Gurley via Webobjects-dev
I'm not sure exactly what you mean by the "Empty Hello World App" but I tried "New -> Wonder Application" and I think I see what you mean. On WOLips4, there are a lot of wonder frameworks on the project build path, but under WOLips5, there is only the JRE in the build path. I'll see if I can fi

Re: WOLips5

2024-11-24 Thread Francois BIENTZ via Webobjects-dev
Hi Ramsey Thank you git clone -b wolips5 https://github.com/wocommunity/wolips.git wolips5 mvn clean package This worked for me and local directory as an install is ok. The wolips perspective is available. But for now when I try the "Empty Hello World App" with "run as WOApplication" I ge

Re: WOLips5

2024-11-23 Thread Ramsey Gurley via Webobjects-dev
Oops, I meant to copy the list on this. On 11/22/24 8:06 AM, Ramsey Gurley wrote: Currently, you need to build it until we set up a github action to do that. It should be fairly easy to build, just: git clone -b wolips5 https://github.com/wocommunity/wolips.git wolips5 cd wolips5 mvn clean pac

Re: WOLips5

2024-11-23 Thread Francois BIENTZ via Webobjects-dev
Hi Jeremy Yes I restarted Eclipse and then Window > Perspective > Open Perspective > Other But there is no Wolips … (Eclipse 4.33) I don’t know what is wrong. I tried a new Eclipse installation too. Francois > Le 22 nov. 2024 à 11:47, Jérémy DE ROYER a > écrit : > > Hi François, > > Y

Re: WOLips5

2024-11-22 Thread Jérémy DE ROYER via Webobjects-dev
Hi François, Yes, everything was available after restarting eclipse. Just had to select it in Window > Perspective > Open perspective Jérémy > Le 22 nov. 2024 à 11:13, Francois BIENTZ via Webobjects-dev > a écrit : > > Hi Jeremy, > > Thank you > I copied the wolips directory to dropins in

Re: WOLips5

2024-11-22 Thread Francois BIENTZ via Webobjects-dev
Hi Jeremy, Thank you I copied the wolips directory to dropins in Eclipse But should this installation create a wolips perspective in Eclipse ? Francois > Le 21 nov. 2024 à 21:14, Jérémy DE ROYER via Webobjects-dev > a écrit : > > Hi Mickael, > > I wrote below what I’ve done to build and u

Re: WOLips5

2024-11-21 Thread Jérémy DE ROYER via Webobjects-dev
Hi Mickael, I wrote below what I’ve done to build and use wolips 5 in the last version of eclipse (from memory). You can download it with the link https://we.tl/t-TKgS4DhpY8. Wolips 5 rocks ! No bug so far. Thank’s Ramsey 👍 *** * Install MAVEN (if needed)

Re: WOLips5

2024-11-21 Thread Michael Kondratov via Webobjects-dev
I am unable to get there p2 build directory of WOLis5. Would anyone have a copy they could share? Michael > On Nov 17, 2024, at 10:12 PM, Ramsey Gurley via Webobjects-dev > wrote: > > I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a new > branch to the WOLips reposi

Re: WOLips5

2024-11-18 Thread Aaron Rosenzweig via Webobjects-dev
Thanks Ramsey! > On Nov 17, 2024, at 10:12 PM, Ramsey Gurley via Webobjects-dev > wrote: > > I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a new > branch to the WOLips repository where you can check it out and test it > yourselves. > > https://github.com/wocommunity/

Re: WOLips5

2024-11-18 Thread George Domurot via Webobjects-dev
Thanks! Excited to check it out. -G > On Nov 17, 2024, at 11:04 PM, Hugi Thordarson via Webobjects-dev > wrote: > > Ramsey, you rock. Quick to build, easy to install. Been using it for about an > hour and haven't noticed any issues. > > - hugi > > >> On 18 Nov 2024, at 03:12, Ramsey Gurle

Re: WOLips5

2024-11-17 Thread Hugi Thordarson via Webobjects-dev
Ramsey, you rock. Quick to build, easy to install. Been using it for about an hour and haven't noticed any issues. - hugi > On 18 Nov 2024, at 03:12, Ramsey Gurley via Webobjects-dev > wrote: > > I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a new > branch to the WO

Re: WOLips5

2024-11-17 Thread Jérémy DE ROYER via Webobjects-dev
Thank’s for your job Ramsey, I will install it today and give you feedback. Have a Nice day. Jérémy > Le 18 nov. 2024 à 04:12, Ramsey Gurley via Webobjects-dev > a écrit : > > I'm pleased to announce a new WOLips version: WOLips5. I've now pushed a new > branch to the WOLips repository w