The fake maven nature is comically bad at this point. I downloaded and tried to File ->Import ->Maven->Maven Project on your FW and app and both sent eclipse into an infinite loop of dialogs. I had to force quit eclipse twice just to see the imported folders.

I'm rewriting ERWebObjects. Hopefully, this will fix the problems you are having.


On 2/7/25 3:56 AM, Theodore Petrosky wrote:
A link to my project and framework: http://ftp.agencysacks.com/_pjSEh3WxrVst_R

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

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>
 _______________________________________________
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