I am not sure why this keeps failing. I think it is running before the
shared module, so it does not get the proper shared-impl package? I
clean and build over and over again the current12 branch and it does
not fail. Can someone reproduce it?

Thanks!

Bruno

On 10/4/06, [EMAIL PROTECTED]
<[EMAIL PROTECTED]> wrote:
Online report : 
http://myfaces.zones.apache.org:8080/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/64/buildId/4855
Build statistics:
  State: Failed
  Previous State: Failed
  Started at: Wed, 4 Oct 2006 22:03:31 +0000
  Finished at: Wed, 4 Oct 2006 22:03:50 +0000
  Total time: 19s
  Build Trigger: Schedule
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_07(Sun Microsystems Inc.)

Changes
         baranda          Fixed license header
             
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlMessagesRendererTest.java
           baranda          Implemented MYFACES-1267 (JSR-252 Issue #122) - 
Clarified renderkit docs with respect to what gets rendered for disabled 
command link attributes
- Implemented behaviour of disabled as defined in the renderkit javadocs
- Added test
             
/myfaces/core/branches/jsf12/impl/src/test/java/org/apache/myfaces/renderkit/html/HtmlLinkRendererTest.java
            
/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlLinkRendererBase.java
            
/myfaces/shared/branches/3_0_0/core/src/main/java/org/apache/myfaces/shared/renderkit/html/HtmlRendererUtils.java

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] 
----------------------------------------------------------------------------
[INFO] Building Impl
[INFO]    task-segment: [clean, install]
[INFO] 
----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] Deleting directory 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 2
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_core.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_core.tld
[INFO] transform, srcFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/src/main/tld/myfaces_html.tld,
 destFile: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes/META-INF/myfaces_html.tld
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:compile]
Compiling 182 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] [dependency:unpack {execution: unpack-shared-impl}]
[INFO] Configured Artifact: 
org.apache.myfaces.shared:myfaces-shared-impl:null:3.0.0-SNAPSHOT:jar
[INFO] Expanding: 
/export/home/mrmaven/.m2/repository/org/apache/myfaces/shared/myfaces-shared-impl/3.0.0-SNAPSHOT/myfaces-shared-impl-3.0.0-SNAPSHOT.jar
 into 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 18 source files to 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/test-classes
[INFO] [surefire:test]
[INFO] Setting reports dir: 
/local/continuum-1.0.3-SNAPSHOT/apps/continuum/working-directory/64/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
[surefire] Running org.apache.myfaces.renderkit.html.HtmlMessagesRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.106 sec 
<<<<<<<< FAILURE !!
Component: {Component-Path : [Class: 
javax.faces.component.html.HtmlSelectOneRadio,Id: _id0]}
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!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlRadioRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.032 sec 
<<<<<<<< FAILURE !!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlGroupRendererTest
[surefire] Tests run: 2, Failures: 1, Errors: 0, Time elapsed: 0.013 sec 
<<<<<<<< FAILURE !!
No Renderer found for component {Component-Path : [Class: 
javax.faces.component.UIForm,Id: _id1]} (component-family=javax.faces.Form, 
renderer-type=javax.faces.Form)
Oct 4, 2006 10:03:48 PM javax.faces.component.UIComponentBase getRenderer
WARNING: No Renderer found for component {Component-Path : [Class: 
javax.faces.component.UIForm,Id: _id1]} (component-family=javax.faces.Form, 
renderer-type=javax.faces.Form)
Component: {Component-Path : [Class: javax.faces.component.UIForm,Id: _id1]}
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!
Component: {Component-Path : [Class: javax.faces.component.UIForm,Id: 
_id1][Class: javax.faces.component.html.HtmlCommandLink,Id: _id0]}
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!
Oct 4, 2006 10:03:48 PM org.apache.myfaces.shared_impl.config.MyfacesConfig 
getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.PRETTY_HTML' found, using 
default value true
Oct 4, 2006 10:03:48 PM org.apache.myfaces.shared_impl.config.MyfacesConfig 
getBooleanInitParameter
INFO: No context init parameter 'org.apache.myfaces.ALLOW_JAVASCRIPT' found, 
using default value true
Oct 4, 2006 10:03:48 PM org.apache.myfaces.shared_impl.config.MyfacesConfig 
getCurrentInstance
INFO: Tomahawk jar not available. Autoscrolling, DetectJavascript, 
AddResourceClass and CheckExtensionsFilter are disabled now.
[surefire] Running org.apache.myfaces.renderkit.html.HtmlLinkRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.046 sec 
<<<<<<<< FAILURE !!
Component: {Component-Path : [Class: 
javax.faces.component.html.HtmlSelectManyCheckbox,Id: _id0]}
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!
[surefire] Running org.apache.myfaces.renderkit.html.HtmlCheckboxRendererTest
[surefire] Tests run: 1, Failures: 1, Errors: 0, Time elapsed: 0.02 sec 
<<<<<<<< FAILURE !!
[surefire] Running org.apache.myfaces.config.FacesConfigValidatorTestCase
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.432 sec
No state saving method defined, assuming default server state saving
[surefire] Running org.apache.myfaces.application.jsp.JspStateManagerImplTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.323 sec
[surefire] Running org.apache.myfaces.application.NavigationHandlerImplTest
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.004 sec
[surefire] Running org.apache.myfaces.test.ImplClassElementTestCase
[surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 0.325 sec

Results :
[surefire] Tests run: 10, Failures: 5, Errors: 0

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] There are some test failure.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Wed Oct 04 22:03:49 GMT+00:00 2006
[INFO] Final Memory: 11M/334M
[INFO] ------------------------------------------------------------------------

****************************************************************************



Reply via email to