[ http://issues.apache.org/jira/browse/VELOCITY-448?page=all ]
Nathan Bubna updated VELOCITY-448:
----------------------------------
type: Improvement (was: Bug)
Fix Version: 1.6
> Can't define macro in separate file and use it in another file.
> ---------------------------------------------------------------
>
> Key: VELOCITY-448
> URL: http://issues.apache.org/jira/browse/VELOCITY-448
> Project: Velocity
> Type: Improvement
> Environment: WindowsXP
> Reporter: Colbert Philippe
> Fix For: 1.6
>
> I my first file called "myDefinition.vm" , I difined a trivial macro
> #macro ( myMycro $p1 $p2)
> $p1 $p2
> #end
> In my second file, I parse and call my macro:
> #parse( myDefinition.vm")
> #myMacro( "apple" "orange)
> The result is always a single line:
> #myMacro( "apple" "orange)
> Velocity does not recognize the definition of my macro. I tried putting the
> macro is the same file and that works. But when the definition from another
> file does not seem to work.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]