Re: svn commit: r691943 - in /velocity/engine/trunk: src/java/org/apache/velocity/runtime/directive/ src/java/org/apache/velocity/runtime/parser/node/ src/test/org/apache/velocity/test/ xdocs/docs/

2008-09-04 Thread Nathan Bubna
On Thu, Sep 4, 2008 at 2:06 AM,  [EMAIL PROTECTED] wrote:
 Author: cbrisson
 Date: Thu Sep  4 02:06:22 2008
 New Revision: 691943

 URL: http://svn.apache.org/viewvc?rev=691943view=rev
 Log:
 Some work for the #define directive:
  - #defined references can now be used anywhere (as #set RHS or as method 
 argument)
  - docs updated


 Added:

 velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/Renderable.java

this looks great, Claude.  but is there a better package for this
interface?  it doesn't seem like it really belongs in the node
package.  maybe just in org.apache.velocity.runtime?   or
org.apache.velocity.io?

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: svn commit: r691943 - in /velocity/engine/trunk: src/java/org/apache/velocity/runtime/directive/ src/java/org/apache/velocity/runtime/parser/node/ src/test/org/apache/velocity/test/ xdocs/docs/

2008-09-04 Thread Claude Brisson
Yes, it is misplaced.

Let's say o.a.v.runtime, since I'd rather see the .io package as
containing classes that actually DO i/o...

I take care of it.


  Claude

Le jeudi 04 septembre 2008 à 10:45 -0700, Nathan Bubna a écrit :
 On Thu, Sep 4, 2008 at 2:06 AM,  [EMAIL PROTECTED] wrote:
  Author: cbrisson
  Date: Thu Sep  4 02:06:22 2008
  New Revision: 691943
 
  URL: http://svn.apache.org/viewvc?rev=691943view=rev
  Log:
  Some work for the #define directive:
   - #defined references can now be used anywhere (as #set RHS or as method 
  argument)
   - docs updated
 
 
  Added:
 
  velocity/engine/trunk/src/java/org/apache/velocity/runtime/parser/node/Renderable.java
 
 this looks great, Claude.  but is there a better package for this
 interface?  it doesn't seem like it really belongs in the node
 package.  maybe just in org.apache.velocity.runtime?   or
 org.apache.velocity.io?
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]