• 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: Theodore Petrosky via Webobjects-dev <email@hidden>
  • Date: Thu, 6 Feb 2025 13:56:32 -0500

A link to my project and framework:  http://ftp.agencysacks.com/_pjSEh3WxrVst_R

> On Feb 5, 2025, at 7:45 PM, Ramsey Gurley <email@hidden> 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      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: JDBC and Maven
      • From: Ramsey Gurley 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>)
 >Re: JDBC and Maven (From: Ramsey Gurley 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