Did you bind your namespaces in the maven.xml ? <project xmlns:XXX="XXX" ...
Did you installed the required plugins ? I think you need at least these ones : http://jakarta.apache.org/cactus/integration/maven/installing.html http://maven-plugins.sourceforge.net/maven-weblogic-plugin/index.html Don't know for the others. Arnaud On 1/16/06, Hines, John <[EMAIL PROTECTED]> wrote: > > I have inherited a maven.xml script that requires some namespaces that > maven can't find: > > Tag library requested that is not present: 'c1cactus' in plugin: 'null' > Tag library requested that is not present: 'os' in plugin: 'null' > Tag library requested that is not present: 'ejbtool' in plugin: 'null' > Tag library requested that is not present: 'beautify' in plugin: 'null' > Tag library requested that is not present: 'weblogic' in plugin: 'null' > I have > > Any idea where I can find these defined? > > Thanks, > John Hines > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
