You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by "Hensley, Richard" <Ri...@McKesson.com> on 2001/11/02 02:36:59 UTC

RE: Using Anakia with a velocity.properties file and templatePath att ribute

> I'm goofing around with the Anakia example because I'm going to use 
> Anakia to generate some static html. One of the things that I noticed 
> was a number of warnings in the velocity.log: 

> Thu Nov 01 16:58:19 PST 2001   [warn] Velocimacro : VM addition
rejected 
> : makeProject : inline not allowed to replace existing VM 

> I remembered reading something on the list about having the resource 
> loader cache turned on to prevent these warnings, so I built a 
> velocity.properties file in the build directory. 

As a follow up to this, when I put the following into the
velocity.properties file: 

file.resource.loader.path = ../xdocs/stylesheets 

The above warnings went away as I expected. 

Richard Hensley