> > 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"> >
Sorry. Typo on my side. I *do* have it like you have suggested. > > <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. Sri --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
