X-CGP-ClamAV-Result: CLEAN X-VirusScanner: Niversoft's CGPClamav Helper v1.25a (ClamAV 1.4.3/27950) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=simple/simple; d=wocommunity.org; s=mail; bh=RYnf8jnutlTkrEN3HHYr1rYdIIIckj1OY10Jq1Y7INY=; h=From:Subject:Message-ID:Date:Content-Type:MIME-Version:To:Sender:Reply-To: List-Archive:List-Unsubscribe:List-Id; b=MCG/jJxIqx/0fZfOb9YApiqWI03Rt9rwWs2Q uZhCKhmvLZoxdhT+EKd9GkoBd695emOo1+GawaE5vnM17pFuHzP+ObS2JiXtbza0/nonK07i0FMjB VcuCvE86/qBxmjgzv/VZkWoJ9XaaNfwKuyEdtcaGyZ9Jq/kreLKS6Q+Gp+FDyAzzvYzeU+dJbIme4 gIQAluWfCew+WvmCHRnbM4qT3ZTVbqQwWZb5AT9UI6V+sC0ie9rl9bl2vh77gyBuGAICZwHk4j9Mq sCyPXQJbzknYsUbKnXy8I55G1rIJiD9Oz8A01FkxQ+EFW0vqPeAphrCNE1zhKMxonm2ACZ4bbIA== Return-Path: X-ListServer: CommuniGate Pro LIST 6.3.18 List-Id: List-Unsubscribe: List-Archive: Reply-To: "WebObjects & WOnder Development" Sender: "WebObjects & WOnder Development" To: "WebObjects & WOnder Development" MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="------------HvbBLqBiU400k0fuTyxckTHs" X-Original-Message-ID: <827c6bd3-9e40-4429-80a9-236c965cd79e@yahoo.com> Date: Tue, 24 Mar 2026 20:36:41 -0400 Message-ID: Subject: [WO-DEV] Re: Apache in development From: "Theodore Petrosky" This is a multi-part message in MIME format. --------------HvbBLqBiU400k0fuTyxckTHs Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Paul, NFG, I imported and copied ERModernDefaultSkin, ERModernDirectToWeb, ERModernLook, and ERMootoolsDirectToWeb into my Workspace. I cleaned and launched my app, and with the four mentioned frameworks NO css nor images show up. Before adding the FWs, I would see a normal D2W Modern log in page except the login button. With the FWs, no css. I deleted the FWs from the workspace, cleaned, launched, and I was back to "Normal". you said, "Maven version needs to match exactly to what your app depends on." what does that mean? maybe I am not doing this right Ted On 3/24/26 5:51 PM, Paul Hoadley wrote: > Hi Ted, > > On 25 Mar 2026, at 05:44, Theodore Petrosky > wrote: > >> HOWEVER, I have a D2W app that was started with the Ant paradigm. >> After learning maven and switching my app over (it is much cleaner) >> many of the images from ERModernDefaultSkin do not display in >> development. > > There is an annoying edge case with Maven frameworks and resource > loading in Eclipse. I've never investigated it too deeply, as the > workaround is simple: in your case, you need > ERModernDefaultSkin.framework as an open project in your Eclipse > workspace, and the Maven version needs to match exactly to what your > app depends on. When there's a version mismatch, it doesn't seem to be > able to load resources out of the JAR in your ~/.m2/repository. > > > -- > Paul Hoadley > https://logicsquad.net/ > https://www.linkedin.com/company/logic-squad/ > --------------HvbBLqBiU400k0fuTyxckTHs Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: 8bit

Paul,

NFG,

I imported and copied ERModernDefaultSkin, ERModernDirectToWeb, ERModernLook, and ERMootoolsDirectToWeb into my Workspace. I cleaned and launched my app, and with the four mentioned frameworks NO css nor images show up. 

Before adding the FWs, I would see a normal D2W Modern log in page except the login button. With the FWs, no css.

I deleted the FWs from the workspace, cleaned, launched, and I was back to "Normal". 

you said, "Maven version needs to match exactly to what your app depends on." what does that mean?

maybe I am not doing this right

Ted

On 3/24/26 5:51 PM, Paul Hoadley wrote:
Hi Ted,

On 25 Mar 2026, at 05:44, Theodore Petrosky <webobjects-dev@wocommunity.org> wrote:

HOWEVER, I have a D2W app that was started with the Ant paradigm. After learning maven and switching my app over (it is much cleaner) many of the images from ERModernDefaultSkin do not display in development.

There is an annoying edge case with Maven frameworks and resource loading in Eclipse. I've never investigated it too deeply, as the workaround is simple: in your case, you need ERModernDefaultSkin.framework as an open project in your Eclipse workspace, and the Maven version needs to match exactly to what your app depends on. When there's a version mismatch, it doesn't seem to be able to load resources out of the JAR in your ~/.m2/repository.


--------------HvbBLqBiU400k0fuTyxckTHs--