On Sat, 2003-10-11 at 00:02, Sri Sankaran wrote:
> 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">

that should be

<project xmlns:mine="jelly: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]
-- 
jvz.

Jason van Zyl
[EMAIL PROTECTED]
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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

Reply via email to