[Velocity] Erreur Velocity ressource path
Bonjour à tous,
Tout d'abord, je m'excuse pour le choix du forum...je ne suis pas sure d'être à la bonne place.
Ensuite, j'ai un petit souci avec Velocity. Mon programme compile et fonctionne mais j'ai une erreur Velocity à la compilation et ça me dérange, j'ai beau cherché sur internet, je ne trouve pas pourquoi.
Voici les logs :
Citation:
2007-04-04 11:36:31 INFO [Velocity ] - Default Properties File: org/apache/velocity/runtime/defaults/velocity.properties
2007-04-04 11:36:31 INFO [Velocity ] - Trying to use logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2007-04-04 11:36:31 INFO [Velocity ] - Using logger class org.apache.velocity.runtime.log.SimpleLog4JLogSystem
2007-04-04 11:36:31 INFO [Velocity ] - Default ResourceManager initializing. (class org.apache.velocity.runtime.resource.ResourceManagerImpl)
2007-04-04 11:36:31 INFO [Velocity ] - Resource Loader Instantiated: org.apache.velocity.runtime.resource.loader.FileResourceLoader
2007-04-04 11:36:31 INFO [Velocity ] - FileResourceLoader : initialization starting.
2007-04-04 11:36:31 INFO [Velocity ] - FileResourceLoader : adding path 'http://www.xx.xxxxxxxxx/back/velocimacros/'
2007-04-04 11:36:31 INFO [Velocity ] - FileResourceLoader : initialization complete.
2007-04-04 11:36:31 INFO [Velocity ] - ResourceCache : initialized. (class org.apache.velocity.runtime.resource.ResourceCacheImpl)
2007-04-04 11:36:31 INFO [Velocity ] - Default ResourceManager initialization complete.
2007-04-04 11:36:31 INFO [Velocity ] - Loaded System Directive: org.apache.velocity.runtime.directive.Literal
2007-04-04 11:36:31 INFO [Velocity ] - Loaded System Directive: org.apache.velocity.runtime.directive.Macro
2007-04-04 11:36:31 INFO [Velocity ] - Loaded System Directive: org.apache.velocity.runtime.directive.Parse
2007-04-04 11:36:31 INFO [Velocity ] - Loaded System Directive: org.apache.velocity.runtime.directive.Include
2007-04-04 11:36:31 INFO [Velocity ] - Loaded System Directive: org.apache.velocity.runtime.directive.Foreach
2007-04-04 11:36:31 INFO [Velocity ] - Created: 55 parsers.
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : initialization starting.
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : adding VMs from VM library template : VM_global_library.vm
2007-04-04 11:36:31 ERROR [Velocity ] - ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader.
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : error using VM library template VM_global_library.vm : org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'VM_global_library.vm'
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : VM library template macro registration complete.
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : allowInline = true : VMs can be defined inline in templates
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : allowInlineToOverride = false : VMs defined inline may NOT replace previous VM definitions
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : allowInlineLocal = false : VMs defined inline will be global in scope if allowed.
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : messages on : VM system will output logging messages
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : autoload off : VM system will not automatically reload global library macros
2007-04-04 11:36:31 INFO [Velocity ] - Velocimacro : initialization complete.
2007-04-04 11:36:31 INFO [Velocity ] - Velocity successfully started.
Merci pour votre aide et bonne journée,
Clémence