Thats what i thought. Building and running without IDE works fine and the showcase looks good. +1
2016-04-30 22:06 GMT+02:00 Leonardo Uribe <[email protected]>: > Hi > > There are some classes that are generated using a plugin. But these files > are not visible when you open the project using Netbeans (because these > files are not in the right folder). You need to use another IDE like > eclipse to see these files. > > regards, > > Leonardo > > 2016-04-30 4:11 GMT-05:00 Thomas Andraschko <[email protected]>: > >> Hi Leo, >> >> building via maven is working fine but when i check the source in >> NetBeans, some classes are not found like UIXIterator. >> >> Also when i start the showcase and clicking on some menu items, it fails >> with various exceptions because >> >> org.apache.myfaces.trinidaddemo.support.jsf.OutputSource >> >> can't be instantiated. It looks like >> org.apache.myfaces.trinidad.component.core.output.CoreOutputFormatted is not >> available. >> >> Are those classes generated classes? What i am doing wrong? >> >> Regards, >> >> Thomas >> >> >> >> >> >> 2016-04-30 0:33 GMT+02:00 Eduardo Garcia <[email protected]>: >> >>> I want to vote!!!!!!! >>> >>> Ok, let me know the procedure to put a Yes!!! >>> >>> >>> >>> >>> On 04/29/2016 10:00 AM, Leonardo Uribe wrote: >>> >>> Hi >>> >>> Trinidad 2.1.1 is supposed to be compatible with JSF 2.1, so there is no >>> problem if clirr plugin fails on java 8. >>> >>> I checked the example and the component is ok (see trinidad-demo >>> example), according to the stack trace it should be an invalid character in >>> the xhtml file. >>> >>> So it is a bug in the showcase. >>> >>> Regards, >>> >>> Leonardo Uribe >>> >>> >>> 2016-04-29 9:10 GMT-05:00 Dennis Kieselhorst <[email protected]>: >>> >>>> Hi, >>>> >>>> seems that build with Java 8 is not working: >>>> [ERROR] Failed to execute goal >>>> org.codehaus.mojo:clirr-maven-plugin:2.3:check (default) on project >>>> trinidad-api: Execution default of goal >>>> org.codehaus.mojo:clirr-maven-plugin:2.3:check failed: Invalid byte tag >>>> in constant pool: 18 -> [Help 1] >>>> >>>> There is no compatible release of clirr-maven-plugin yet (see >>>> https://github.com/mojohaus/clirr-maven-plugin/issues/3). >>>> >>>> Build with Java 7 on the 2.1.1 tag was successful. >>>> >>>> However opening the select boolean pages >>>> >>>> (trinidad-components-showcase/component-demo/selectBooleanCheckbox-Detailed >>>> and selectBooleanRadio-Detailed) in the showcase results in >>>> MalformedByteSequenceException. Is this an issue or just a problem in >>>> the showcase? >>>> >>>> Regards >>>> Dennis >>>> >>> >>> >>> >> >
