You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@velocity.apache.org by "Shapira, Yoav" <Yo...@mpi.com> on 2004/01/21 19:53:53 UTC

ResourceManager: unable to find resource 'VM_global_library.vm' in any resource loader

Hi,
I get the error message in the subject when using Velocity.  It doesn't
seem to be serious, as my code works and no exception is thrown, but I
wanted to confirm that this is not a serious error message.

This is velocity-1.3.1 on JDK 1.4.2 on Solaris 8, with basic code:
VelocityEngine ve = new VelocityEngine();
// Set log4j logging properties for ve as in logger example
ve.init();

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org


Re: ResourceManager: unable to find resource 'VM_global_library.vm' in any resource loader

Posted by Will Glass-Husain <wg...@forio.com>.
By default Velocity looks in the template path for a file named
"VM_global_library.vm" containing macros when the engine is started.

If you don't have any, it prints this message.  (The file is  not required).

WILL



----- Original Message ----- 
From: "Shapira, Yoav" <Yo...@mpi.com>
To: <ve...@jakarta.apache.org>
Sent: Wednesday, January 21, 2004 10:53 AM
Subject: ResourceManager: unable to find resource 'VM_global_library.vm' in
any resource loader



Hi,
I get the error message in the subject when using Velocity.  It doesn't
seem to be serious, as my code works and no exception is thrown, but I
wanted to confirm that this is not a serious error message.

This is velocity-1.3.1 on JDK 1.4.2 on Solaris 8, with basic code:
VelocityEngine ve = new VelocityEngine();
// Set log4j logging properties for ve as in logger example
ve.init();

Yoav Shapira
Millennium ChemInformatics





This e-mail, including any attachments, is a confidential business
communication, and may contain information that is confidential, proprietary
and/or privileged.  This e-mail is intended only for the individual(s) to
whom it is addressed, and may not be saved, copied, printed, disclosed or
used by anyone else.  If you are not the(an) intended recipient, please
immediately delete this e-mail from your computer system and notify the
sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: velocity-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: velocity-user-help@jakarta.apache.org