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]

Reply via email to