• 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
Maven classpath ordering
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Maven classpath ordering


  • Subject: Maven classpath ordering
  • From: Ramsey Gurley <email@hidden>
  • Date: Thu, 24 Mar 2016 17:53:36 -0700

Hi all,

I have a small problem with classpath ordering in Maven and I’m hoping someone can explain how it works.

In the log of my app, I see the java.class.path.  It starts with lots of dependent jars and mostly ends with In house frameworks, Wonder then WebObjects frameworks. Unfortunately, one of the jars (StringTemplate) contains a class (ASTExpr) I need to override in order to make it happy with KeyValueCoding style getter naming. It’s a simple fix, and everything works properly in Eclipse as well as with our old Ant builds. But if I include this ASTExpr in my framework, the original shows up first in the classpath for the maven build, and thus, the class I intended to use as an override is overridden.

I relocated my StringTemplate dependency to the bottom of my pom file, but that made no difference in classpath ordering. Is there any secret way to force that jar down the list, or perhaps remove the original ASTExpr class from it?

Thanks,

Ramsey
 _______________________________________________
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: Maven classpath ordering
      • From: Lachlan Deck <email@hidden>
    • Re: Maven classpath ordering
      • From: Fabian Peters <email@hidden>
  • Prev by Date: Re: Maven not copying java resources into jar file
  • Next by Date: Re: Maven classpath ordering
  • Previous by thread: Re: prevent memory drain through sessions?
  • Next by thread: Re: Maven classpath ordering
  • Index(es):
    • Date
    • Thread