Re: Code generator is back! (was: Puzzled about generated code)

2006-04-19 Thread Gert Vanthienen
L.S., Just did an update from SVN and found a problem with the code generation feature. When you do a mvn compile -P regenerate-component-code in the main myfaces directory, the build fails with Embedded error: The following error occurred while executing this line:

Re: Puzzled about generated code

2006-04-13 Thread Werner Punz
Manfred Geiler schrieb: Ok, I just spent a few minutes and found the old codegenerator on the attic. Will try to integrate it into current maven structure. Please stay tuned! Thanks, Manfred Manfred, just a question, what was the scope of the old codegenerator, does it generated

Re: Puzzled about generated code

2006-04-13 Thread Manfred Geiler
Werner,Look at the component classes. Everything between the BEGIN and END GENERATED CODE markers was generated by a Velocity template from the according component xml files.In a few minutes I will checkin the reborn codegenerator - stay tuned. ManfredOn 4/13/06, Werner Punz [EMAIL PROTECTED]

Re: Puzzled about generated code

2006-04-13 Thread Werner Punz
Manfred Geiler schrieb: Werner, Look at the component classes. Everything between the BEGIN and END GENERATED CODE markers was generated by a Velocity template from the according component xml files. In a few minutes I will checkin the reborn codegenerator - stay tuned. Ah superb, I was

Code generator is back! (was: Puzzled about generated code)

2006-04-13 Thread Manfred Geiler
Hi all,After finding some spare time yesterday and rummaging in the myfaces attic, I was able to re-add the long missed code generation feature. Hooray.Gert Vanthienen was kind enough to offer his help on re-installing the full code gen feature. Gert,I just checked in the code generator. It is

Re: Puzzled about generated code

2006-04-13 Thread Manfred Geiler
On 4/13/06, Werner Punz [EMAIL PROTECTED] wrote: Manfred Geiler schrieb: Werner, Look at the component classes. Everything between the BEGIN and END GENERATED CODE markers was generated by a Velocity template from the according component xml files. In a few minutes I will checkin the reborn

Re: Puzzled about generated code

2006-04-13 Thread Mike Kienenberger
On 4/13/06, Manfred Geiler [EMAIL PROTECTED] wrote: In a few minutes I will checkin the reborn codegenerator - stay tuned. Excellent! We can start working on facelet and shale support now.

Puzzled about generated code

2006-04-12 Thread Gert Vanthienen
L.S., Yesterday I attached a patch to issue TOMAHAWK-36 in JIRA, but apparently JIRA doesn't send notifications when you attach a file, so I'll just repeat the question in the comment of this issue here directly. The patch file contains modification to make s:fieldset/ render it's own

Re: Puzzled about generated code

2006-04-12 Thread Manfred Geiler
On 4/12/06, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S.,Yesterday I attached a patch to issue TOMAHAWK-36 in JIRA, butapparently JIRA doesn't send notifications when you attach a file, soI'll just repeat the question in the comment of this issue here directly. The patch file contains

Re: Puzzled about generated code

2006-04-12 Thread Gert Vanthienen
Manfred Geiler wrote: ... The code generation for common component methods is currently out of order. Sorry. It was once used to generate all those boring getters, setters, state saving stuff and the like from the according classname.xml file. So, modifying code between those hint banners is

Re: Puzzled about generated code

2006-04-12 Thread Manfred Geiler
Ok, I just spent a few minutes and found the old codegenerator on the attic.Will try to integrate it into current maven structure.Please stay tuned!Thanks,Manfred On 4/12/06, Gert Vanthienen [EMAIL PROTECTED] wrote: Manfred Geiler wrote: ... The code generation for common component methods is