Hi Ted,

You should not need a Libraries folder with maven, since maven manages all that for you. If you open the pom.xml in Eclipse, you can switch the tab on bottom from source to dependency hierarchy and you should see your driver jar listed in there.

To add a framework, you do it the same way as adding the driver jar, by putting it in the pom.xml. It should be able to resolve your framework in the workspace given the correct GAV (groupId, artifactId, version).

Ramsey

On 1/26/25 4:46 AM, Theodore Petrosky via Webobjects-dev wrote:
Ok so I can create new Maven based apps. I can download the postgres JDBC 
driver or the maven text:

             <dependency>
                 <groupId>org.postgresql</groupId>
                 <artifactId>postgresql</artifactId>
                 <version>42.7.5</version>
             </dependency>
I tried putting the   postgresql-42.7.5.jar in /Libraries but my app still does 
not see the driver.

AND

My app uses a framework that I created. How do I add it?

Ted
  _______________________________________________
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/ramseygurley%40gmail.com

This email sent to ramseygur...@gmail.com
_______________________________________________
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