Re: Use of Jelly scopes in plugins

2003-06-29 Thread dion
Jason van Zyl <[EMAIL PROTECTED]> wrote on 30/06/2003 11:48:55 AM: > On Sun, 2003-06-29 at 19:01, [EMAIL PROTECTED] wrote: > > With the repository plugin, the use of the parent scope is to 'return' a > > variable from a tag in a plugin. The use of the system scope is to access > > system prope

Re: Use of Jelly scopes in plugins

2003-06-29 Thread Jason van Zyl
On Sun, 2003-06-29 at 19:01, [EMAIL PROTECTED] wrote: > With the repository plugin, the use of the parent scope is to 'return' a > variable from a tag in a plugin. The use of the system scope is to access > system properties. The system properties have always been available so that's not a probl

Re: Use of Jelly scopes in plugins

2003-06-29 Thread dion
With the repository plugin, the use of the parent scope is to 'return' a variable from a tag in a plugin. The use of the system scope is to access system properties. With the plugin plugin, it's used to read a property file into it's own scope and pass them as a single map back to the parent.

Use of Jelly scopes in plugins

2003-06-29 Thread Jason van Zyl
Howdy, The last hiccup I've run into is the jelly scope test in the touchstone build. I looked at it and wondered why this is even needed so I looked through the plugins and found all sorts of references to setting variables with scopes. The following plugins have this attribute: clover javadoc j