Online report : 
http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=6664&projectId=144
Build statistics:
 State: Ok
 Previous State: Failed
 Started at: Fri 7 Sep 2007 08:13:45 +0000
 Finished at: Fri 7 Sep 2007 08:14:42 +0000
 Total time: 57s
 Build Trigger: Schedule
 Build Number: 83
 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:
****************************************************************************
Changed: gmuellan @ Fri 7 Sep 2007 08:02:38 +0000
Comment: blocking of periodical update should also occur after leaving the 
timeout; this is needed for short time intervalls which may be aborted before 
rendering the traditional response
Files changed:
 
/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js
 ( 573495 )

****************************************************************************
SCM Changes since last success:
****************************************************************************
Changed: imario @ Mon 3 Sep 2007 07:02:54 +0000
Comment: Add a way to check if dojo is going to be used within the rendered 
page. The check will return true after the main dojo initialization has been 
added to the dojo scripts.

Make use of dojo (if it is already in use) in SubmitOnEventRenderer to check if 
dojo.addOnLoad can be used insted of the setTimeout way which makes problems 
with the dojo modal dialog widget (timeout might be too short before the widget 
has been created).
Avoid recursive adding of onHide method to the dialog component (makes it work 
with ppr).
Notice: SubmitOnEvent uses dojo only if there is already a component requireing 
it. This avoids loading the heavy-weight library when alternatives exist.
Files changed:
 
/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java
 ( 572241 )
 
/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/submitOnEvent/SubmitOnEventRenderer.java
 ( 572241 )
 
/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/submitOnEvent/resource/submitOnEvent.js
 ( 572241 )

Changed: imario @ Tue 4 Sep 2007 05:41:49 +0000
Comment: use the fake label id for the dojo widget .... additional tests 
required
Files changed:
 
/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/suggestajax/inputsuggestajax/InputSuggestAjaxRenderer.java
 ( 572531 )

Changed: gmuellan @ Tue 4 Sep 2007 14:39:24 +0000
Comment: periodical update should not occur immediately after the response, but 
after the given timeout
Files changed:
 
/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/ppr/resource/ppr.js
 ( 572691 )

Changed: cagatay @ Tue 4 Sep 2007 16:36:36 +0000
Comment: TOMAHAWK-1103, Documentation for password strength component
Files changed:
 /myfaces/tomahawk/trunk/sandbox/core/src/site/resources/images/pwd1.jpg ( 
572731 )
 /myfaces/tomahawk/trunk/sandbox/core/src/site/resources/images/pwd2.jpg ( 
572731 )
 /myfaces/tomahawk/trunk/sandbox/core/src/site/site.xml ( 572731 )
 /myfaces/tomahawk/trunk/sandbox/core/src/site/xdoc/passwordStrength.xml ( 
572731 )

****************************************************************************
Dependencies Changes:
****************************************************************************
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: 4337

****************************************************************************
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
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking 
for updates from apache-maven-snapshots
[INFO] snapshot org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT: checking 
for updates from apache.snapshots
[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 268 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.428 sec
Running org.apache.myfaces.custom.security.SecurityContextVariableResolverTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.apache.myfaces.custom.template.XmlTemplateTest
Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.895 sec
Running org.apache.myfaces.custom.util.ComponentUtilsTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec
Running org.apache.myfaces.custom.security.TestSecurityContextImpl
Tests run: 0, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53 seconds
[INFO] Finished at: Fri Sep 07 08:14:41 GMT+00:00 2007
[INFO] Final Memory: 11M/77M
[INFO] ------------------------------------------------------------------------

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


Reply via email to