Re: Shading in maven ant tasks

2009-05-03 Thread Jason van Zyl
On 3-May-09, at 6:15 PM, Brett Porter wrote: On 04/05/2009, at 12:15 AM, Jason van Zyl wrote: That error above, you sure you're not pulling in two shaded versions? That would be the case - the shaded version in ant tasks, and the shaded version in Maven itself. So that they can all use

Re: Shading in maven ant tasks

2009-05-03 Thread Brett Porter
On 04/05/2009, at 12:15 AM, Jason van Zyl wrote: That error above, you sure you're not pulling in two shaded versions? That would be the case - the shaded version in ant tasks, and the shaded version in Maven itself. So that they can all use their own version, what is needed is for the

Re: Shading in maven ant tasks

2009-05-03 Thread Jason van Zyl
On 1-May-09, at 12:30 PM, Paul Gier wrote: The maven ant tasks currently creates a shaded jar that combines several of the dependencies into one jar. While working on MANTTASKS-106 (using ant tasks inside ant-run) I noticed that the plexus utils classes are relocated to hidden.org.plexus.

Shading in maven ant tasks

2009-05-01 Thread Paul Gier
The maven ant tasks currently creates a shaded jar that combines several of the dependencies into one jar. While working on MANTTASKS-106 (using ant tasks inside ant-run) I noticed that the plexus utils classes are relocated to hidden.org.plexus.utils. This causes classloader problems when ca