Re: [PATCH] abandoning code-generated Property.Maker

2004-01-19 Thread Glen Mazza
Worked great--thanks! Glen --- "J.Pietschmann" <[EMAIL PROTECTED]> wrote: > Glen Mazza wrote: > > > > select="document(propfile)//property[not(@type='generic')]" > > /> ) > ... > > I am not an XSLT guru--offhand, does anyone know > of a > > simple way to get the interfaces to appear > > alphabe

Re: [PATCH] abandoning code-generated Property.Maker

2004-01-18 Thread J.Pietschmann
Glen Mazza wrote: ) ... I am not an XSLT guru--offhand, does anyone know of a simple way to get the interfaces to appear alphabetically? It ought to be Substitute in the xsl:sort's select whatever is the sort key. J.Pietschmann

Re: [PATCH] abandoning code-generated Property.Maker

2004-01-18 Thread Glen Mazza
Team, I moved the 64 or so property value interfaces from separate autogenerated files to Constants.java yesterday. The work is not perfect--there are still a few linkages to (autogenerated) generic enumerations (I will fix these after we apply Finn's latest properties patch), a couple of inter

Re: [PATCH] abandoning code-generated Property.Maker

2004-01-17 Thread Glen Mazza
--- Finn Bock <[EMAIL PROTECTED]> wrote: > > The patch does not unnest the Property.Maker class. > It doesn't matter > all that much to me, but if it is considered a good > idea it is easy to do. > Ooops...I think I had misread the code there. Actually, hold off on this then. > > Should the v

Re: [PATCH] abandoning code-generated Property.Maker

2004-01-17 Thread Finn Bock
On bugzilla, Glen wrote: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25873 [PATCH] abandoning code-generated Property.Maker > Please give me a couple of days to comment--say 48 hours. My initial thoughts are "I like what I see", esp. since appeared to you appeared to unnest the Property.M