Search Discussions
-
37
Arithmetic
Hey, Can we add arithmetic to the template specification. Arithmetic is parsing fine, so I'd like to add the functionality to the visitor. Actually I would have to add the functionality to the ...Jason van Zyl
Sep 9, 2000 at 9:07 pm
Sep 16, 2000 at 11:09 pm -
Hi, I wanted to see what people thought of a shorthand notation to control the appearance of undefined references. This is something that iSpock does and I would like to borrow the following feature. ...
Jason van Zyl
Sep 24, 2000 at 5:44 pm
Sep 25, 2000 at 2:24 am -
werken 00/09/13 13:28:47 Added: src/java/org/apache/velocity/log Log.java LogHandle.java LogImpl.java Test.java Log: Integrating logging subsystem donated by the kind folks at ifleet.com. Submitted ...
Werken
Sep 13, 2000 at 8:28 pm
Sep 14, 2000 at 5:37 pm -
Hello, I've been doing some design work, looking over the WM source, and talking a lot with Terrence Parr (Antlr dude). Here are some of the things I have found: WM Parser and Introspection Engine ...
Jason van Zyl
Sep 4, 2000 at 7:27 pm
Sep 7, 2000 at 12:05 pm -
Hey, I am finding that supporting multiple syntaxes with JavaCC is becoming a PITA. What do others think about only supporting one syntax for now? We can definitely make translators later. It's not ...
Jason van Zyl
Sep 21, 2000 at 11:46 pm
Sep 23, 2000 at 10:53 pm -
jvanzyl 00/09/06 03:46:34 Added: specification questions Log: - list of questions to be answered before a final spec can be drafted. Revision Changes Path 1.1 jakarta-velocity/specification/questions ...
Jvanzyl
Sep 6, 2000 at 10:46 am
Sep 6, 2000 at 8:34 pm -
Hey, JPython uses JavaCC for it's interpreting but it also uses a visitor to compile the jpython script down to bytecode. It has various other tools as well. This is probably the closest thing I've ...
Jason van Zyl
Sep 24, 2000 at 10:05 pm
Sep 24, 2000 at 11:04 pm -
Hi, I just wanted to get a definition of the minimal functionality for velocity for a 0.3 alpha release. To get something out the door, here's a few thoughts: o example off-line usage o example ...
Jason van Zyl
Sep 11, 2000 at 5:10 pm
Sep 20, 2000 at 2:43 am -
jvanzyl 00/09/18 21:53:26 Modified: src/java/org/apache/velocity/processor/javacc JavaCCProcessor.java Log: - made package declaration correction. Revision Changes Path 1.2 +3 -1 ...
Jvanzyl
Sep 19, 2000 at 4:53 am
Sep 21, 2000 at 2:48 am -
jvanzyl 00/09/18 18:59:26 Log: importing 0.3 Status: Vendor Tag: jv Release Tags: start N jakarta-velocity/README.txt N jakarta-velocity/LICENSE N jakarta-velocity/TODO N ...
Jvanzyl
Sep 19, 2000 at 1:59 am
Sep 30, 2000 at 5:04 pm -
Dear Velocity, I am rather new to Velocity (yesterday) so I hope not wasting anybody's time. I use myself a little template engine I wrote a couple of months ago. This is not very powerful but was ...
Olivier
Sep 28, 2000 at 2:12 am
Sep 28, 2000 at 3:30 pm -
So, How in the heck have you been? Do you remember holding previous conversations regarding business and money making opportunities? I did not send this to you in error! You Said: If only I could ...
Nile333
Sep 20, 2000 at 8:13 pm
Sep 20, 2000 at 9:39 pm -
Is it known current behavior that underscores are not allowed in variables? I had a variable of test_one=blah blah and a template which called it. The template just had $test_one after the parsing... ...
Josh Lucas
Sep 2, 2000 at 5:55 am
Sep 2, 2000 at 6:46 am -
jvanzyl 00/09/20 19:37:44 Modified: src/java/org/apache/velocity Template.java Log: - update for self-walking tree. Revision Changes Path 1.4 +10 -6 ...
Jvanzyl
Sep 21, 2000 at 2:37 am
Sep 24, 2000 at 12:23 am -
jvanzyl 00/09/18 21:56:11 Modified: testbed velocity.properties Log: - updated processor property to reflect package change in JavaCCProcessor. Revision Changes Path 1.2 +1 -1 ...
Jvanzyl
Sep 19, 2000 at 4:56 am
Sep 19, 2000 at 8:05 pm -
Hey, I just wanted to ask again that those on the contributors list consider Terence Parr for CVS write access. He's awesome when it comes to making languages, and he has already contributed an ANTLR ...
Jason van Zyl
Sep 5, 2000 at 3:18 am
Sep 5, 2000 at 3:33 am -
jvanzyl 00/09/02 17:31:41 Added: src/java/org/apache/velocity/parser/antlr VelocityRecognizer.java VelocityRecognizerTokenTypes.java VelocityRecognizerTokenTypes.txt test.vm velocity.g Log: - ...
Jvanzyl
Sep 3, 2000 at 12:31 am
Sep 3, 2000 at 12:46 am -
1
Runtime
Hey, I am just trying to add some logging to velocity using the org.apache.log package and upon thinking of placing it in the org.apache.velocity.runtime package I thought about adding an actual ...Jason van Zyl
Sep 23, 2000 at 7:15 pm
Sep 23, 2000 at 10:13 pm -
jvanzyl 00/09/20 19:37:20 Modified: src/java/org/apache/velocity/processor Processor.java Log: - update for self-walking tree. Revision Changes Path 1.4 +4 -2 ...
Jvanzyl
Sep 21, 2000 at 2:37 am
Sep 21, 2000 at 2:49 am -
jvanzyl 00/09/19 08:41:49 Added: xdocs javacc-processor.xml Log: - start documenting the JavaCC portion of velocity. Revision Changes Path 1.1 jakarta-velocity/xdocs/javacc-processor.xml Index: ...
Jvanzyl
Sep 19, 2000 at 3:41 pm
Sep 19, 2000 at 3:48 pm -
jvanzyl 00/09/18 22:30:30 Modified: testbed sample.vm Log: - corrected reference name to match TestProvider class. Revision Changes Path 1.2 +2 -3 jakarta-velocity/testbed/sample.vm Index: sample.vm ...
Jvanzyl
Sep 19, 2000 at 5:30 am
Sep 19, 2000 at 7:12 am -
1
Update
Yo, Tomorrow, night I will replace most of what's it cvs (sans the servlet & runtime code). I have a parser that now captures all the semantic info WRT references. The new parser adheres to webmacro ...Jason van Zyl
Sep 5, 2000 at 4:11 am
Sep 18, 2000 at 5:18 pm -
jvanzyl 00/09/06 03:38:01 Added: specification velocity-bnf Log: - start creating a BNF from the javacc grammar. Revision Changes Path 1.1 jakarta-velocity/specification/velocity-bnf Index: ...
Jvanzyl
Sep 6, 2000 at 10:38 am
Sep 10, 2000 at 5:07 pm -
I love the idea of a templating (only) spec that both WebMacro and Velocity could conform to. Good suggestion Jason. -- Daniel Rall <dlr@finemaltcoding.com
Daniel L. Rall
Sep 7, 2000 at 7:13 am
Sep 7, 2000 at 3:43 pm -
jvanzyl 00/09/06 02:13:38 Log: rewrite 0.2 Status: Vendor Tag: start Release Tags: new N jakarta-velocity/README.txt N jakarta-velocity/LICENSE N jakarta-velocity/TODO N ...
Jvanzyl
Sep 6, 2000 at 9:13 am
Sep 6, 2000 at 9:27 am -
jvanzyl 00/09/30 15:58:15 Modified: src/java/org/apache/velocity/runtime Runtime.java src/java/org/apache/velocity/runtime/parser ASTDirective.java Parser.java Parser.jj Parser.jjt Log: - update for ...
Jvanzyl
Sep 30, 2000 at 10:58 pm
Sep 30, 2000 at 10:58 pm -
jvanzyl 00/09/30 15:35:11 Modified: src/java/org/apache/velocity/runtime/loader FileTemplateLoader.java Log: - added some logging to the init(). Revision Changes Path 1.2 +2 -0 ...
Jvanzyl
Sep 30, 2000 at 10:35 pm
Sep 30, 2000 at 10:35 pm -
jvanzyl 00/09/30 15:34:50 Modified: src/java/org/apache/velocity/runtime/loader TemplateFactory.java Log: - don't init() the template loader when instantiating, because the template.path might need ...
Jvanzyl
Sep 30, 2000 at 10:34 pm
Sep 30, 2000 at 10:34 pm -
jvanzyl 00/09/30 15:34:00 Modified: src/java/org/apache/velocity/runtime Runtime.java Log: - optionally defer the initialization of the template loader so that an external system can set the ...
Jvanzyl
Sep 30, 2000 at 10:34 pm
Sep 30, 2000 at 10:34 pm -
jvanzyl 00/09/30 15:21:05 Modified: src/java/org/apache/velocity/runtime/loader TemplateLoader.java Log: - cleaning out old processor code. Revision Changes Path 1.2 +2 -27 ...
Jvanzyl
Sep 30, 2000 at 10:21 pm
Sep 30, 2000 at 10:21 pm -
jvanzyl 00/09/30 13:11:48 Modified: xdocs code-standards.xml design.xml getting-started.xml install.xml script-elements.xml Log: Edits. PR from: Revision Changes Path 1.3 +24 -30 ...
Jvanzyl
Sep 30, 2000 at 8:11 pm
Sep 30, 2000 at 8:11 pm -
jvanzyl 00/09/30 12:50:33 Modified: src/java/org/apache/velocity/runtime/parser ASTReference.java Log: - cleaned up the ASTReference node so that the set directive could use it's features instead of ...
Jvanzyl
Sep 30, 2000 at 7:50 pm
Sep 30, 2000 at 7:50 pm -
jvanzyl 00/09/30 12:49:51 Modified: src/java/org/apache/velocity/runtime/directive Set.java Log: - finally cleaned up the set directive. Revision Changes Path 1.2 +3 -134 ...
Jvanzyl
Sep 30, 2000 at 7:49 pm
Sep 30, 2000 at 7:49 pm -
jvanzyl 00/09/30 10:55:27 Added: xdocs developer-guide.xml Log: - placeholder for developer's guide. Revision Changes Path 1.1 jakarta-velocity/xdocs/developer-guide.xml Index: developer-guide.xml ...
Jvanzyl
Sep 30, 2000 at 5:55 pm
Sep 30, 2000 at 5:55 pm -
jvanzyl 00/09/30 10:51:47 Added: xdocs user-guide.xml Log: - placeholder for user's guide. Revision Changes Path 1.1 jakarta-velocity/xdocs/user-guide.xml Index: user-guide.xml ...
Jvanzyl
Sep 30, 2000 at 5:51 pm
Sep 30, 2000 at 5:51 pm -
jvanzyl 00/09/30 10:36:11 Modified: xdocs contributors.xml design.xml index.xml install.xml Log: - routine edits. Revision Changes Path 1.2 +1 -1 jakarta-velocity/xdocs/contributors.xml Index: ...
Jvanzyl
Sep 30, 2000 at 5:36 pm
Sep 30, 2000 at 5:36 pm -
jvanzyl 00/09/30 10:35:25 Modified: xdocs code-standards.xml Log: - routine edits. Revision Changes Path 1.2 +24 -23 jakarta-velocity/xdocs/code-standards.xml Index: code-standards.xml ...
Jvanzyl
Sep 30, 2000 at 5:35 pm
Sep 30, 2000 at 5:35 pm -
jvanzyl 00/09/30 10:08:00 Removed: src/java/org/apache/velocity/servlet WebContext.java Log: - WebContext not used.
Jvanzyl
Sep 30, 2000 at 5:08 pm
Sep 30, 2000 at 5:08 pm -
Dear Friend, This really works! Have the faith, don't miss this opportunity, get involved also, and it will work for you as it does for us!!!!! Thank you for your time and interest. This email ...
Donald453
Sep 27, 2000 at 12:13 am
Sep 27, 2000 at 12:13 am -
jvanzyl 00/09/23 15:58:54 Removed: src/java/org/apache/velocity/processor/javacc/parser/webmacro JJTParserState.java Parser.java Parser.jj Parser.jjt ParserConstants.java ParserTokenManager.java ...
Jvanzyl
Sep 23, 2000 at 10:58 pm
Sep 23, 2000 at 10:58 pm -
jvanzyl 00/09/21 16:40:53 Added: testbed TemplateNodeView.java Log: - little util to dump the AST for a template now that visitors are no longer used for output. Revision Changes Path 1.1 ...
Jvanzyl
Sep 21, 2000 at 11:40 pm
Sep 21, 2000 at 11:40 pm -
jvanzyl 00/09/21 16:40:05 Modified: testbed test.vm Log: - added test for multiline comments. Revision Changes Path 1.2 +9 -0 jakarta-velocity/testbed/test.vm Index: test.vm ...
Jvanzyl
Sep 21, 2000 at 11:40 pm
Sep 21, 2000 at 11:40 pm -
jvanzyl 00/09/21 16:39:01 Modified: src/java/org/apache/velocity/processor/javacc/parser ParserTreeConstants.java Log: - updated for multiline comments. Revision Changes Path 1.2 +68 -41 ...
Jvanzyl
Sep 21, 2000 at 11:39 pm
Sep 21, 2000 at 11:39 pm -
jvanzyl 00/09/21 16:38:16 Added: src/java/org/apache/velocity/processor/javacc/parser ASTCommentBlock.java Log: - multiline comment node. Revision Changes Path 1.1 ...
Jvanzyl
Sep 21, 2000 at 11:38 pm
Sep 21, 2000 at 11:38 pm -
jvanzyl 00/09/21 16:37:28 Modified: src/java/org/apache/velocity/processor/javacc/parser/velocity Parser.java Parser.jj Parser.jjt ParserConstants.java ParserTokenManager.java build Log: - added ...
Jvanzyl
Sep 21, 2000 at 11:37 pm
Sep 21, 2000 at 11:37 pm -
jvanzyl 00/09/21 14:36:49 Added: src/java/org/apache/velocity/util ArrayEnumerator.java Log: - util lifted from the tomcat.util package. Revision Changes Path 1.1 ...
Jvanzyl
Sep 21, 2000 at 9:36 pm
Sep 21, 2000 at 9:36 pm -
jvanzyl 00/09/21 13:43:15 Removed: src/java/org/apache/velocity/processor/javacc/visitor SinglePassMode.java Log: - SinglePassMode.java is no longer required because the AST can walk and render ...
Jvanzyl
Sep 21, 2000 at 8:43 pm
Sep 21, 2000 at 8:43 pm -
0
cvs commit: jakarta-velocity/src/java/org/apache/velocity/processor/javacc/visitor BaseVisitor.java
jvanzyl 00/09/21 13:25:23 Modified: src/java/org/apache/velocity/processor/javacc/visitor BaseVisitor.java Log: - removing all code present that strictly belongs in a specific node type. Revision ...Jvanzyl
Sep 21, 2000 at 8:25 pm
Sep 21, 2000 at 8:25 pm -
jvanzyl 00/09/21 00:15:30 Added: build/lib concurrent.jar Log: - experimenting with Doug Lea's concurrency library. Revision Changes Path 1.1 jakarta-velocity/build/lib/concurrent.jar <<Binary file
Jvanzyl
Sep 21, 2000 at 7:15 am
Sep 21, 2000 at 7:15 am
Group Overview
group | dev |
categories | velocity |
discussions | 88 |
posts | 243 |
users | 23 |
website | velocity.apache.org |
23 users for September 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)