You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by "fanglei (JIRA)" <de...@velocity.apache.org> on 2011/01/07 04:49:46 UTC

[jira] Created: (VELOCITY-794) can't get the velocity template in networks

can't get the velocity template in networks 
--------------------------------------------

                 Key: VELOCITY-794
                 URL: https://issues.apache.org/jira/browse/VELOCITY-794
             Project: Velocity
          Issue Type: Bug
          Components: Engine
    Affects Versions: 1.7
         Environment: windows xp
eclipse 3.5
            Reporter: fanglei


   begin:
 	properties.setProperty(Velocity.FILE_RESOURCE_LOADER_PATH, "FileParentPath");   
        	velocityEngine = new VelocityEngine(properties);
 when I get VM Template in this way:
                      template = velocityEngine.getTemplate("C:\xxx\ABC.vm" "GBK");
 I can get the template object.
but when I get VM Template which the path on LAN like this:
                       template = velocityEngine.getTemplate("\\CompanyName\myPC\xxx\ABC.vm" "GBK");
I can't get the template object and catch an error message:

2011-1-7 11:47:00 org.apache.velocity.runtime.log.JdkLogChute log
严重: ResourceManager : unable to find resource 'TB_%modelNameInFileName%.java.vm' in any resource loader.
org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'TB_%modelNameInFileName%.java.vm'
	at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:483)
	at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:354)
	at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1400)
	at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:422)
	at mda.codemachine.core.engine.Builder.build(Builder.java:50)


I want create VM LAN Pool for public,so I must do this.
thank you~



                       

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (VELOCITY-794) can't get the velocity template in networks

Posted by "Christopher Schultz (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Christopher Schultz resolved VELOCITY-794.
------------------------------------------

    Resolution: Duplicate

Duplicate of VELTOOLS-782

> can't get the velocity template in networks 
> --------------------------------------------
>
>                 Key: VELOCITY-794
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-794
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.7
>         Environment: windows xp
> eclipse 3.5
>            Reporter: fanglei
>
>    begin:
>  	properties.setProperty(Velocity.FILE_RESOURCE_LOADER_PATH, "FileParentPath");   
>         	velocityEngine = new VelocityEngine(properties);
>  when I get VM Template in this way:
>                       template = velocityEngine.getTemplate("C:\xxx\ABC.vm" "GBK");
>  I can get the template object.
> but when I get VM Template which the path on LAN like this:
>                        template = velocityEngine.getTemplate("\\CompanyName\myPC\xxx\ABC.vm" "GBK");
> I can't get the template object and catch an error message:
> 2011-1-7 11:47:00 org.apache.velocity.runtime.log.JdkLogChute log
> 严重: ResourceManager : unable to find resource 'TB_%modelNameInFileName%.java.vm' in any resource loader.
> org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'TB_%modelNameInFileName%.java.vm'
> 	at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:483)
> 	at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:354)
> 	at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1400)
> 	at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:422)
> 	at mda.codemachine.core.engine.Builder.build(Builder.java:50)
> I want create VM LAN Pool for public,so I must do this.
> thank you~
>                        

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Closed: (VELOCITY-794) can't get the velocity template in networks

Posted by "fanglei (JIRA)" <de...@velocity.apache.org>.
     [ https://issues.apache.org/jira/browse/VELOCITY-794?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

fanglei closed VELOCITY-794.
----------------------------


Not VELTOOLS-782 but VELOCITY-782 

> can't get the velocity template in networks 
> --------------------------------------------
>
>                 Key: VELOCITY-794
>                 URL: https://issues.apache.org/jira/browse/VELOCITY-794
>             Project: Velocity
>          Issue Type: Bug
>          Components: Engine
>    Affects Versions: 1.7
>         Environment: windows xp
> eclipse 3.5
>            Reporter: fanglei
>
>    begin:
>  	properties.setProperty(Velocity.FILE_RESOURCE_LOADER_PATH, "FileParentPath");   
>         	velocityEngine = new VelocityEngine(properties);
>  when I get VM Template in this way:
>                       template = velocityEngine.getTemplate("C:\xxx\ABC.vm" "GBK");
>  I can get the template object.
> but when I get VM Template which the path on LAN like this:
>                        template = velocityEngine.getTemplate("\\CompanyName\myPC\xxx\ABC.vm" "GBK");
> I can't get the template object and catch an error message:
> 2011-1-7 11:47:00 org.apache.velocity.runtime.log.JdkLogChute log
> 严重: ResourceManager : unable to find resource 'TB_%modelNameInFileName%.java.vm' in any resource loader.
> org.apache.velocity.exception.ResourceNotFoundException: Unable to find resource 'TB_%modelNameInFileName%.java.vm'
> 	at org.apache.velocity.runtime.resource.ResourceManagerImpl.loadResource(ResourceManagerImpl.java:483)
> 	at org.apache.velocity.runtime.resource.ResourceManagerImpl.getResource(ResourceManagerImpl.java:354)
> 	at org.apache.velocity.runtime.RuntimeInstance.getTemplate(RuntimeInstance.java:1400)
> 	at org.apache.velocity.app.VelocityEngine.getTemplate(VelocityEngine.java:422)
> 	at mda.codemachine.core.engine.Builder.build(Builder.java:50)
> I want create VM LAN Pool for public,so I must do this.
> thank you~
>                        

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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