• 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: Paul Hoadley via Webobjects-dev <email@hidden>
  • Date: Wed, 29 Jan 2025 08:47:26 +1030
  • Feedback-id: i671c40f3:Fastmail

On 29 Jan 2025, at 01:43, Theodore Petrosky <email@hidden> wrote:

> When I create a new project, this is what I see:
> 1. Properties available showes wonder 7.2  how do I access 7.4? Do I just
> change the 7.2 to 7.4?

Yes!

> 2. I can change the look to “ModernLook”  but it appears the ModerLook
> libraries are not in the build path. How do I add them?
>
> What else? Little stuff, but I can ask questions about that later. For right
> now, I just wanna get modern look to load.

It's been quite a while since I've touched D2W, but I imagine it's just a
matter of adding the dependency to your POM. Eyeballing the source, I assume
you need to add this to your POM:

<dependency>
  <groupId>wonder.d2w</groupId>
  <artifactId>ERModernLook</artifactId>
  <version>7.4</version>
</dependency>

When using Maven, the answer to any question of the form "How do I use Foo in
my project?" is going to be "Add Foo as a dependency in your POM".


--
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/

 _______________________________________________
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: 
 >JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Paul Hoadley via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Theodore Petrosky via Webobjects-dev <email@hidden>)
 >Re: JDBC and Maven (From: Paul Hoadley 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