Re: Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Paul Hoadley via Webobjects-dev
On 31 Jul 2024, at 01:11, Aaron Rosenzweig via Webobjects-dev wrote: > Turns out, now with Maven, you cannot use bundless builds! If you do, you > won't see any errors/problems (no red) in Eclipse but you'll get runtime > errors when you launch. Most notable is a null mainBundleName. Great de

Properties file not loading

2024-07-30 Thread Aaron Rosenzweig via Webobjects-dev
Anyone struggle with app not finding properties files when launching from Eclipse? I’m still trying to go form ANT -> Maven and there is a shared framework with a properties file in it that I want to be pulled into various apps. Curiously, app “A” is able to pull in the properties just fine b

Re: Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Ramsey Gurley via Webobjects-dev
I wasn't online yesterday, so maybe I'm too late to help here, but... I have a maven archetype (project template) for a webobjects application posted here, https://github.com/nullterminated/woarchetypes (I actually planned to make one for d2w and frameworks too, but I haven't gotten around to

Advisory: Eclipse bundless builds + maven = no está bien

2024-07-30 Thread Aaron Rosenzweig via Webobjects-dev
Do you know there is a concept of “bundless builds” ? It works with ANT but not with Maven. If you try to use bundless builds with Maven you’ll get runtime errors when launching via Eclipse related to “null” for "NSProperties._mainBundleName()” I've been using Eclipse bundless builds for a ver