I trying to build tomahawk 1.1.19 and receive these errors so the build fails. Any ideas or should I bypass the tests. Thanks, Joe Knudsen
INFO: Starting up Tomahawk on the MyFaces-JSF-Implementation WARNING: Component _id1 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! WARNING: Component _id1:_id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running org.apache.myfaces.component.html.ext.HtmlInputHiddenTest WARNING: Component _id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec Running org.apache.myfaces.custom.selectOneLanguage.SelectOneLanguageRendererTes t WARNING: Component _id0 just got an automatic id, because there was no id assigned yet. If this component was created dynamically (i.e. not by a JSP tag) you should assign it an explicit static id or assign it the id you get from the createUniqueId from the current UIViewRoot component right after creation! Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Results : Tests in error: testUniqueTagTestCase(org.apache.myfaces.test.MyFacesTagLibTestCase) testUniqueTagAttributes(org.apache.myfaces.test.MyFacesTagLibTestCase) testSetters(org.apache.myfaces.test.MyFacesTagLibTestCase) testClassPath(org.apache.myfaces.test.TomahawkClassElementTestCase) Tests run: 178, Failures: 0, Errors: 4, Skipped: 0 [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] There are test failures.

