|
Any ideas, or do I have to run through Apache?
this is from my POM:
<dependency>
<groupId>wonder.d2w</groupId>
<artifactId>ERModernDefaultSkin</artifactId>
<version>7.5-SNAPSHOT</version>
</dependency>
as well as ERModernLook
My workSpace has only ONE project. Nothing else!
I can run in development mode, but notice the login button and
the Tabs are missing in the second example.

and

if I import d2w into the WorkSpace, clean and launch:

<head>
<title>Booking_D2W Login</title>
<link rel="stylesheet" type="text/css"
href="/cgi-bin/WebObjects/BookingD2W.woa/_wr_?wodata=ERROR_NOT_FOUND_framework_ERModernDefaultSkin_filename_default_login_page.css"/>
</head>
On 3/24/26 9:16 PM, Paul Hoadley wrote:
On 25 Mar 2026, at 11:06, Theodore Petrosky
<webobjects-dev@wocommunity.org> wrote:
you said, "Maven version needs to match exactly to what
your app depends on." what does that mean?
If your app depends on Foo.framework 1.0, you need to have
that project open in your Eclipse workspace and the POM
showing version 1.0—not 1.1, not 1.0-SNAPSHOT, etc. They need
to match precisely.
In any case, if the workaround doesn't solve this for you,
then we're talking about two different problems.
login.png
tabs.png
new login.png
|