Re: How can I get commit access?

2006-09-06 Thread Will Glass-Husain
regards, Alexey mailto:[EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL

[jira] Updated: (VELOCITY-455) Error in chapter Escaping VTL Directives in the User Guide

2006-09-04 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-455?page=all ] Will Glass-Husain updated VELOCITY-455: --- Fix Version/s: 1.5 Error in chapter Escaping VTL Directives in the User Guide

[jira] Updated: (VELOCITY-454) clean up escaping to always escape \$ and \#

2006-09-04 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-454?page=all ] Will Glass-Husain updated VELOCITY-454: --- Priority: Major (was: Critical) It's tricky. This is specified in the parser syntax, it's not easily made configurable. clean up escaping

[jira] Commented: (VELOCITY-453) [PATCH] Fix IntrospectionCacheData caching

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-453?page=comments#action_12431866 ] Will Glass-Husain commented on VELOCITY-453: Thanks for contributing! for some reason the patch didn't upload properly - I get a Tomcat error when

[jira] Commented: (VELOCITY-454) It's impossible to escape ${something == 3} if something is not in the context (in general, why can't $ ALWAYS be escaped?)

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-454?page=comments#action_12431974 ] Will Glass-Husain commented on VELOCITY-454: Yes, this is a real pain. Right now it's a compatibility issue - if we change it then many user

[jira] Updated: (VELOCITY-454) clean up escaping to always escape \$ and \#

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-454?page=all ] Will Glass-Husain updated VELOCITY-454: --- Summary: clean up escaping to always escape \$ and \# (was: It's impossible to escape ${something == 3} if something is not in the context

[jira] Commented: (VELOCITY-455) Error in chapter Escaping VTL Directives in the User Guide

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-455?page=comments#action_12431977 ] Will Glass-Husain commented on VELOCITY-455: thanks for reporting this -- we'll investigate. just to confirm, did you actually test that bit

[jira] Updated: (VELOCITY-453) [PATCH] Fix IntrospectionCacheData caching

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-453?page=all ] Will Glass-Husain updated VELOCITY-453: --- Fix Version/s: 1.5 Assignee: Will Glass-Husain Priority: Major (was: Critical) Great, the download worked. Let me look

[jira] Updated: (VELOCITY-452) In ASTMethod.execute the IllegalArgumentException should be catched

2006-08-31 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-452?page=all ] Will Glass-Husain updated VELOCITY-452: --- Priority: Minor (was: Major) Sounds reasonable. Let me review and if it looks good, commit. Thanks for submitting! P.S. Appreciate your

Re: Bug in VelocityWriter

2006-08-30 Thread Will Glass-Husain
SW Crescent St #426 Beaverton, OR 97005 503.523.2503 http://www.dzajic.com - Get your email and more, right on the new Yahoo.com -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: Bean Introspection

2006-08-27 Thread Will Glass-Husain
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: Logical operator gotcha

2006-08-27 Thread Will Glass-Husain
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: Bean Introspection

2006-08-27 Thread Will Glass-Husain
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[jira] Resolved: (VELOCITY-438) toString is called twice on references

2006-08-24 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-438?page=all ] Will Glass-Husain resolved VELOCITY-438. Resolution: Fixed patched applied. sorry for the long delay. Thanks to Stephen for the patch (and Malcolm for the reminder :-) toString

Re: I dream of a velocity expression custom JSP tag

2006-08-24 Thread Will Glass-Husain
. You can also do ${blah} inline, but it doesn't xml-escape the output (which is really irritating, imnsho). Jeff Robert Koberg wrote: This whole idea of using vel:sometag malformed-xml/ seems backward. Serge Knystautas wrote: On 8/22/06, Will Glass-Husain [EMAIL PROTECTED] wrote: (And I

Re: I dream of a velocity expression custom JSP tag

2006-08-23 Thread Will Glass-Husain
Knystautas wrote: On 8/22/06, Will Glass-Husain [EMAIL PROTECTED] wrote: (And I thought I was being so clever about the Context idea). Another issue is that the emerging VSTL is useful for if's and set's but shares JSTL's wordiness for straight output (e.g. c:out ${model.property}/ instead of just

Re: [Proposal] Move Velocity to TLP

2006-08-23 Thread Will Glass-Husain
Lots of good comments, especially appreciate those from Martin, Henry and Geir. My suggestions... * Multiple user lists. One primary dev list, possibly distinct dev lists for major distinct subprojects. (example: Velocity/Velocity Tools should share a dev list, but Click, if it joins, would

Re: svn commit: r434124 - in /jakarta/velocity/engine/trunk:

2006-08-23 Thread Will Glass-Husain
/Franconia - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: I dream of a velocity expression custom JSP tag

2006-08-22 Thread Will Glass-Husain
. We should really make a Wiki page about this... WILL On 8/20/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Incidentally, why stop at v:set? I'd also expect to see v:if, v:choose/v:when (for if/then/else), v:out. One big advantage of Velocity over JSTL is the ability to easily create

Re: I dream of a velocity expression custom JSP tag

2006-08-22 Thread Will Glass-Husain
hijacked your idea into something new? WILL On 8/22/06, Nathan Bubna [EMAIL PROTECTED] wrote: On 8/22/06, Will Glass-Husain [EMAIL PROTECTED] wrote: I was driving up this morning (Silicon Valley commute) thinking about this. Maybe we could call it VSTL (Velocity Standard Tag Library)? :) yeah

Re: [Proposal] Move Velocity to TLP

2006-08-20 Thread Will Glass-Husain
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL

Re: I dream of a velocity expression custom JSP tag

2006-08-20 Thread Will Glass-Husain
(now, Calendar.getInstance()); TimeZone tz = (TimeZone)evaluate(ctx, now.timeZone); The Introspector seems to be much, much lower level than this. Thanks, Jeff Will Glass-Husain wrote: Not sure I get it. Are you making a new expression language or just evaluating Velocity expressions

Re: I dream of a velocity expression custom JSP tag

2006-08-20 Thread Will Glass-Husain
to implement though. The above tags could all execute stand-alone VTL, but v:macro would need to have some kind of connection with the tags later in the page. WILL On 8/20/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Hi Jeff, Now I get it. If you built a simpler tag that always stored a String

Re: Error while loading velocity template using ear file (weblogic 8.1,SP5)

2006-08-19 Thread Will Glass-Husain
Hi Dhaiwal, I notice you're using a pretty old version of Velocity (1.2). The latest is Velocity 1.4, and the (unreleased) Velocity 1.5 in source control is stable and fixes many bugs. My first suggestion would be to try that. How are you serving the files? If you are using VelocityServlet

Re: I dream of a velocity expression custom JSP tag

2006-08-19 Thread Will Glass-Husain
. For the expression language to work, I need to resolve objects. I can't find anything in the javadocs that might give me a hook. Any suggestions? I know, I need to wade through the code, but a few starting pointers would help. Thanks, Jeff Will Glass-Husain wrote: Wow! As a both a Velocity enthusiast

Re: I dream of a velocity expression custom JSP tag

2006-08-17 Thread Will Glass-Husain
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [Proposal] Move Velocity to TLP

2006-08-12 Thread Will Glass-Husain
not much. a little bit of documentation, clean up, and some subtle syntax bugs. On 8/11/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Will Glass-Husain wrote: Becoming a TLP won't do anything magical for us. But it'll provide us with an umbrella to invite other related projects to join

Re: [Proposal] Move Velocity to TLP

2006-08-11 Thread Will Glass-Husain
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: [Proposal] Move Velocity to TLP

2006-08-11 Thread Will Glass-Husain
problems. What is the Velocity Hackathon? regards Malcolm Edgar On 8/12/06, Nathan Bubna [EMAIL PROTECTED] wrote: I won't be at ApacheCon, but i may be able to plan to contribute some time during it to participate in a hackathon remotely. On 8/11/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Hi

Re: var 'enum' which is a reserved word in jdk1.5

2006-07-21 Thread Will Glass-Husain
,org.apache.velocity.util.EnumerationIterator's private Enumeration enum = null; at least Eclipse 3.1 with jdk1.5 will say : Synax error on token enum,delete the token to you . -- jyanshine - Shanghai [EMAIL PROTECTED] 2006-07-21 -- Forio Business Simulations Will Glass-Husain phone (415) 440

Re: Urgent ,need help for using Velocity

2006-07-17 Thread Will Glass-Husain
a simple application using velocity for my presentation. Please Help. -- Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail

[jira] Commented: (VELOCITY-448) Can't define macro in separate file and use it in another file.

2006-07-07 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-448?page=comments#action_12419828 ] Will Glass-Husain commented on VELOCITY-448: yes, we need to address this, though its not trivial. see this note: http://wiki.apache.org/jakarta-velocity

Re: Please - help me

2006-07-06 Thread Will Glass-Husain
Answers: Share what you know. Learn something new http://in.answers.yahoo.com/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain

[jira] Commented: (VELOCITY-383) NPE when processing template under heavy concurrent load

2006-06-22 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-383?page=comments#action_12417322 ] Will Glass-Husain commented on VELOCITY-383: Fabulous. So to sum up, if the caching is fixed per VELTOOLS-59, then this becomes a very rare case

[jira] Updated: (VELOCITY-383) Non thread-safe Template object can cause NPE under heavy concurrent load

2006-06-22 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-383?page=all ] Will Glass-Husain updated VELOCITY-383: --- Bugzilla Id: (was: 35331) Summary: Non thread-safe Template object can cause NPE under heavy concurrent load (was: NPE when

[jira] Commented: (VELTOOLS-59) WebappLoader's isSourceModified() and getLastModified() sometimes fail

2006-06-21 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-59?page=comments#action_12417200 ] Will Glass-Husain commented on VELTOOLS-59: --- Nice catch! Nathan - your suggestion makes sense. I'm a little worried about the race condition issue. Maybe we

[jira] Commented: (VELOCITY-445) Integrate Jython or BeanShell or Perl with Velocity to have complete macro language!

2006-06-15 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-445?page=comments#action_12416397 ] Will Glass-Husain commented on VELOCITY-445: Another possibility is to mix Velocity and JSP with the Veltag module of Velocity. This allows JSP pages -- which

[jira] Commented: (VELOCITY-442) Need a standard Velocity class for doing macro preprocessing for various files (XML, HTML, scripts, source files..)

2006-05-30 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-442?page=comments#action_12413980 ] Will Glass-Husain commented on VELOCITY-442: Thanks, Colbert. We welcome any suggestions and code patches you might have. Another one you might want to look

Re: download page broken again?

2006-05-18 Thread Will Glass-Husain
] -- Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[jira] Commented: (VELOCITY-439) Improve Resource existence detection

2006-05-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-439?page=comments#action_12412290 ] Will Glass-Husain commented on VELOCITY-439: nice idea, thanks for suggesting it. Note that you can always do this in the calling code. This idea though

Re: download page broken again?

2006-05-15 Thread Will Glass-Husain
we unified the download page. -nathan - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235

[jira] Commented: (VELOCITY-352) Need translation of change to user's guide re: math operations

2006-05-08 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-352?page=comments#action_12378390 ] Will Glass-Husain commented on VELOCITY-352: entered in Bugzilla. http://issues.apache.org/bugzilla/show_bug.cgi?id=33408 --- Additional Comments From

Re: Listening for context usage

2006-05-07 Thread Will Glass-Husain
http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain phone (415) 440-7500

Re: macros embedded in content

2006-04-27 Thread Will Glass-Husain
Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Create a DataSourceResourceLoader that can be wired to the datasource with IoC

2006-04-24 Thread Will Glass-Husain
Thanks for sharing that. Let us know if you have other useful tips... WILL On 4/24/06, Arvind Srinivasan [EMAIL PROTECTED] wrote: Will Glass-Husain wglass at forio.com writes: Matt, Thanks for the note - appreciate the pragmatic comment. Are there any other changes or new

Re: Help with macros

2006-04-21 Thread Will Glass-Husain
Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

[jira] Updated: (VELOCITY-438) toString is called twice on references

2006-04-18 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-438?page=all ] Will Glass-Husain updated VELOCITY-438: --- Fix Version: 1.5 Thanks for the catch! I'll go ahead and commit this. Appreciate the unit test. Just as a quick side note, when submitting

[jira] Commented: (VELOCITY-437) Intercept output of objects

2006-04-18 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-437?page=comments#action_12374956 ] Will Glass-Husain commented on VELOCITY-437: No - not intentionally sarcastic at all! Where are the confusing comments? We should probably fix them

[jira] Commented: (VELOCITY-436) Remove Exception type throwing.

2006-04-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-436?page=comments#action_12374760 ] Will Glass-Husain commented on VELOCITY-436: Thanks for the note. Are there methods in particular that you were thinking of? A few examples would be helpful

[jira] Updated: (VELOCITY-437) Intercept output of objects

2006-04-17 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-437?page=all ] Will Glass-Husain updated VELOCITY-437: --- Fix Version: 1.6 Ok, targeting this for v1.6. Nathan's suggestions are good ones. Intercept output of objects

Re: 1.5 release ?

2006-04-17 Thread Will Glass-Husain
immediately forthcoming, how about a 1.4.x release to satisfy the Maven folks? -- Daniel Rall -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED

[jira] Commented: (VELOCITY-437) Intercept output of objects

2006-04-11 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-437?page=comments#action_12374039 ] Will Glass-Husain commented on VELOCITY-437: Kind of a neat idea. Modifying ASTReference directly is the way to go -- we ignore all Node files generated

Re: help, odd parsing

2006-04-03 Thread Will Glass-Husain
, this); } /***/ /***/ } - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass

Re: DVSL - ever released?

2006-04-01 Thread Will Glass-Husain
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: quick comments on XMLMind

2006-04-01 Thread Will Glass-Husain
] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Wiki updates as TimColson?

2006-03-31 Thread Will Glass-Husain
: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

quick comments on XMLMind

2006-03-31 Thread Will Glass-Husain
break up the flow. But it does look easier to validate. Best, WILL -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: svn commit: r387314 - /jakarta/velocity/engine/trunk/src/java/org/apache/velocity/runtime/defaults/velocity.properties

2006-03-25 Thread Will Glass-Husain
+parser.pool.size = 20 # # EVENT HANDLER -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail

Re: handling macro argument errors

2006-03-24 Thread Will Glass-Husain
. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Need help with java.lang.Exception: Template.merge() failure

2006-03-23 Thread Will Glass-Husain
Will Glass-Husain [EMAIL PROTECTED] www.forio.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: handling macro argument errors

2006-03-22 Thread Will Glass-Husain
to upgrade and reconfigure. I'd make it work like 1.4 by default, turn on new behavior w/ a switch, and fix it in 2.0 geir On 3/21/06, Will Glass-Husain [EMAIL PROTECTED] wrote: I feel strongly about this. I've personally got hundreds of templates in production and support

Re: handling macro argument errors

2006-03-21 Thread Will Glass-Husain
] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: handling macro argument errors

2006-03-21 Thread Will Glass-Husain
always generated an error. For new apps this is better. But for old apps it is actively harmful to change this. So let's make this a config option and turn it on by default for 2.0 . WILL On 3/21/06, Nathan Bubna [EMAIL PROTECTED] wrote: On 3/21/06, Will Glass-Husain [EMAIL PROTECTED] wrote

Re: handling macro argument errors

2006-03-21 Thread Will Glass-Husain
logs or release notes will have no problem figuring out what's going on. On 3/21/06, Will Glass-Husain [EMAIL PROTECTED] wrote: I feel strongly about this. I've personally got hundreds of templates in production and support users with hundreds more. Say 5% of those templates have

Re: handling macro argument errors

2006-03-21 Thread Will Glass-Husain
hmm... if it's in the documentation, log AND exception message, that doesn't seem so bad... I'll pause here for a day to see if anyone else wants to defend my side. WILL On 3/21/06, Nathan Bubna [EMAIL PROTECTED] wrote: On 3/21/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Thanks

[jira] Commented: (VELOCITY-435) ParseErrorException not thrown with #macro parse error

2006-03-20 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-435?page=comments#action_12371089 ] Will Glass-Husain commented on VELOCITY-435: Hi Malcolm, Actually this is intentional. We now allow comments or spaces are parameter separators in macros

handling macro argument errors

2006-03-20 Thread Will Glass-Husain
an InvalidReferenceEventHandler in progress, this could be a new method for that. (3) something more creative? Thanks, WILL -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

[jira] Commented: (VELOCITY-435) ParseErrorException not thrown with #macro parse error

2006-03-19 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-435?page=comments#action_12370990 ] Will Glass-Husain commented on VELOCITY-435: Hi, Spent some time working on this, even coded a solution. When I ran ant test though one of the Anakia tests

[jira] Commented: (VELOCITY-435) ParseErrorException not thrown with #macro parse error

2006-03-19 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-435?page=comments#action_12370991 ] Will Glass-Husain commented on VELOCITY-435: Just to clarify my findings, these errors cause exceptions to be thrown * errors in macro body * syntax errors

[jira] Updated: (VELOCITY-435) ParseErrorException not thrown with #macro parse error

2006-03-19 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-435?page=all ] Will Glass-Husain updated VELOCITY-435: --- Attachment: macroargumenterror.patch Attached file - throws an argument for invalid macro argument count ParseErrorException not thrown

bad downloadlinks

2006-03-16 Thread Will Glass-Husain
on the site. But only a couple were pointing to the right link - the others were pointing to an invalid Velocity engine link. WILL -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: Taglib invocation

2006-03-14 Thread Will Glass-Husain
-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

[jira] Commented: (VELOCITY-432) #stop produces unexpected results when used with #parse

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-432?page=comments#action_12370436 ] Will Glass-Husain commented on VELOCITY-432: Fixed the string out of bounds exception - thanks! (note - made minor code style adjustment) #stop produces

[jira] Resolved: (VELOCITY-432) #stop produces unexpected results when used with #parse

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-432?page=all ] Will Glass-Husain resolved VELOCITY-432: Resolution: Fixed Fixed the #stop issue. Thanks for catching this and submitting a patch! #stop produces unexpected results when used

[jira] Resolved: (VELOCITY-433) Replace parser pool

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-433?page=all ] Will Glass-Husain resolved VELOCITY-433: Fix Version: 1.5 Resolution: Fixed Patch applied. Nice idea and implementation. Thanks for contributing! Replace parser pool

[jira] Commented: (VELOCITY-434) Commons pool implementation of the parser pool

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-434?page=comments#action_12370457 ] Will Glass-Husain commented on VELOCITY-434: Thanks for sharing this code. I've been thinking about this, and I believe the best place for CommonsParserPool

[jira] Updated: (VELOCITY-435) ParseErrorException not thrown with #macro parse error

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-435?page=all ] Will Glass-Husain updated VELOCITY-435: --- Fix Version: 1.5 I agree. Let's make this work as Malcolm describes. ParseErrorException not thrown with #macro parse error

[jira] Updated: (VELOCITY-422) Add support for property and propertyset nested elements to TexenTask.

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-422?page=all ] Will Glass-Husain updated VELOCITY-422: --- Fix Version: 1.5 marking this for 1.5 Add support for property and propertyset nested elements to TexenTask

[jira] Updated: (VELOCITY-421) Downloaded libraries are checked twice when started by 'ant jar jar-src'

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-421?page=all ] Will Glass-Husain updated VELOCITY-421: --- Fix Version: 1.5 should we be including this in 1.5? Downloaded libraries are checked twice when started by 'ant jar jar-src

[jira] Updated: (VELOCITY-420) Library download failure when started by 'ant jar jar-src'

2006-03-14 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-420?page=all ] Will Glass-Husain updated VELOCITY-420: --- Fix Version: 1.5 Priority: Minor (was: Major) fix this for 1.5 Library download failure when started by 'ant jar jar-src

Re: [EMAIL PROTECTED]: Project jakarta-velocity-test (in module jakarta-velocity) failed

2006-03-14 Thread Will Glass-Husain
commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

[jira] Commented: (VELTOOLS-55) Add URLResourceLoader to VelocityTools 1.3

2006-03-13 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELTOOLS-55?page=comments#action_12370214 ] Will Glass-Husain commented on VELTOOLS-55: --- Yes, let's do that. Do the docs need to be updated? Add URLResourceLoader to VelocityTools 1.3

Re: [jira] Commented: (VELTOOLS-55) Add URLResourceLoader to VelocityTools 1.3

2006-03-13 Thread Will Glass-Husain
: http://www.atlassian.com/software/jira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Forio Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

Re: [veltools] what next...

2006-03-10 Thread Will Glass-Husain
Business Simulations Will Glass-Husain [EMAIL PROTECTED] www.forio.com

[jira] Resolved: (VELOCITY-431) Its has an apostrophe where it shouldn't, throughout the documentation

2006-03-10 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-431?page=all ] Will Glass-Husain resolved VELOCITY-431: Resolution: Fixed Fixed in source control. web files copied to web site. (changes to manuals will wait until 1.5). Thanks again

Re: init()

2006-03-08 Thread Will Glass-Husain
Rydahl Andersen [EMAIL PROTECTED] wrote: On Tue, 07 Mar 2006 19:38:33 +0100, Will Glass-Husain [EMAIL PROTECTED] wrote: Hey Max-- Appreciate the specific feedback. We've also done a pass at #2. In particular, any RuntimeException from a plugin, event handler, resource loader, etc

Re: init()

2006-03-07 Thread Will Glass-Husain
Andersen [EMAIL PROTECTED] wrote: On Tue, 07 Mar 2006 01:48:54 +0100, Will Glass-Husain [EMAIL PROTECTED] wrote: You could auto-init Velocity but log a message stating that you are doing that... ...now I understand how velocity's log output has grown to such a huge amount

Re: init()

2006-03-07 Thread Will Glass-Husain
Andersen [EMAIL PROTECTED] wrote: On Tue, 07 Mar 2006 18:48:45 +0100, Will Glass-Husain [EMAIL PROTECTED] wrote: Or Hibernate. I haven't checked lately, but I seem to remember hundreds if not thousands of DEBUG lines at startup. Not a big deal. If we move more of Velocity log messages

Re: init()

2006-03-06 Thread Will Glass-Husain
] -- ___ Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com

Re: [jira] Resolved: (VELOCITY-85) Logging too verbose when used with Log4J

2006-03-06 Thread Will Glass-Husain
: http://www.atlassian.com/software/jira - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ___ Forio Business Simulations Will Glass-Husain

Re: init()

2006-03-06 Thread Will Glass-Husain
You could auto-init Velocity but log a message stating that you are doing that... On 3/6/06, Max Rydahl Andersen [EMAIL PROTECTED] wrote: On Tue, 07 Mar 2006 01:39:15 +0100, Will Glass-Husain [EMAIL PROTECTED] wrote: Sure, why not? because then users who like to know if a subsystem

Re: dev vs user vs guides

2006-03-05 Thread Will Glass-Husain
] For additional commands, e-mail: [EMAIL PROTECTED] -- ___ Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com

Re: Error handling with

2006-03-04 Thread Will Glass-Husain
Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com

Re: SimplePool replacement

2006-03-04 Thread Will Glass-Husain
Ah, thanks -- actual data is always useful. That seems like the right approach - define a SimplePool style interface and a factory interface. Then let the user configure a SimplePoolFactory plugin. WILL On 3/3/06, Serge Knystautas [EMAIL PROTECTED] wrote: On 3/3/06, Will Glass-Husain [EMAIL

Re: SimplePool replacement

2006-03-04 Thread Will Glass-Husain
good point. change that to other issue On 3/4/06, Geir Magnusson Jr [EMAIL PROTECTED] wrote: Will Glass-Husain wrote: By the way, it'd be nice to see if the pooling is really necessary as Jonathan suggests. Garbage collection preformance of mainstream JVMs have changed significantly

Re: [jira] Created: (VELOCITY-434) Commons pool implementation of the parser pool

2006-03-04 Thread Will Glass-Husain
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- ___ Forio Business Simulations Will Glass-Husain phone (415) 440-7500 x89 mobile (415) 235-4293 [EMAIL PROTECTED] www.forio.com

[jira] Commented: (VELOCITY-433) Replace parser pool

2006-03-04 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-433?page=comments#action_12368923 ] Will Glass-Husain commented on VELOCITY-433: Fabulous. Did ant test pass? Replace parser pool --- Key: VELOCITY-433 URL

[jira] Commented: (VELOCITY-434) Commons pool implementation of the parser pool

2006-03-04 Thread Will Glass-Husain (JIRA)
[ http://issues.apache.org/jira/browse/VELOCITY-434?page=comments#action_12368924 ] Will Glass-Husain commented on VELOCITY-434: Looks promising. A quick style note - remember to put braces on their own line. Let's discuss on the list

Re: Velocity 1.5 roadmap

2006-03-03 Thread Will Glass-Husain
Ouch! sorry to hear about the ankle. At least it didn't happen *before* the vacation... Will On 3/2/06, Will Glass-Husain [EMAIL PROTECTED] wrote: Not quite though close. I've got an event handler addition and there are some obscure syntax bugs still out there. WILL On 3/2/06, Malcolm

Re: SimplePool replacement

2006-03-03 Thread Will Glass-Husain
should stick that? -- Serge Knystautas Lokitech software . strategy . design http://www.lokitech.com p. 301.656.5501 e. [EMAIL PROTECTED] On 3/2/06, Will Glass-Husain [EMAIL PROTECTED] wrote: absolutely. I think for most cases the current implementation is sufficient, but for your high

<    1   2   3   4   5   6   7   8   9   >