"Sri Sankaran" <[EMAIL PROTECTED]> wrote on 12/10/2003 12:02:05 AM:

> I have tried root, root.maven & not stating it at all.
> 
> Sri

Try:

<project xmlns:mine="jelly:com.sas.mis.jelly.MisTagLibrary">
  <goal name="foo-goal">
    <mine:someTag>
    ...
    </mine:someTag>
  </goal>
</project>
--
dIon Gillard, Multitask Consulting
Blog:      http://blogs.codehaus.org/people/dion/


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
> Sent: Saturday, October 11, 2003 6:05 AM
> To: Maven Users List
> Subject: Re: Custom Tag library => ClassNotFoundException
> 
> Which classloader does the dependency state in its properties?
> --
> dIon Gillard, Multitask Consulting
> Blog:      http://blogs.codehaus.org/people/dion/
> 
> 
> "Sri Sankaran" <[EMAIL PROTECTED]> wrote on 11/10/2003 02:02:08 PM:
> 
> > Using: Maven 1.0 rc1
> > 
> > I am trying to use a custom tag library that I've written in a plug-
> > in.  However, it fails with a ClassNotFoundException on the TagLibrary 

> class.
> > 
> > Following are the relevant snippets:
> > 
> > Plugin.jelly
> > 
> > <project xmlns:mine="com.sas.mis.jelly.MisTagLibrary">
> >   <goal name="foo-goal">
> >     <mine:someTag>
> >     ...
> >     </mine:someTag>
> >   </goal>
> > </project>
> > 
> > The plugin's project.xml specifies the appropriate jar file in its 
> > dependencies' section and this gets duly downloaded to the local 
> > repository.  However the goal does not execute because of a 
> > ClassNotFoundException com.sas.mis.jelly.MisTagLibrary
> > 
> > What am I missing?
> > 
> > Sri
> > 
> > ---------------------------------------------------------------------
> > 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]
> 
> 
> ---------------------------------------------------------------------
> 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]

Reply via email to