WOLips5 new update url

2024-11-26 Thread Ramsey Gurley via Webobjects-dev
Hi again everyone. I just finished setting up a build of WOLips5 with Github actions. That means you no longer need to build it locally to install it. The new update site url is, https://wocommunity.github.io/wolips/repository/ There is currently no index.html so if you go there in a browser

Re: WOLips development

2024-11-26 Thread Ramsey Gurley via Webobjects-dev
The procedure shouldn't be any different from before. Since WOLips5 is built with JDK 21, then you did the right thing installing that, but the NoClassDefFoundError could be a missing dependency in the build. A couple of questions: Does this error reproduce on a File -> New -> Wonder Applicati

Re: WOLips development

2024-11-26 Thread Michael Kondratov via Webobjects-dev
Whats the procedure for building the project after upgrading to WOLips 5. I am trying to build it with Ant, but get an error: BUILD FAILED /Users/michaelkondratov/git/artstore-github/artstore/build.xml:206: java.lang.UnsupportedClassVersionError: org/objectstyle/woproject/ant/WOCompile has been

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