Don't know the details of mvn site, but the velocity errors about VM_global_library.vm are probably just informational warnings -- that file is optional.
The "too few arguments to macro" errors sound serious and probably are the cause of some kind of problem. Velocity macro calls look like this and have space-separated arguments #macroname(arg1 arg2 arg3) No idea if this is of any help in the specific instance. On 6/18/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
When I attempt to build the tomahawk and sandbox sites using "mvn clean site", not all of the reports are being built (the ones I noticed are the 2 TLD reports - "Taglibdoc documentation" and "Tag reference") When I grep the mvn site log for ERROR I get: [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [ERROR] VM #displayTree: error : too few arguments to macro. Wanted 2 got 0 [ERROR] VM #menuItem: error : too few arguments to macro. Wanted 1 got 0 [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. [ERROR] ResourceManager : unable to find resource 'VM_global_library.vm' in any resource loader. This caused the sandbox site to now no longer have those reports on the main site since I deployed it. Has anyone else experienced this, and how can I fix it so that the sandbox site gets corrected? Thanks, Andrew
