Search Discussions
-
Below is a (long) proposal for macro capabilities for Velocity. I have attached code that works with the current CVS tree. Please give a read through, ask questions if interested and try it if you ...
Geir Magnusson Jr.
Oct 2, 2000 at 9:07 pm
Oct 4, 2000 at 9:54 pm -
jvanzyl 00/10/09 11:53:09 Modified: src/java/org/apache/velocity/runtime Runtime.java Log: - moved syncing for getTemplate out of the runtime and into the loader. Revision Changes Path 1.6 +1 -2 ...
Jvanzyl
Oct 9, 2000 at 6:53 pm
Oct 27, 2000 at 12:56 am -
dlr 00/10/22 15:08:56 Added: src/java/org/apache/velocity/test TemplateTestCase.java Log: Broke BaseTestCase into another piece--TemplateTestCase--which subclasses BaseTestCase. I apologize for any ...
Dlr
Oct 22, 2000 at 10:08 pm
Oct 31, 2000 at 4:44 am -
This is another request for discussion and vote on the topic of a macro expansion facility to Velocity. This should be a 'more complete' definition of the proposal. Currently, code exists to support ...
Geir Magnusson Jr.
Oct 4, 2000 at 4:08 pm
Oct 5, 2000 at 7:07 pm -
jvanzyl 00/10/01 17:43:20 Modified: build build-velocity.xml Log: - added build target for pdf file. Revision Changes Path 1.2 +27 -1 jakarta-velocity/build/build-velocity.xml Index: ...
Jvanzyl
Oct 2, 2000 at 12:43 am
Oct 30, 2000 at 12:02 am -
Dear velocity, I am new too to velocity. I have been playing with it over the last few days. Also I like it, it seems to miss one functionality which is critical to my needs. This is something I use ...
Olivier
Oct 4, 2000 at 12:27 pm
Oct 8, 2000 at 12:40 pm -
jon 00/10/09 10:23:43 Modified: src/java/org/apache/velocity/servlet VelocityServlet.java Log: fix a MT problem. Revision Changes Path 1.3 +2 -3 ...
Jon
Oct 9, 2000 at 5:23 pm
Oct 27, 2000 at 11:12 pm -
Hi, I am just about to place into CVS what I think is very close to a 0.5 milestone release of Velocity. But I could really use some eyeballs to find one particularly nasty problem. I am using the ...
Jason van Zyl
Oct 9, 2000 at 2:04 pm
Oct 10, 2000 at 9:32 pm -
While looking over list traffic, I saw that Daniel Rall pointed out a small, subtle error in the testbed, having to do with how \ is processed. The actual issue isn't specifically important. But it ...
Geir Magnusson Jr.
Oct 29, 2000 at 4:38 pm
Oct 30, 2000 at 3:14 am -
jvanzyl 00/10/18 20:23:30 Added: xdocs vtl-reference-guide.xml Log: - start of the vtl reference guide. Revision Changes Path 1.1 jakarta-velocity/xdocs/vtl-reference-guide.xml Index: ...
Jvanzyl
Oct 19, 2000 at 3:23 am
Oct 21, 2000 at 6:23 am -
Hi, I've been playing around with directives for the last day, thinking about how pluggable directives would work best and what some of the current problems are. Brian Goetz and I have been shooting ...
Jason van Zyl
Oct 1, 2000 at 5:43 pm
Oct 10, 2000 at 9:23 pm -
Hello. I noticed that the extension used for Velocity template files is .vm As I undestand this is done so to suggest the relationship between Velocity and WebMacro wm - vm. In my opinion stressing ...
Rafal Krzewski
Oct 3, 2000 at 11:04 am
Oct 5, 2000 at 3:13 am -
jvanzyl 00/10/13 10:21:37 Modified: xdocs user-guide.xml Log: - started integrating script-elements into the user guide while updating for new syntax changes. Revision Changes Path 1.2 +273 -3 ...
Jvanzyl
Oct 13, 2000 at 5:21 pm
Oct 31, 2000 at 4:03 am -
jvanzyl 00/10/11 07:47:03 Modified: src/java/org/apache/velocity/runtime Runtime.java src/java/org/apache/velocity/runtime/directive Foreach.java Log: - updates for new parser, some fixes. Revision ...
Jvanzyl
Oct 11, 2000 at 2:47 pm
Oct 21, 2000 at 1:59 am -
Hello, Can we please vote on the #macro directive today. If we want it in the core, and if so how it will behave by default. I think they are a powerful mechanism, but agree that they might possibly ...
Jason van Zyl
Oct 9, 2000 at 1:45 pm
Oct 10, 2000 at 8:55 am -
jvanzyl 00/10/19 09:38:46 Added: docs vtl-reference-guide.html Log: - adding VTL guide. Revision Changes Path 1.1 jakarta-velocity/docs/vtl-reference-guide.html Index: vtl-reference-guide.html ...
Jvanzyl
Oct 19, 2000 at 4:39 pm
Oct 21, 2000 at 6:24 am -
jvanzyl 00/10/09 13:13:44 Modified: src/java/org/apache/velocity Template.java Log: Revision Changes Path 1.3 +1 -2 jakarta-velocity/src/java/org/apache/velocity/Template.java Index: Template.java ...
Jvanzyl
Oct 9, 2000 at 8:13 pm
Oct 20, 2000 at 2:38 am -
jvanzyl 00/10/09 20:08:59 Modified: xdocs contributors.xml Log: - added geir to the list! Revision Changes Path 1.5 +7 -0 jakarta-velocity/xdocs/contributors.xml Index: contributors.xml ...
Jvanzyl
Oct 10, 2000 at 3:09 am
Oct 16, 2000 at 5:05 am -
That is entirely appropriate if the stuff inside can be arbitrarily long and complicated. The rule of thumb is basically, can a dumb lexer "grep" all of this out. If not, it's probably too ...
Terence Parr
Oct 2, 2000 at 5:34 pm
Oct 3, 2000 at 5:16 am -
jvanzyl 00/10/23 13:45:32 Added: test test.properties Log: - the template test cases. Revision Changes Path 1.1 jakarta-velocity/test/test.properties Index: test.properties ...
Jvanzyl
Oct 23, 2000 at 8:45 pm
Oct 31, 2000 at 4:04 pm -
jvanzyl 00/10/22 14:17:35 Modified: src/java/org/apache/velocity/runtime Runtime.java Added: src/java/org/apache/velocity/runtime/defaults velocity.properties Removed: ...
Jvanzyl
Oct 22, 2000 at 9:17 pm
Oct 31, 2000 at 5:07 am -
jvanzyl 00/10/09 08:10:29 Added: src/java/org/apache/velocity/util Introspector.java Log: - super simple introspector. a little experiment. no parameter list comparision. probably going to use the ...
Jvanzyl
Oct 9, 2000 at 3:10 pm
Oct 31, 2000 at 2:49 am -
Hey everyone, Just wanted to let you all know I'm in the process of writing a small demo application for Velocity. It's a simple Forum board to post messages etc... It doesn't hook to a DB just uses ...
Dave Bryson
Oct 30, 2000 at 5:09 pm
Oct 31, 2000 at 1:49 am -
jvanzyl 00/10/02 10:38:00 Modified: build build-velocity.bat Log: - update .bat file to reflect the .sh script. should work for windows now. Revision Changes Path 1.2 +77 -66 ...
Jvanzyl
Oct 2, 2000 at 5:38 pm
Oct 30, 2000 at 12:02 am -
Hi, What effect will the following have (3 data queries?) and is it possible to get rid of the (if) ea. not have the macro process if there is no data items. #loop ($data.Getsome) #macro (loop $list) ...
Theo Keyzer
Oct 24, 2000 at 10:09 am
Oct 24, 2000 at 6:06 pm -
dlr 00/10/22 23:17:26 Modified: src/java/org/apache/velocity/test VelocityTestSuite.java Log: Load the template test cases (still needs a lot of work). Revision Changes Path 1.3 +52 -1 ...
Dlr
Oct 23, 2000 at 6:17 am
Oct 23, 2000 at 6:30 pm -
jvanzyl 00/10/01 17:43:00 Modified: build/xsl xml2pdf.xsl Log: - changed title of PDF to Velocity. Revision Changes Path 1.2 +1 -1 jakarta-velocity/build/xsl/xml2pdf.xsl Index: xml2pdf.xsl ...
Jvanzyl
Oct 2, 2000 at 12:43 am
Oct 17, 2000 at 5:53 am -
jvanzyl 00/10/12 18:47:26 Modified: xdocs todo.xml Log: - updated the todo. Revision Changes Path 1.2 +182 -58 jakarta-velocity/xdocs/todo.xml Index: todo.xml ...
Jvanzyl
Oct 13, 2000 at 1:47 am
Oct 13, 2000 at 4:50 pm -
Hey guys, don't mean to be a pain, just wondering if tonight's build problem is due to my configuration (which these things usually are). I've been debugging all day long and just can't step up for ...
Daniel L. Rall
Oct 11, 2000 at 5:36 am
Oct 11, 2000 at 6:00 am -
What exactly does this do? -- Daniel Rall <dlr@finemaltcoding.com
Daniel L. Rall
Oct 31, 2000 at 3:37 am
Oct 31, 2000 at 6:35 am -
jvanzyl 00/10/11 07:46:28 Modified: src/java/org/apache/velocity/runtime/parser Parser.java Parser.jj Parser.jjt ParserConstants.java ParserTokenManager.java Log: - updating parser with geirs great ...
Jvanzyl
Oct 11, 2000 at 2:46 pm
Oct 31, 2000 at 2:45 am -
I'm finding the parser has a problem with exclamation marks directly after a variable. For example: <html <head <title Sample velocity page</title </head <body bgcolor="#ffffff" <h2 Hello $name!</h2 ...
Dave Bryson
Oct 27, 2000 at 2:02 am
Oct 27, 2000 at 5:20 am -
jvanzyl 00/10/20 20:04:20 Modified: src/java/org/apache/velocity/runtime/parser/node ASTReference.java Log: - catching errors in the last phase during the setting of a property so it can be correctly ...
Jvanzyl
Oct 21, 2000 at 3:04 am
Oct 27, 2000 at 5:14 am -
I'm updating the Configurations stuff. Is anyone using the original Configuration file located in the runtime/configuration directory? If not, I'll remove it. -- Dave Bryson daveb@miceda-data.com ...
Dave Bryson
Oct 27, 2000 at 1:00 am
Oct 27, 2000 at 1:15 am -
dlr 00/10/22 15:57:34 Modified: src/java/org/apache/velocity/test VelocityTest.java Log: TestProvider had just moved packages. Revision Changes Path 1.6 +12 -11 ...
Dlr
Oct 22, 2000 at 10:57 pm
Oct 25, 2000 at 11:29 pm -
jvanzyl 00/10/09 08:09:17 Modified: src/java/org/apache/velocity Template.java src/java/org/apache/velocity/servlet VelocityServlet.java src/java/org/apache/velocity/test TestProvider.java ...
Jvanzyl
Oct 9, 2000 at 3:09 pm
Oct 21, 2000 at 3:21 am -
jvanzyl 00/10/03 10:08:02 Modified: src/java/org/apache/velocity/runtime/directive Directive.java Dummy.java Foreach.java Log: - no longer need the number of args for a directive. Revision Changes ...
Jvanzyl
Oct 3, 2000 at 5:08 pm
Oct 20, 2000 at 11:53 pm -
jvanzyl 00/10/16 22:55:11 Added: src/java/org/apache/velocity/convert WebMacro.java Log: - utility to convert wm template to velocity. Revision Changes Path 1.1 ...
Jvanzyl
Oct 17, 2000 at 5:55 am
Oct 17, 2000 at 9:33 am -
Hi, John has been editing/writing the velocity docs now for several weeks. He's just getting to the stage where he will be working quite a bit on the user's guide and the rest of Velocity docs. I ...
Jason van Zyl
Oct 16, 2000 at 12:50 am
Oct 16, 2000 at 3:48 am -
jvanzyl 00/10/15 13:07:32 Modified: testbed velocity.properties Log: - added initial.counter.value to the properties to allow specification of initial value for the loop counter that is now available ...
Jvanzyl
Oct 15, 2000 at 8:07 pm
Oct 15, 2000 at 9:17 pm -
jvanzyl 00/10/06 11:28:05 Modified: build build-velocity.bat build-velocity.sh Log: - added servlet.jar to the build jars. i didn't notice because i had the servlet.jar in the classpath somewhere ...
Jvanzyl
Oct 6, 2000 at 6:28 pm
Oct 15, 2000 at 8:17 pm -
I was curious what the reason is for the Template class's parse() method to be public. It is not called outside of the class, and a reason why it would need to be doesn't immediately come to mind. ...
Daniel L. Rall
Oct 15, 2000 at 3:28 am
Oct 15, 2000 at 7:30 pm -
I'm curious why we need a pool of parsers. This is something that I would be interested in implementing, if we really need it. :) From Parser.java: /** * The Runtime parser. This has to be changed to ...
Daniel L. Rall
Oct 15, 2000 at 6:25 pm
Oct 15, 2000 at 6:55 pm -
jvanzyl 00/10/09 11:52:50 Modified: src/java/org/apache/velocity/runtime/loader FileTemplateLoader.java Log: - moved synchronization into the loader and out of the runtime. Revision Changes Path 1.3 ...
Jvanzyl
Oct 9, 2000 at 6:52 pm
Oct 10, 2000 at 3:33 am -
Hi, I'd like to give Geir CVS write access. He's implemented the macros for Velocity, and he's currently working on fixing some parsing problems that I overlooked. +1 jvz.
Jason van Zyl
Oct 10, 2000 at 1:21 am
Oct 10, 2000 at 2:32 am -
Hey, I've put an IRC server on another box. It appears to be working: irc.periapt.com:6667 jvz.
Jason van Zyl
Oct 7, 2000 at 11:49 pm
Oct 8, 2000 at 5:53 am -
Under installation it states: "Everything required to build Velocity comes with the distribution". Should be: Pre-Requisites - If you have JDK Standard Edition installed you must install the ...
James Leotta
Oct 6, 2000 at 5:59 pm
Oct 6, 2000 at 6:31 pm -
(I am hoping this is regular non-HTML mail. I am at a client site, and I can't change Outlook's settings. If this doesn't work, please accept my apologies, and let me know : I will just telnet to ...
Geir Magnusson Jr.
Oct 5, 2000 at 12:33 pm
Oct 5, 2000 at 2:39 pm -
jvanzyl 00/10/30 18:48:49 Added: src/java/org/apache/velocity/util/introspection ClassMethodMap.java Introspector.java Log: - start of new introspection engine. Revision Changes Path 1.1 ...
Jvanzyl
Oct 31, 2000 at 2:48 am
Oct 31, 2000 at 11:45 pm -
1
cvs commit: jakarta-velocity/src/java/org/apache/velocity/runtime/parser/node ASTSetDirective.java
geirm 00/10/31 11:17:05 Modified: src/java/org/apache/velocity/runtime/parser/node ASTSetDirective.java Log: Fixed so in-template creation of an array for a #foreach works, as in : #set $a = ...Geirm
Oct 31, 2000 at 7:17 pm
Oct 31, 2000 at 8:33 pm
Group Overview
group | dev |
categories | velocity |
discussions | 210 |
posts | 451 |
users | 38 |
website | velocity.apache.org |
38 users for October 2000
Archives
- October 2014 (2)
- September 2014 (7)
- August 2014 (1)
- July 2014 (4)
- April 2014 (5)
- February 2014 (5)
- December 2013 (1)
- November 2013 (6)
- June 2013 (5)
- May 2013 (8)
- April 2013 (6)
- March 2013 (1)
- February 2013 (5)
- November 2012 (2)
- October 2012 (41)
- September 2012 (30)
- August 2012 (41)
- July 2012 (30)
- June 2012 (26)
- May 2012 (30)
- April 2012 (14)
- March 2012 (33)
- February 2012 (6)
- January 2012 (33)
- December 2011 (10)
- November 2011 (13)
- October 2011 (2)
- September 2011 (20)
- August 2011 (5)
- July 2011 (25)
- June 2011 (13)
- May 2011 (7)
- April 2011 (11)
- March 2011 (22)
- February 2011 (4)
- January 2011 (72)
- December 2010 (88)
- November 2010 (84)
- October 2010 (39)
- September 2010 (79)
- August 2010 (51)
- July 2010 (57)
- June 2010 (101)
- May 2010 (55)
- April 2010 (115)
- March 2010 (42)
- February 2010 (16)
- January 2010 (33)
- December 2009 (45)
- November 2009 (30)
- October 2009 (84)
- September 2009 (24)
- August 2009 (54)
- July 2009 (49)
- June 2009 (34)
- May 2009 (102)
- April 2009 (39)
- March 2009 (80)
- February 2009 (211)
- January 2009 (279)
- December 2008 (195)
- November 2008 (89)
- October 2008 (264)
- September 2008 (214)
- August 2008 (226)
- July 2008 (202)
- June 2008 (101)
- May 2008 (97)
- April 2008 (63)
- March 2008 (110)
- February 2008 (82)
- January 2008 (135)
- December 2007 (136)
- November 2007 (174)
- October 2007 (140)
- September 2007 (80)
- August 2007 (104)
- July 2007 (54)
- June 2007 (140)
- May 2007 (209)
- April 2007 (230)
- March 2007 (737)
- February 2007 (146)
- January 2007 (290)
- December 2006 (100)
- November 2006 (579)
- October 2006 (173)
- September 2006 (361)
- August 2006 (111)
- July 2006 (34)
- June 2006 (44)
- May 2006 (64)
- April 2006 (127)
- March 2006 (254)
- February 2006 (65)
- January 2006 (142)
- December 2005 (92)
- November 2005 (148)
- October 2005 (469)
- September 2005 (642)
- August 2005 (101)
- July 2005 (146)
- June 2005 (84)
- May 2005 (152)
- April 2005 (60)
- March 2005 (123)
- February 2005 (298)
- January 2005 (312)
- December 2004 (202)
- November 2004 (324)
- October 2004 (144)
- September 2004 (30)
- August 2004 (48)
- July 2004 (71)
- June 2004 (80)
- May 2004 (143)
- April 2004 (173)
- March 2004 (223)
- February 2004 (207)
- January 2004 (385)
- December 2003 (179)
- November 2003 (245)
- October 2003 (517)
- September 2003 (103)
- August 2003 (162)
- July 2003 (287)
- June 2003 (311)
- May 2003 (72)
- April 2003 (96)
- March 2003 (38)
- February 2003 (168)
- January 2003 (94)
- December 2002 (30)
- November 2002 (102)
- October 2002 (99)
- September 2002 (29)
- August 2002 (60)
- July 2002 (229)
- June 2002 (99)
- May 2002 (149)
- April 2002 (310)
- March 2002 (302)
- February 2002 (282)
- January 2002 (235)
- December 2001 (156)
- November 2001 (272)
- October 2001 (302)
- September 2001 (208)
- August 2001 (365)
- July 2001 (126)
- June 2001 (191)
- May 2001 (255)
- April 2001 (441)
- March 2001 (759)
- February 2001 (307)
- January 2001 (213)
- December 2000 (396)
- November 2000 (526)
- October 2000 (451)
- September 2000 (243)
- August 2000 (302)