You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by "Continuum@myfaces.zones.apache.org" <no...@myfaces.apache.org> on 2007/07/18 09:32:30 UTC

[continuum] BUILD SUCCESSFUL: Sandbox Core

Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=3341&projectId=144
Build statistics:
  State: Ok
  Previous State: Failed
  Started at: Wed 18 Jul 2007 07:32:10 +0000
  Finished at: Wed 18 Jul 2007 07:32:30 +0000
  Total time: 19s
  Build Trigger: Schedule
  Build Number: 47
  Exit code: 0
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
No files changed

****************************************************************************
SCM Changes since last success:
****************************************************************************
Changed: efastl @ Sun 15 Jul 2007 23:31:16 +0000
Comment: new password strength component according to TOMAHAWK-1042
thanks to Hazem Saleh
Files changed:
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources-facesconfig/META-INF/faces-config.xml ( 556475 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/tld/myfaces_sandbox.tld ( 556475 )
  /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/examples-config.xml ( 556475 )
  /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/WEB-INF/web.xml ( 556475 )
  /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/home.jsp ( 556475 )

Changed: efastl @ Sun 15 Jul 2007 23:59:00 +0000
Comment: new password strength component according to TOMAHAWK-1042
thanks to Hazem Saleh
Files changed:
  /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/PasswordStrengthComponent.java ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/PasswordStrengthRenderer.java ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/passwordStrength/PasswordStrengthTag.java ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength/resource ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength/resource/PasswordStrength.properties ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength/resource/css ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength/resource/css/passwordStrength.css ( 556477 )
  /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/passwordStrength/resource/passwordStrength.js ( 556477 )

****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.myfaces.core:myfaces-api:1.1.6-SNAPSHOT

org.apache.myfaces.core:myfaces-impl:1.1.6-SNAPSHOT

org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT

org.apache.myfaces.tomahawk:sandbox-project:1.1.7-SNAPSHOT

****************************************************************************
Test Summary:
****************************************************************************
Tests: 25
Failures: 0
Total time: 817

****************************************************************************
Output:
****************************************************************************
[INFO] Scanning for projects...
[INFO] snapshot org.apache.myfaces.maven:build-tools:1.0.6-SNAPSHOT: checking for updates from java.net
[INFO] ----------------------------------------------------------------------------
[INFO] Building Sandbox Core
[INFO]    task-segment: [clean, test]
[INFO] ----------------------------------------------------------------------------
[INFO] [clean:clean]
[INFO] Deleting directory /local/continuum-data/working-directory/144/target
[INFO] Deleting directory /local/continuum-data/working-directory/144/target/classes
[INFO] Deleting directory /local/continuum-data/working-directory/144/target/test-classes
[INFO] Deleting directory /local/continuum-data/working-directory/144/target/site
[INFO] [xslt:transform {execution: default}]
[INFO] # of XML files: 1
[INFO] transform, srcFile: /local/continuum-data/working-directory/144/src/main/tld/myfaces_sandbox.tld, destFile: /local/continuum-data/working-directory/144/target/classes/META-INF/myfaces_sandbox.tld
[INFO] [resources:resources]
[INFO] Using default encoding to copy filtered resources.
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking for updates from java.net
[WARNING] 
	Artifact javax.servlet:jstl:jar:1.1.0:test retains local scope 'test' overriding broader scope 'compile'
	given by a dependency. If this is not intended, modify or remove the local scope.

[INFO] snapshot org.apache.myfaces.core:myfaces-api:1.1.6-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.apache.myfaces.core:myfaces-core-project:1.1.6-SNAPSHOT: checking for updates from java.net
[INFO] snapshot org.apache.myfaces.core:myfaces-impl:1.1.6-SNAPSHOT: checking for updates from java.net
[INFO] [compiler:compile]
Compiling 265 source files to /local/continuum-data/working-directory/144/target/classes
[INFO] [resources:testResources]
[INFO] Using default encoding to copy filtered resources.
[INFO] [compiler:testCompile]
Compiling 6 source files to /local/continuum-data/working-directory/144/target/test-classes
[INFO] [surefire:test]
[INFO] Surefire report directory: /local/continuum-data/working-directory/144/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running org.apache.myfaces.custom.security.SecurityContextPropertyResolverTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec
Running org.apache.myfaces.custom.security.SecurityContextVariableResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec
Running org.apache.myfaces.custom.template.XmlTemplateTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.65 sec
Running org.apache.myfaces.custom.util.ComponentUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec
Running org.apache.myfaces.custom.security.TestSecurityContextImpl
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec

Results :

Tests run: 25, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 17 seconds
[INFO] Finished at: Wed Jul 18 07:32:29 GMT+00:00 2007
[INFO] Final Memory: 11M/79M
[INFO] ------------------------------------------------------------------------

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