Done : http://jira.codehaus.org/browse/MAVEN-1444

jmp 

> -----Original Message-----
> From: Dion Gillard [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, September 11, 2004 6:17 PM
> To: Maven Users List; [EMAIL PROTECTED]
> Subject: Re: typedef & taskdef & classcast exception
> 
> Matthew, is it possible to summarize your issue with the 
> taskdef in that URL so that we can fix the Ant plugin in Jelly?
> 
> 
> 
> On Sat, 11 Sep 2004 18:04:11 +1000, J. Matthew Pryor 
> <[EMAIL PROTECTED]> wrote:
> > I had a 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: [EMAIL PROTECTED]
> > > Subject: typedef & taskdef & classcast exception
> > >
> > > 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;
> > >
> > >      <ant:typedef resource="types.properties"
> > > classpathref="custom.classpath"/>
> > >      <ant:taskdef resource="tasks.properties"
> > > classpathref="custom.classpath"/>
> > >
> > > second try
> > >
> > >      <ant:typedef resource="types.properties"
> > > classpathref="custom.classpath"
> > >                             loaderRef="foo"/>
> > >      <ant:taskdef resource="tasks.properties"
> > > classpathref="custom.classpath"
> > >                             loaderRef="foo"/>
> > >
> > > I also tried defining each task and type separately but 
> same result.
> > >
> > > Any pointers would be greatly appreciated.
> > >
> > > TTFN,
> > >
> > > -bd-
> > >
> > >
> > > 
> --------------------------------------------------------------------
> > > - To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > >
> > >
> > 
> > 
> > 
> > 
> > 
> ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > 
> > 
> 
> 
> 
> --
> http://www.multitask.com.au/people/dion/
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to