Re: problems loading correct class, using maven 2.2.1 and jdk1.6

2011-08-16 Thread glenh
I think I found a solution for this problem. In my maven build I just download the particular jar that I need and add the -endorseddirs option when I invoke the maven compiler to override the default class provided in the rt.jar. -- View this message in context: http://maven.40175.n5.nabble.com/

problems loading correct class, using maven 2.2.1 and jdk1.6

2011-08-11 Thread glenh
Hey, We're using web service annotations for our application and running into a strange problem. During compilation we get an error stating that it can't find a specific constructor(s). The problem is that the class that has the correct constructor is located in a third party jar (from geranimo

Re: Multimodule distribution

2011-08-05 Thread glenh
Have you tried using filesets? You can include/exclude files/directories in your assembly descriptor. -- View this message in context: http://maven.40175.n5.nabble.com/Multimodule-distribution-tp4574067p4670472.html Sent from the Maven - Users mailing list archive at Nabble.com. ---