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
doesn't really do anything but hit /.
From: Aaron Rosenzweig via Webobjects-dev
Sent: Tuesday, July 30, 2024 10:41 AM
To: WebObjects-Dev List
Subject: Advisory: Eclipse bundless builds + maven = no está bien
Do you know there is a concept of “bundless builds” ? It works with ANT but not
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