Conflicting Versions Of Same JAR

2009-06-18 Thread Timothy Orme
Hello, I have a JAR and a WAR. My JAR file is used to render PDF files using the Flying Saucer Project. When used in this way, flying saucer requires iText 2.0.8 to be included. So the POM file for my JAR has 2 dependencies: org.xhtmlrenderer : core-renderer :

Re: Conflicting Versions Of Same JAR

2009-06-18 Thread Timothy Orme
2009/6/18 Timothy Orme : Hello, I have a JAR and a WAR. My JAR file is used to render PDF files using the Flying Saucer Project. When used in this way, flying saucer requires iText 2.0.8 to be included. So the POM file for my JAR has 2 dependencies: org.xhtmlrende

Re: Conflicting Versions Of Same JAR

2009-09-03 Thread Timothy Orme
hymes with myPod] ;-) On 18 Jun 2009, at 18:23, Timothy Orme wrote: Great, thanks for the tips! However, I'm unfamiliar with what you mean by shading and moving it into a different tree and googling for it seems to be difficult. Can you elaborate on what this means or point me to

Re: Maven and Hudson

2010-04-07 Thread Timothy Orme
They aren't really comparable. Hudson is a Continuous Integration tool. Maven is a build tool. Hudson can use maven for its builds, but they aren't competing products. If you're looking for a build tool its usually between Maven and Ant. If you're looking for a continuous integration server, t