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

[continuum] BUILD FAILURE: Sandbox Core

Online report : http://myfaces.zones.apache.org:8081/continuum/buildResult.action?buildId=6597&projectId=144
Build statistics:
  State: Failed
  Previous State: Ok
  Started at: Tue 4 Sep 2007 17:24:37 +0000
  Finished at: Tue 4 Sep 2007 17:25:02 +0000
  Total time: 24s
  Build Trigger: Schedule
  Build Number: 82
  Exit code: 1
  Building machine hostname: myfaces.zones.apache.org
  Operating system : SunOS(unknown)
  Java version : 1.5.0_12(Sun Microsystems Inc.)

****************************************************************************
SCM Changes:
****************************************************************************
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 )

****************************************************************************
SCM Changes since last success:
****************************************************************************
****************************************************************************
Dependencies Changes:
****************************************************************************
org.apache.myfaces.tomahawk:tomahawk:1.1.7-SNAPSHOT

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

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

****************************************************************************
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] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

/local/continuum-data/working-directory/144/src/main/java/org/apache/myfaces/custom/submitOnEvent/SubmitOnEventRenderer.java:[113,50] cannot find symbol
symbol  : method isDojoInitialized(javax.faces.context.FacesContext)
location: class org.apache.myfaces.custom.dojo.DojoUtils


[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Tue Sep 04 17:25:02 GMT+00:00 2007
[INFO] Final Memory: 10M/66M
[INFO] ------------------------------------------------------------------------

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