You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by bu...@apache.org on 2003/07/08 22:27:21 UTC

DO NOT REPLY [Bug 21417] New: - [PATCH] Anakia Custom Context Support

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21417>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=21417

[PATCH] Anakia Custom Context Support

           Summary: [PATCH] Anakia Custom Context Support
           Product: Velocity
           Version: 1.4
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Anakia
        AssignedTo: velocity-dev@jakarta.apache.org
        ReportedBy: peter@peterryan.net


This update allows the customization of the velocity context in addition to the 
default $project context.

For example the user can now do:

<anakia ...>
    <context name="myContext" file="myCustomContext.xml">
    <context ...>
</anakia>

Files Changed Are (there are two new files):

/build/testcases.xml
/src/java/org/apache/velocity/anakia/AnakiaTask.java
/src/java/org/apache/velocity/test/AnakiaTestCase.java
/test/anakia/compare/index.context.html (new)
/test/anakia/results/index.context.html (new)
/test/anakia/xdocs/stylesheets/site_contexts.vsl

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