Re: AW: Java 17? Half or Full?

2022-12-10 Thread Ray Kiddy via Webobjects-dev
These are great ideas. How hard do you think it would be to implement them? By the way, you point out that the WO license does not allow you to decompile the jars. I would suggest that unzipping the jar files to get a individual class files is not "decompiling" anything. If one is

Re: [Proposal] Drop Wonder's Ant Build

2022-09-01 Thread Ray Kiddy via Webobjects-dev
I was able to check out this branch, and then run: mvn clean mvn package mvn install No problems. And then I did: cd Examples/D2W/ERModernMoviesDemo cd target/ERModernMoviesDemo-7.4-SNAPSHOT.woa and NEXT_ROOT=/opt bash ERModernMoviesDemo And I was able to run the example, access it and

Re: [Proposal] Drop Wonder's Ant Build

2022-06-28 Thread Ray Kiddy via Webobjects-dev
No. We are only talking about the building of Wonder itself. Projects using Wonder can be built in different ways. It is a completely different issue. - ray On 6/28/22 06:45, Jesse Tayler via Webobjects-dev wrote: I admit I’m only half following this thread but I am still using Ant right now

Re: [Proposal] Drop Wonder's Ant Build

2022-06-16 Thread Ray Kiddy via Webobjects-dev
It has been getting harder and harder to build Wonder with ant. The last time I had to, I ended up not bothering to finish the build. Life is too short. Yes, I am still using ant in my own apps, but that is different. So, my vote is: Make it so. cheers - ray On 6/16/22 17:05, Paul

Re: WOString's valueWhenEmpty and escapeHTML

2020-12-08 Thread Ray Kiddy via Webobjects-dev
Sounds like an oversight to me. - ray On 12/3/20 1:47 PM, Henrique Prange via Webobjects-dev wrote: Hey guys, Is there a reason for the WOString's valueWhenEmpty binding not be escaped when escapeHTML evaluates to true? Cheers, HP ___ Do not

Re: WOLips bugfixes and new features planning

2020-11-18 Thread Ray Kiddy via Webobjects-dev
On 11/18/20 1:02 AM, Maik Musall via Webobjects-dev wrote: Hi everyone, we’ve had a long period of procrastinating ... We need a sample application complex enough that most of the relevant parts of WOLips is touched when working on it, so that the plugin developer has an actual piece of

Re: Default mysql TIMESTAMPS not allowed NULL

2020-11-11 Thread Ray Kiddy via Webobjects-dev
I was seeing the same at one point. I believe that upgrading the jdbc driver I was using fixed it. What version of the jdbc driver jar are you using? I am using mysql-connector-java-8.0.19.jar. % java --version java 14 2020-03-17 Java(TM) SE Runtime Environment (build 14+36-1461) Java

what log analyzers are we using?

2020-09-02 Thread Ray Kiddy via Webobjects-dev
Hello - What log analyzers are people using? I know that the question of which tools are best can go into the weeds and I am not trying to find the best of all time. I am just looking for which tools might not be too hard to set up. Is there anything new out there that is interesting and

Re: AW: WOLips bugfixes and new features planning

2020-07-08 Thread Ray Kiddy via Webobjects-dev
On 7/7/20 12:47 PM, Wolfgang Hartmann via Webobjects-dev wrote: Although I am not working anymore with webobjects but with more recent technologies I was still the one who did the last updates on the wolips-project. And therefore here is my opinion about the discussion of work to be done on

Re: Sign in with apple?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
On 6/2/20 5:41 AM, Jesse Tayler wrote: On Jun 1, 2020, at 9:40 PM, Ray Kiddy wrote: Somebody comes in to the app, I get their e-mail address and sent them an "invite" into the app. This is exactly as secure as any password-storage system that uses e-mail to reset passwords This means

Main not a subclass of WOComponent - but an odd cause - bad selenium jar?

2020-06-03 Thread Ray Kiddy via Webobjects-dev
Hello - Just an FYI. I had an odd crash after adding some unit test code to an application. I have found the work-around for the problem but have not yet determined the cause. I got an exception on first accessing the app: *Error:* java.lang.IllegalArgumentException: Class 'Main' exists

Re: Sign in with apple?

2020-06-01 Thread Ray Kiddy via Webobjects-dev
What problem are you trying to solve? Are you wanting to not store passwords? Even if you use a third-party solution, you are still going to store user-specific configuration information, yes? Or are you handing all of that to Apple? I have apps that are secure and I do not store passwords.

Re: buildability? basic questions...

2020-05-09 Thread Ray Kiddy via Webobjects-dev
simplifies the directory structures. Most probably for you this document is sufficient. Yeah, Montreal, those were the days Have fun and keep clear of corona (no, not the beer unfortunately) ---markus--- On 24 Apr 2020, at 19:58, Ray Kiddy via Webobjects-dev wrote: Hello - I have actually

Re: Problem with fresh install....

2020-05-09 Thread Ray Kiddy via Webobjects-dev
Um Doesn't everyone just create a new workspace when they have installed a new version of WO or (sometimes) Wonder? I started doing this years ago, just to get past the hassle. Unless I misunderstand the problem. cheers - ray On 3/25/20 8:09 AM, Tim W via Webobjects-dev wrote: On Mar

buildability? basic questions...

2020-04-24 Thread Ray Kiddy via Webobjects-dev
Hello - I have actually been doing quite a lot with the WO deployment on my colo. It has been fun. But I have not been able to build wonder for a while. There were a few new laptops and OS versions and other changes in there. But it leads to a few simple question. 1) Is wonder buildable?