X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.25a (ClamAV 0.103.12/27778) X-Junk-Score: 0 [] X-KAS-Score: 0 [] Return-Path: Received: from mail-01.1984.is ([185.112.145.69] verified) by post.selbstdenker.com (CommuniGate Pro SMTP 6.3.18) with ESMTPS id 34857545 for webobjects-dev@wocommunity.org; Fri, 07 Nov 2025 10:46:06 +0100 Received-SPF: pass receiver=post.selbstdenker.com; client-ip=185.112.145.69; envelope-from=hugi@karlmenn.is Received: from localhost by mail-01.1984.is with esmtp (Exim 4.96) (envelope-from ) id 1vHJ2Y-001faZ-11 for webobjects-dev@wocommunity.org; Fri, 07 Nov 2025 09:45:55 +0000 From: Hugi Thordarson Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3826.700.81\)) Subject: Fixing a few issues with maven in Wonder Message-Id: <7F1978EB-B0FC-44FF-8D49-5B7E65F564C4@karlmenn.is> Date: Fri, 7 Nov 2025 09:45:43 +0000 To: WebObjects & WOnder Development X-Mailer: Apple Mail (2.3826.700.81) X-Spam-Score: -0.0 (/) X-Authenticated-User: hugi@karlmenn.is X-Sender-Address: hugi@karlmenn.is Hi all, I've got a few issues and pull requests on Wonder. Since we don't have = any sort of formal "development process" for Wonder, I can't really = "submit for review", but I'd love some comments or a quick look before = merging work like this, especially since I rarely use Project Wonder so = my battle-testing in daily use is unfortunately limited. I started this = effort just so I don't have to turn on "Generate Bundles" every time I = open up a Wonder project. 1) Make Bundleless builds work with maven https://github.com/wocommunity/wonder/issues/1025 https://github.com/wocommunity/wonder/pull/1027 2) Change ERFoundation to recognize the correct maven nature https://github.com/wocommunity/wonder/issues/1029 3) Have ERXApplication$Loader recognize a WO project based on the = presence of a build.properties containing a "project.name" property, = rather than digging inside the ".project" file for a WOLips nature = (based on PR #1027's branch) https://github.com/wocommunity/wonder/issues/1028 https://github.com/wocommunity/wonder/pull/1031 Don't know if anyone is using the current 7.5-SNAPSHOT. Anyone doing = that? Or is everyone off to their own branch these days? Cheers, - hugi=