Excellent. Thanks. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthias Wessendorf Sent: Wednesday, August 16, 2006 5:11 PM To: [email protected] Subject: Re: Where are components in the svn tree?
the components are generated by the metadata see http://svn.apache.org/viewvc/incubator/adffaces/trunk/trinidad/trinidad- build/src/main/resources/META-INF/maven-faces-plugin/ build all stuff. 1) mvn install in plugins 2) mvn install in trinidad that runs trinidad-build trinidad-api trinidad-impl trinidad-demo the output from the components generation (done by maven-faces-plugin) goes to \trinidad-api\target\maven-faces-plugin\main\java The header of files like CoreInputText.,java says <snip> // WARNING: This file was automatically generated. D </snip> On 8/16/06, Daniel Hannum <[EMAIL PROTECTED]> wrote: > Sorry to ask what I think is a dumb question. I pulled down the whole > svn tree from > > > > http://svn.apache.org/repos/asf/incubator/adffaces/trunk/trinidad > > > > through TortoiseSVN and I can't find simple things like the java files > for the controls e.g. CoreInputText > > > > I see some component files in > trinidad-api/src/main/java/org/apache/myfaces/trinidad/component but > it's only a few things like the SelectOnes and the SelectManys aren't > there. I also checked trinidad-impl. I searched my whole tree locally, > and I don't think I pulled them down. But then where are they? > > > > Test classes reference things like > > > > org.apache.myfaces.trinidad.component.core.input.CoreSelectOneListbox; > > > > But I can't find that class anywhere in the svn tree. Help... > > > > Dan > > > -- Matthias Wessendorf further stuff: blog: http://jroller.com/page/mwessendorf mail: mwessendorf-at-gmail-dot-com
