[GitHub] [myfaces-tobago] lofwyr14 merged pull request #1067: build: rebuild generated code

2021-07-07 Thread GitBox
lofwyr14 merged pull request #1067: URL: https://github.com/apache/myfaces-tobago/pull/1067 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[GitHub] [myfaces-tobago] lofwyr14 opened a new pull request #1067: build: rebuild generated code

2021-07-07 Thread GitBox
lofwyr14 opened a new pull request #1067: URL: https://github.com/apache/myfaces-tobago/pull/1067 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail:

[jira] [Resolved] (TOBAGO-1222) Generated code should use sorted items

2013-02-06 Thread Udo Schnurpfeil (JIRA)
[ https://issues.apache.org/jira/browse/TOBAGO-1222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Udo Schnurpfeil resolved TOBAGO-1222. - Resolution: Fixed Generated code should use sorted items

[jira] [Commented] (TOBAGO-1222) Generated code should use sorted items

2013-01-15 Thread Hudson (JIRA)
://builds.apache.org/job/tobago-trunk/929/]) TOBAGO-1222: Generated code should use sorted items - fixing order of the nodes inside a node to respect the XML schema (Revision 1433377) Result = SUCCESS lofwyr : http://svn.apache.org/viewvc/?view=revrev=1433377 Files : * /myfaces/tobago/trunk/tobago

[jira] [Commented] (TOBAGO-1222) Generated code should use sorted items

2013-01-15 Thread Hudson (JIRA)
://builds.apache.org/job/tobago-1.5.x/121/]) TOBAGO-1222: Generated code should use sorted items - fixing order of the nodes inside a node to respect the XML schema (Revision 1433376) Result = SUCCESS lofwyr : http://svn.apache.org/viewvc/?view=revrev=1433376 Files : * /myfaces/tobago/branches

[jira] [Created] (TOBAGO-1222) Generated code should use sorted items

2012-12-05 Thread Udo Schnurpfeil (JIRA)
Udo Schnurpfeil created TOBAGO-1222: --- Summary: Generated code should use sorted items Key: TOBAGO-1222 URL: https://issues.apache.org/jira/browse/TOBAGO-1222 Project: MyFaces Tobago Issue

[jira] [Commented] (TOBAGO-1222) Generated code should use sorted items

2012-12-05 Thread Hudson (JIRA)
://builds.apache.org/job/tobago-1.5.x/117/]) TOBAGO-1222: time component (tx:time) without number and lost focus then print NaN (Revision 1417464) TOBAGO-1222: time component (tx:time) without number and lost focus then print NaN (Revision 1417459) TOBAGO-1222: Generated code should use sorted items

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Gert Vanthienen
to _ComponentUtils.getStringValue() is no longer necessary, the generated code is a rather good match to the code currently in SVN, with the exception of some whitespace and comments. My suggestion would be to move the comments to the top of the file and commit the regenerated files after checking that there are no other

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Mike Kienenberger
)? If the call to _ComponentUtils.getStringValue() is no longer necessary, the generated code is a rather good match to the code currently in SVN, with the exception of some whitespace and comments. My suggestion would be to move the comments to the top of the file and commit the regenerated files

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Martin Marinschek
contains the call to _ComponentUtils.getStringValue(). Is there any reason why this method is used for String values (and not for e.g. boolean or Object)? If the call to _ComponentUtils.getStringValue() is no longer necessary, the generated code is a rather good match to the code currently

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Gert Vanthienen
L.S., I have added a patch for the code generator, allowing it to use _ComponentUtils' methods whenever appropriate. There were still some differences between the generated code and the code in the repository after doing this. Almost all files are affected by the code generation process

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Martin Marinschek
Do you have a link to the patch? regards, Martin On 9/11/06, Gert Vanthienen [EMAIL PROTECTED] wrote: L.S., I have added a patch for the code generator, allowing it to use _ComponentUtils' methods whenever appropriate. There were still some differences between the generated code

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-11 Thread Gert Vanthienen
generator, allowing it to use _ComponentUtils' methods whenever appropriate. There were still some differences between the generated code and the code in the repository after doing this. Almost all files are affected by the code generation process in terms of whitespace usage, but there were also

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-10 Thread Gert Vanthienen
L.S., A while ago, I have been doing a few things for the code generator (MYFACES-1284 in JIRA) but at that time, it was suggested by Manfred to wait with cleaning up all manual changes in the generated code blocks until release 1.1.x was done. You're not doing anything wrong

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-09 Thread L Frohman
; is existing svn code is generated code Am I doing something wrong? -Original Message- From: Manfred Geiler [mailto:[EMAIL PROTECTED] Sent: Thursday, September 07, 2006 4:11 AM To: MyFaces Development Subject: Re: GENERATED CODE BEGIN (do not modify!) Dennis, Lance, I am indeed

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-08 Thread Werner Punz
schrieb: Dennis, Lance, I am indeed of the opinion that is is NOT OK to modify this generated code parts. Code generation will get importance again when we do the 1.2 port. And: Code generation is still important and convenient for coding new tomahawk components. Well, nobody seems to use it by now

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread Manfred Geiler
Dennis, Lance, I am indeed of the opinion that is is NOT OK to modify this generated code parts. Code generation will get importance again when we do the 1.2 port. And: Code generation is still important and convenient for coding new tomahawk components. Well, nobody seems to use it by now

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread Martin Marinschek
You mean a resources folder, right? regards, Martin On 9/7/06, Manfred Geiler [EMAIL PROTECTED] wrote: Dennis, Lance, I am indeed of the opinion that is is NOT OK to modify this generated code parts. Code generation will get importance again when we do the 1.2 port. And: Code generation

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread Manfred Geiler
am indeed of the opinion that is is NOT OK to modify this generated code parts. Code generation will get importance again when we do the 1.2 port. And: Code generation is still important and convenient for coding new tomahawk components. Well, nobody seems to use it by now. Reason might

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread Martin Marinschek
folder, right? regards, Martin On 9/7/06, Manfred Geiler [EMAIL PROTECTED] wrote: Dennis, Lance, I am indeed of the opinion that is is NOT OK to modify this generated code parts. Code generation will get importance again when we do the 1.2 port. And: Code generation is still important

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-07 Thread L Frohman
I looked in myfaces/tomahawk/core/src/main/java/org/apache/myfaces/component/html/ext and it looks like most of these components have code modified inside the generated code. And there are no .xml files in this directory. Do you recommend to start putting the .xml files in the directory

re: GENERATED CODE BEGIN (do not modify!)

2006-09-05 Thread L Frohman
In several of the myfaces components, there is code marked GENERATED CODE BEGIN (do not modify!) (in particular org.apache.myfaces.component.html.ext.HtmlPanelGroup) How is this generated?

Re: GENERATED CODE BEGIN (do not modify!)

2006-09-05 Thread Dennis Byrne
of undocumented cases where many of us have done this, and for good reasons. Dennis Byrne -Original Message- From: L Frohman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 5, 2006 03:00 PM To: ''MyFaces Development'' Subject: re: GENERATED CODE BEGIN (do not modify!) In several of the myfaces

RE: GENERATED CODE BEGIN (do not modify!)

2006-09-05 Thread L Frohman
Thanks, There is a codegenerator under build-tools under maven. No documentation? (stupid question?) -Original Message- From: Dennis Byrne [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 05, 2006 12:11 PM To: MyFaces Development Subject: Re: GENERATED CODE BEGIN (do not modify

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

2006-04-19 Thread Gert Vanthienen
at these open tasks: 1. add code generation feature to tomahawk module 2. look for manually changed code parts that are now incompatible to regeneration i.e. generate code and do some svn diffing to find dangerous generated code part modifications 3. revert and check in trivial (whitespace

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

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

2006-04-13 Thread Manfred Geiler
try it out with mvn compile -P regenerate-component-codePlease look at these open tasks:1. add code generation feature to tomahawk module 2. look for manually changed code parts that are now incompatible to regeneration i.e. generate code and do some svn diffing to find dangerous generated code part

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
children and to make t:panelGroup/ support the JSF 1.2 layout atttribute (layout=block). The solutions works for me, but I'm still puzzled by the comment //-- GENERATED CODE BEGIN (do not modify!) in HtmlPanelGroup. I do not see any code generation happening, so

Re: Puzzled about generated code

2006-04-12 Thread Manfred Geiler
modification to make s:fieldset/ render it'sown children and to make t:panelGroup/ support the JSF 1.2 layoutatttribute (layout=block).The solutions works for me, but I'm still puzzled by the comment //-- GENERATED CODE BEGIN (do not modify!)in HtmlPanelGroup. I do not see

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

Generated Code

2005-11-22 Thread Travis Reeder
Hi all, In the components, there are sections that are wrapped with GENERATED CODE BEGIN and GENERATED CODE END. How are these generated? Reason I ask is that there are new fields like forceId and escape that their state is not being saved/restored. Thanks in advance, Travis

Re: Generated Code

2005-11-22 Thread Grant Smith
have to get the code from the prior-to-reorg SVN.On 11/22/05, Travis Reeder [EMAIL PROTECTED] wrote:Hi all,In the components, there are sections that are wrapped with GENERATED CODE BEGIN and GENERATED CODE END.How are these generated?Reason Iask is that there are new fields like forceId and escape

Re: What is the deal with generated code?

2005-01-15 Thread Martin Marinschek
... //-- GENERATED CODE BEGIN (do not modify!) What is the deal with that? How is it being generated? Should I add my code above this line? Thanks, sean

Re: What is the deal with generated code?

2005-01-15 Thread Martin Marinschek
... regards, Martin On Fri, 14 Jan 2005 15:50:54 -0500, Sean Schofield [EMAIL PROTECTED] wrote: In some of the code I see lines like ... //-- GENERATED CODE BEGIN (do not modify!) What is the deal with that? How is it being generated

What is the deal with generated code?

2005-01-14 Thread Sean Schofield
In some of the code I see lines like ... //-- GENERATED CODE BEGIN (do not modify!) What is the deal with that? How is it being generated? Should I add my code above this line? Thanks, sean