• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: JDBC and Maven
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: JDBC and Maven


  • Subject: Re: JDBC and Maven
  • From: Ramsey Gurley via Webobjects-dev <email@hidden>
  • Date: Thu, 6 Feb 2025 09:45:07 +0900

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 <email@hidden> 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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: JDBC and Maven
      • From: Theodore Petrosky via Webobjects-dev <email@hidden>
References: 
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Ramsey Gurley via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)

  • Prev by Date: Re: JDBC and Maven
  • Next by Date: Re: JDBC and Maven
  • Previous by thread: Re: JDBC and Maven
  • Next by thread: Re: JDBC and Maven
  • Index(es):
    • Date
    • Thread