Re: build maven HEAD?

2003-01-31 Thread Christian Sell
thanks. I deleted the plugin-build subdirectory and updated again - that fixed it. I wonder what they did to the cvs repo to cause this.. Incze Lajos wrote: Am I missing something? TIA, Christian You may want to try a fresh checkout, it helped me a couple of days ago. incze

build maven HEAD?

2003-01-31 Thread Christian Sell
Hello, can someone give me a hint how to build maven cvs HEAD (I'd appreciate if I didnt have to subscribe to yet another list)? When doing a "cvs update -P -d", I am seeing lots of cvs server: cannot open directory /home/cvspublic/jakarta-turbine-maven/src/plugins-build/xdoc/templates: No su

Re: [jelly] bug: executing nested scripts from Ant task

2003-01-30 Thread Christian Sell
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

[jelly] bug: executing nested scripts from Ant task

2003-01-29 Thread Christian Sell
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.ge

[beanutils] error messages

2003-01-29 Thread Christian Sell
Hello, I am using beanutils from within Jelly, and find that error reporting from beanutils really needs improvement. For example, if an accessor method throws an exception, ConvertinWrapDynaBean rethrows an error with a message indicating that the accessor was not found. Very misleading. Also