Jelly issues are tracked through JIRA. It's kind of hard to find if you are new to Maven-based sites; it's not directly linked from the main page:
http://jira.werken.com/BrowseProject.jspa?id=10012 - Morgan --- Christian Sell <[EMAIL PROTECTED]> wrote: > Hello, > > I recently submitted the report below. Could > someone, please comment? > Should I put this into bugzilla (what project - I > did not find an entry > for Jelly)? > > thanks, > Christian > > Christian Sell wrote: > > Hello, > > > > I have a jelly script which imports another one. > The outer script is > > executed from an ANT task through AntTagLibrary. I > find that variables > > which are defined as ANT properties are not passed > into the inner > > script, even though inherit=true (default). > > > > The reason is that the > JellyContex.getVariable(String) method calls > > parent.*findVariable*(String). However, > AntJellyContext only overrides > > getVariable(String), so it is never called from > the inner context. > > > > Should AntJellyContext override *findVariable* > also? It seems > > questionable to me to have getVariable call > findVariable in the first > > place. Shouldnt that be getVariable again? And > what is the distinction > > between the 2 anyway? I would have provided a > patch, if there werent so > > many questions. James? > > > > - Christian > > > > > > > --------------------------------------------------------------------- > > 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] > ===== Morgan Delagrange http://jakarta.apache.org/taglibs http://jakarta.apache.org/commons http://axion.tigris.org http://jakarta.apache.org/watchdog __________________________________________________ Do you Yahoo!? Yahoo! Mail Plus - Powerful. Affordable. Sign up now. http://mailplus.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
