Re: WOLips development

2024-12-17 Thread Ramsey Gurley via Webobjects-dev
I believe I found and fixed this one with the help of Jens Schulze, who was having the same problem and showed me how to cause this error. Try the latest build, I think it will work now. On 11/27/24 7:25 AM, Michael Kondratov wrote: Whats the procedure for building the project after upgrading t

Re: WOLips development

2024-12-16 Thread Martino Limido via Webobjects-dev
Dear Ramsey, Thank you so much for your prompt response and for addressing the issue so quickly! I’ve tested the update, and I’m happy to report that everything is now working perfectly. I truly appreciate your hard work and dedication to maintaining WOLips. Your efforts make a huge difference

Re: WOLips development

2024-12-16 Thread Ramsey Gurley via Webobjects-dev
Thanks to your bug report, the problem is now fixed. It turns out I just missed a resource file which contained api for all the dynamic elements. It is now added to the build and autocomplete on binding names is working again. On 12/7/24 7:28 PM, Martino Limido wrote: Hi Ramsey, First, let m

Re: WOLips development -- funding update

2024-12-16 Thread Maik Musall via Webobjects-dev
Hi everyone, as you’ve noticed, Ramsey has done a lot towards improving WOLips lately. You may recall that we tried to get someone to do that as paid work a few years ago, and collected funding for that. Here’s the status report. We did the funding call in late 2020 here in this mailing list. W

Re: WOLips development

2024-12-08 Thread Aaron Rosenzweig via Webobjects-dev
You’re the best, thank you Ramsey :-) > On Dec 8, 2024, at 6:30 PM, Ramsey Gurley wrote: > > Oh, I see, it's a new issue. This is why I haven't merged to master yet :) I > assumed it would take some time for issues to be reported. I can verify you > are right, it works on WOLips master branch

Re: WOLips development

2024-12-08 Thread Ramsey Gurley via Webobjects-dev
Oh, I see, it's a new issue. This is why I haven't merged to master yet :) I assumed it would take some time for issues to be reported. I can verify you are right, it works on WOLips master branch but not WOLips5. I'll see if I can hunt down the problem and fix it. I've started a ticket for it,

Re: WOLips development

2024-12-08 Thread Aaron Rosenzweig via Webobjects-dev
Yes I noticed this too, that dynamic elements like On Dec 7, 2024, at 6:43 AM, Ramsey Gurley via Webobjects-dev > wrote: > > If I have to hazard a guess, it is that WOString is not a WOComponent but a > WODynamicElement. It doesn't have an API file. ERXBooleanSelector is a > component and doe

Re: WOLips development

2024-12-07 Thread Ramsey Gurley via Webobjects-dev
If I have to hazard a guess, it is that WOString is not a WOComponent but a WODynamicElement. It doesn't have an API file. ERXBooleanSelector is a component and does have an API file. There could also be some weirdness because WOString is replaced by ERXWOString in wonder, but that would be my

Re: WOLips development

2024-12-07 Thread Martino Limido via Webobjects-dev
Hi Ramsey, First, let me express my gratitude for the hard work and dedication to updating WOLips. The new version (5) installs smoothly on both Eclipse 2024-09 and Eclipse 2024-12, and I truly appreciate the improvements. However, I am experiencing an issue with the WOComponent Editor when us

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: WOLips development

2024-11-12 Thread Maik Musall via Webobjects-dev
Hi Ramsey, I used both in the past. JRebel’s become obsoleted by DCEVM, and although the last use is a while ago, I would use JProfiler again if I had to investigate a specific problem. I probably wouldn’t need the WO integration though, the standard Eclipse IDE integration would be sufficient.

Re: WOLips development

2024-11-11 Thread Hugi Thordarson via Webobjects-dev
Samuel, thanks _a lot_ for the hotswap-agent's WO plugin. It's saved me a huge amount of time over the years — and probably money, since I guess I'd still be using JRebel if DCEVM wasn't an option. Can't live without enhanced class redefinition! Cheers, - hugi > On 9 Nov 2024, at 14:32, Samue

Re: WOLips development

2024-11-10 Thread Ricardo Parada via Webobjects-dev
Hi Ramsey, Our team of 9 WebObjects developers doesn’t use any of those. Thank you Ricardo Parada Sent from my iPhone > On Nov 6, 2024, at 6:24 AM, Michael Schmiedgen via Webobjects-dev > wrote: > > Hi Ramsey, > > we use JRebel for a long time. We do not use JProfiler. > > I am at the l

Re: WOLips development

2024-11-09 Thread Samuel Pelletier via Webobjects-dev
Hi, As written by Hugi, rebel can be replaced with a DCEVM jvm using the hot swap plugin. This plugin do the same things for DCEVM as the jRebel plugin for rebel : clear KeyValueCoding, WOComponent and NSValidation caches on class reload. With this setup, you usually only need to restart an app

Re: WOLips development

2024-11-07 Thread Ramsey Gurley via Webobjects-dev
In particular, I'm migrating the wolips build to maven+tycho instead of the old ant build. Pretty soon, you should be able to 1) git clone the repo 2) mvn clean package 3) there is no step three! https://www.youtube.com/watch?v=2iyMf3tlKpU But seriously, we won't even need an eclipse_home inst

Re: WOLips development

2024-11-07 Thread Hugi Thordarson via Webobjects-dev
But I just recently learned how to do the old build! :p Seriously though, that's pretty awesome. - hugi > On 7 Nov 2024, at 11:47, Ramsey Gurley wrote: > > In particular, I'm migrating the wolips build to maven+tycho instead of the > old ant build. Pretty soon, you should be able to 1) git

Re: WOLips development

2024-11-07 Thread Hugi Thordarson via Webobjects-dev
Ramsay, it's awesome you're taking a look at WOLips, thanks for that! And curiosity is eating me alive; looking at anything in particular? Not using either of the plugins you mentioned. But using the opportunity for some evangelism; replaced JRebel with DCEVM and hotswap-agent a few years back.

Re: WOLips development

2024-11-07 Thread Martino Limido via Webobjects-dev
Hi Ramsey, I believe you’re correct—the plugin itself doesn’t actually exist. When checking the file at site.xml, it lists features/org.objectstyle.wolips.jrebel.feature_4.18.20240430.22.jar, but this jar doesn’t appear to be installed. I think the “magic” here is simply setting the ${jrebel_a

Re: WOLips development

2024-11-06 Thread Ramsey Gurley via Webobjects-dev
I assumed they were dead because when I look in the site.xml, they are listed, but when I look in /features/ they don't exist. I'm not sure what magic is allowing you to install them but I will try to maintain both of these since they apparently still work :) https://jenkins.wocommunity.org/jo

Re: WOLips development

2024-11-06 Thread Michael Schmiedgen via Webobjects-dev
Hi Ramsey, we use JRebel for a long time. We do not use JProfiler. I am at the latest Eclipse + WOLips at https://jenkins.wocommunity.org/job/WOLips_master/lastSuccessfulBuild/artifact/temp/dist/ Thanks, Michael On 11/5/2024 2:49 AM, Ramsey Gurley via Webobjects-dev wrote: Hi all, I'm

Re: WOLips development

2024-11-06 Thread Jérémy DE ROYER via Webobjects-dev
Hi, We didn’t use jRebel & jProfiler. As Martino, We are using WOLips (4.18.20240430.22) but with Eclipse 2023-03 (I'm always a little afraid to update). But I will have a try with Exlipse 2024-09 & jRebel as it seems to be really efficient. Have all a nice day, Jérémy > Le 6 nov. 2024 à 1

Re: WOLips development

2024-11-06 Thread Martino Limido via Webobjects-dev
Hi Ramsey, We’re using Eclipse Version: 2024-09 (4.33.0) with WOLips (4.18.20240430.22) and JRebel (2024.3.2.RELEASE). To enable JRebel, we add ${jrebel_args} in the VM Arguments section of each Run Configuration, which allows us to reload modified classes without rebuilding the project—this ha

Re: WOLips development

2024-11-06 Thread Ramsey Gurley via Webobjects-dev
Hi Martino, How are you using JRebel with WOLips currently? Are you building WOLips yourself currently? Using a really old version perhaps? Ramsey On 11/6/24 4:51 PM, Martino Limido via Webobjects-dev wrote: Hi everyone, Here at our team, we’ve been using JRebel for years now, and it’s beco

Re: WOLips development

2024-11-05 Thread Martino Limido via Webobjects-dev
Hi everyone, Here at our team, we’ve been using JRebel for years now, and it’s become a staple in our workflow. However, we don’t use JProfiler, so I can’t speak to its benefits. I’d be curious to know if others here have found it valuable or if there are additional tools they recommend for pro

Re: WOLips development

2024-11-05 Thread Aaron Rosenzweig via Webobjects-dev
Thanks Ramsey, I used jprofiler once and it was useful but I would not be sad if we dropped it from Webobjects. Today I use visualvm which is a free standalone tool that comes with most java installations and provides good profiling. I never used jrebel. For those that aren’t familiar, if you

Re: WOLips development

2024-11-05 Thread Ramsey Gurley via Webobjects-dev
That is a work in progress. Are there opinions on which D2W look(s) would be nice to have? I'm sure I'll set up an archetype with my own R2D2W framework. The other options I remember are modern, diva, neutral, and the core erd2w components. Right now, my focus is on fixing the wolips build so

Re: WOLips development

2024-11-05 Thread Theodore Petrosky via Webobjects-dev
I tried jrebel a few years ago... but gave up. Thank you for your service!! Did anything ever happen to adding D2W templates to the Maven setup? Theodore Petrosky | IT/Finance Director AgencySacks On 11/4/24, 8:50 PM, "Ramsey Gurley via Webobjects-dev" mailto:webobjects-dev@lists.ap

Re: WOLips development

2024-11-04 Thread Dev WO via Webobjects-dev
Hello Ramsey, Personally I don’t use any of them. Thanks for working on this, Xavier > On 5 Nov 2024, at 08:50, Ramsey Gurley via Webobjects-dev > wrote: > > Hi all, > > I'm doing some work on WOLips currently and I am wondering how many of you > active WO devs actually use jprofiler or j

Re: WOLips development

2024-11-04 Thread D Tim Cummings via Webobjects-dev
Neither do I Tim On 5/11/24 12:11, Dev WO via Webobjects-dev wrote: Hello Ramsey, Personally I don’t use any of them. Thanks for working on this, Xavier On 5 Nov 2024, at 08:50, Ramsey Gurley via Webobjects-dev wrote: Hi all, I'm doing some work on WOLips currently and I am wondering

Re: WOLips development on Windows—hot reload classes

2020-08-23 Thread Paul Hoadley via Webobjects-dev
On 24 Aug 2020, at 08:52, Paul Hoadley via Webobjects-dev wrote: > On 21 Aug 2020, at 16:29, Hugi Thordarson via Webobjects-dev > mailto:webobjects-dev@lists.apple.com>> > wrote: > >> @paul >> To my knowlege, there's no secret, always just worked. And dang, you have my >> full sympathy if yo

Re: WOLips development on Windows—hot reload classes

2020-08-23 Thread Paul Hoadley via Webobjects-dev
Hey Hugi, On 21 Aug 2020, at 16:29, Hugi Thordarson via Webobjects-dev wrote: > @paul > To my knowlege, there's no secret, always just worked. And dang, you have my > full sympathy if you don't have it working at the moment! Is this with a vanilla JDK? Or does it require DCEVM? I seem to reca

Re: WOLips development on Windows—hot reload classes

2020-08-21 Thread Dennis Scheffer via Webobjects-dev
nd>. > I wil try it .. > > Pierre > > De : Hugi Thordarson [mailto:h...@karlmenn.is] > Envoyé : vendredi 21 août 2020 08:59 > À : GILQUIN Pierre > Cc : WebObjects List > Objet : Re: WOLips development on Windows—hot reload classes > > @paul > To my kno

RE: WOLips development on Windows—hot reload classes

2020-08-21 Thread GILQUIN Pierre via Webobjects-dev
mailto:webobjects-dev@lists.apple.com] Envoyé : vendredi 21 août 2020 00:55 À : Hugi Thordarson Cc : WebObjects List Objet : Re: WOLips development on Windows—hot reload classes On 20 Aug 2020, at 23:29, Hugi Thordarson via Webobjects-dev mailto:webobjects-dev@lists.apple.com>> wrote: I&#x

Re: WOLips development on Windows—hot reload classes

2020-08-20 Thread Hugi Thordarson via Webobjects-dev
ple.com] > Envoyé : vendredi 21 août 2020 00:55 > À : Hugi Thordarson > Cc : WebObjects List > Objet : Re: WOLips development on Windows—hot reload classes > > On 20 Aug 2020, at 23:29, Hugi Thordarson via Webobjects-dev > mailto:webobjects-dev@lists.apple.com>> > wro

RE: WOLips development on Windows—hot reload classes

2020-08-20 Thread GILQUIN Pierre via Webobjects-dev
Replace Failed« panel … De : Paul Hoadley via Webobjects-dev [mailto:webobjects-dev@lists.apple.com] Envoyé : vendredi 21 août 2020 00:55 À : Hugi Thordarson Cc : WebObjects List Objet : Re: WOLips development on Windows—hot reload classes On 20 Aug 2020, at 23:29, Hugi Thordarson via Webobjects

Re: WOLips development on Windows—hot reload classes

2020-08-20 Thread Paul Hoadley via Webobjects-dev
On 20 Aug 2020, at 23:29, Hugi Thordarson via Webobjects-dev wrote: > I've got a Windows guy doing WO development using WOLips. Everything works > fine, apart from one thing: Dynamic class reloading does not seem to be > working. > Automatic building is active and changes to HTML/templates get