Hi,
I got some error when I’m trying to deploy a web app who use hibernate 3, spring 2 and jsf
INFO: ExtensionValidator[/testjsf][commons-attributes-compiler.jar]: L'extension requise "ant" est introuvable.
1 mars 2007 02:35:41 org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[/testjsf][commons-attributes-compiler.jar]: L'extension requise "qdox" est introuvable.
1 mars 2007 02:35:41 org.apache.catalina.util.ExtensionValidator validateManifestResources
INFO: ExtensionValidator[/testjsf][commons-attributes-compiler.jar]: L'extension requise "javadoc" est introuvable.
1 mars 2007 02:35:41 org.apache.catalina.util.ExtensionValidator validateManifestResources
So the translated error message will be in english :
The extension required "ant" not found
The extension required "qdox" not found
The extension required "javadoc" not found
Any suggestion ? Thanks