Fixing an issue with output parameters that are of type IntPtr
[castle.git] / Tools / NVelocity / src / ToDo.txt
blobe8ff844fa8033aa18b1a5b1773d7bded489dbc07
1 ----------
2 ::ToDo
3 ----------
4 - move ResourceLocator to Commons package
5 - move SupportClass to Commons package
6 - move StringUtils to Commons package
7 - ?bug? - when generating xdocs for site, if template caching is not on, sometimes the #document() gets parsed as ASTDirective and ASTText with "()" in it.
8 - cleanup doc comments all over the place - make sure they still make sense for the ported code
9 - remove the code stuff that is in the /src directory
10 - write test that can call both the Java and C# versions of the AST Parser to make sure that both parse templates exactly the same.
11 - evaluate use of streams
13 ----------
14 ::ToDone
15 ----------
16 - consider making all NAnt tasks in a seperate package (and moving Dvsl into the core package?)
17 - ViewServlet from Tools subproject - needed for Maverick.net
18 - figure out how to be able to pass a category and an appdomain across appdomain boundries.
19             // use the logger category from this class to initialize NVelocity
20             log4net.ILog logger = log4net.LogManager.GetLogger(CATEGORY_NAME);
21             logger.Info("Initializing logging category for NVelocity");
22             Velocity.SetProperty("runtime.log.logsystem.log4net.category", CATEGORY_NAME);
23         ** use runtime.log.logsystem.log4net.category to set the category for logging.  NVelocity uses the default log domain and should be able to join whatever logger is setup.
24 - update to NUnit 2.1