Current ERExtensions should include ERFoundation/ERWebObjects for you. Try toggling Generate Bundles off and see if it works. With it on, you're going to get a CFBundle in your project's build/ directory which is probably going to end up as your MainBundle, which may not be including your d2wmodel for whatever reason? You can check build/<yourapp>.woa/Contents/Resources/ for your d2wmodel file to see if it is there. I always use Generate Bundles on and everything works fine for me, so it probably isn't that... But that may be because I use fluffy bunny layout. It's worth a try anyway.

On 2/6/25 9:01 AM, Theodore Petrosky wrote:
So WOLips Builds Generate Bundles is checked

Here are my dependencies

<dependencies>
<dependency>
<groupId>wonder.core</groupId>
<artifactId>ERExtensions</artifactId>
<version>${wonder.version}</version>
</dependency>
<dependency>
<groupId>wonder.core</groupId>
<artifactId>ERDirectToWeb</artifactId>
<version>${wonder.version}</version>
</dependency>
<dependency>
<groupId>wonder.core</groupId>
<artifactId>ERNeutralLook</artifactId>
<version>${wonder.version}</version>
</dependency>
<dependency>
<groupId>wonder.core</groupId>
<artifactId>ERPrototypes</artifactId>
<version>${wonder.version}</version>
</dependency>
<dependency>
<groupId>wonder.core</groupId>
<artifactId>WOOgnl</artifactId>
<version>${wonder.version}</version>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
<artifactId>JavaWebObjects</artifactId>
<version>${webobjects.version}</version>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
<artifactId>JavaEOAccess</artifactId>
<version>${webobjects.version}</version>
</dependency>
<dependency>
<groupId>com.webobjects</groupId>
<artifactId>JavaFoundation</artifactId>
<version>${webobjects.version}</version>
</dependency>
<dependency>
<groupId>wonder.d2w</groupId>
<artifactId>ERModernLook</artifactId>
<version>7.4</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
<version>42.7.5</version>
</dependency>
     <dependency>
            <groupId>wonder.plugins</groupId>
<artifactId>PostgresqlPlugIn</artifactId>
            <version>7.4</version>
     </dependency>
<dependency>
<groupId>com.eltek</groupId>
<artifactId>MyD2W_FW</artifactId>
<version>0.0.1-SNAPSHOT</version>
</dependency>
</dependencies>

On Feb 5, 2025, at 5:39 PM, Ramsey Gurley <ramseygur...@gmail.com> wrote:

I think this is the fake one. Which means src/main/resources should be the proper place. In your Prefereces -> WOLips -> Builds, do you see Generate Bundles checked or unchecked? Also, in your maven dependency hierarchy, do you see ERFoundation and ERWebObjects?

On 2/6/25 5:41 AM, Theodore Petrosky wrote:
<nature>org.maven.ide.eclipse.maven2Nature</nature>
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to