Re: [m2]Local repo problem

2006-01-03 Thread Bill Dudney
using an maven 1 repo layout for your m2 repo, make sure to specify legacy in your pointer to the repository. HTH, Bill Dudney MyFaces - myfaces.apache.org Wadi - incubator.apache.org/wadi On Jan 3, 2006, at 3:35 AM, Abbs, David A wrote: I have setup a local repository and dependencies are

Re: typedef & taskdef & classcast exception

2004-09-18 Thread Bill Dudney
similar problem : http://www.dynamic-control.net/2004/07/maven-and-cpptasks-google- bait.html And I am not sure if loaderRef is case sensitive. I had success with loaderref Matthew -Original Message----- From: Bill Dudney [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 08, 2004 5:20 AM To: [

Re: typedef & taskdef & classcast exception

2004-09-08 Thread Bill Dudney
also had to put this: root in one of my project.xml's definitions to get the JAR to load in the same classpath as another JAR that used it. This behavior is supposed to be deprecated, but I couldn't figure out another way to get it to work. On Tue, 07 Sep 2004, at 14:07:18 [GMT -0600] Bil

Re: typedef & taskdef & classcast exception

2004-09-07 Thread Bill Dudney
eption. Thanks again for any help. -bd- On Sep 7, 2004, at 1:19 PM, Bill Dudney wrote: Hello, I am trying to define both a custom task and a custom type in a maven plugin.jelly file. I have tried many different combinations of {type/task}def but have not been able to get around the ClassCastEx

typedef & taskdef & classcast exception

2004-09-07 Thread Bill Dudney
Hello, I am trying to define both a custom task and a custom type in a maven plugin.jelly file. I have tried many different combinations of {type/task}def but have not been able to get around the ClassCastException problem. first try; second try loader