Re: Building WOLips5 from command line

2025-01-11 Thread Ricardo Parada via Webobjects-dev
That is awesome. Thanks for that. I just installed WebObjects with maven and it worked great. I updated wolips.properties to the roots inside maven and everything works good. Thank you. Sent from my iPhoneOn Jan 10, 2025, at 3:55 PM, Ramsey Gurley wrote:If you are building with ant, you still nee

Re: Building WOLips5 from command line

2025-01-10 Thread Ramsey Gurley via Webobjects-dev
If you are building with ant, you still need a next root. The new woinstall is run by maven, but it also installs a next root in the maven repository in case you still have ant builds too. mvn io.github.wocommunity:woinstall-maven-plugin:woinstall It will print out the next root path when it c

Re: Building WOLips5 from command line

2025-01-10 Thread Ricardo Parada via Webobjects-dev
Oh I think I see what you are saying about the dynamic package links expiring after 30 mins. I tried clicking on them to download the package and I get some XML response and something about being expired. But I’m glad I was able to install the traditional way. Another question, I have WebObjects in

Re: Building WOLips5 from command line

2025-01-10 Thread Ricardo Parada via Webobjects-dev
Hi Ramsey,As to my original problems installing WOLips the traditional way I was able to obtain a certificate file here at work and then I modified eclipse.ini to use it. After that I was able to install WOLips 5 the traditional way. I will for sure give those packages 📦 a try.  They will save us s

Re: Building WOLips5 from command line

2025-01-09 Thread Ramsey Gurley via Webobjects-dev
Hi Ricardo, Good to hear from you :) There's not a dist.zip anymore because of changes to the build and the p2 repository layout. However, if you are logged into github, you can download a full 'Eclipse for Committers' installation pre-installed with Java 23, WOLips5, Spotbugs plugin, and the

Re: Building WOLips5 from command line

2025-01-09 Thread Ricardo Parada via Webobjects-dev
I installed Java 21 and I got past the errors message when building. I no longer get that. The error I get now has to do with network restrictions here at work and I’ll see if I can get help finding that or have them relax the restriction so that I can at least install it the traditional way?

Re: Building WOLips5 from command line

2025-01-09 Thread Ricardo Parada via Webobjects-dev
Or is it possible to download the latest dist.zip from somewhere to unzip it and do a local install? That is normally how I install the older version. I go to the Jenkins latest build and download the dist.zip, then unzip and do the local install. Thanks Ricardo Parada Sent from my iPhone >

Building WOLips5 from command line

2025-01-09 Thread Ricardo Parada via Webobjects-dev
Hi Ramsey, Happy new year and thank you for your work on WOLips5. On my work computer I cannot install WOLips5 using the traditional method doing Help > Install New Software… > Add and entering the WOLips update URL https://wocommunity.github.io/wolips/repository/ So I’m trying to build it a