Spinner

pyro build 205 FAILED

finished at 5:15 AM on 03 January 2009 taking 17 seconds

Build Changeset
New revision 205 detected Revision 205 committed by arpit on 2009-01-03 05:15:19 Added AuroraPainterButtonSkin, this will replace the AuroraButtonSkin going forward Added DividerBox divider click action Added StripesPainter BugFix to UIContainer (padding) M /trunk/src/com/cimians/openPyro/core/UIContainer.as M /trunk/src/com/cimians/openPyro/core/MeasurableControl.as M /trunk/src/com/cimians/openPyro/painters/TrianglePainter.as M /trunk/src/com/cimians/openPyro/containers/events/DividerEvent.as A /trunk/src/com/cimians/openPyro/painters/StripesPainter.as M /trunk/src/com/cimians/openPyro/aurora/AuroraButtonSkin.as A /trunk/src/com/cimians/openPyro/aurora/AuroraPainterButtonSkin.as M /trunk/src/com/cimians/openPyro/containers/DividedBox.as
Build Log
/sites/code/.cruise/projects/pyro/work $ /opt/apache-maven-2.0.9/bin/mvn clean install [INFO] Scanning for projects... [INFO] ------------------------------------------------------------------------ [INFO] Building Unnamed - com.cimians:openPyro:swc:0.1-SNAPSHOT [INFO] task-segment: [clean, install] [INFO] ------------------------------------------------------------------------ [INFO] [clean:clean] [INFO] Deleting directory /sites/code/.cruise/projects/pyro/work/target [INFO] [resources:resources] [INFO] Using default encoding to copy filtered resources. [INFO] [flex-compiler-mojo:compile-swc] [INFO] Flex-mojos 2.0M10 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file [WARNING] Not defined if locales should be merged or not [INFO] Using configuration file /sites/code/.cruise/projects/pyro/work/target/classes/config.xml [WARNING] Nothing expecified to include. Assuming source and resources folders. [INFO] Flex compiler configurations: -compiler.accessible=false -compiler.actionscript-file-encoding UTF-8 -compiler.allow-source-path-overlap=false -compiler.as3=true -compiler.debug=true -compiler.es=false -compiler.external-library-path /sites/code/.cruise/projects/pyro/work/target/classes/libraries/playerglobal.swc -compiler.fonts.local-fonts-snapshot /sites/code/.cruise/projects/pyro/work/target/classes/fonts.ser -compiler.headless-server=false -compiler.include-libraries= -compiler.keep-all-type-selectors=false -compiler.keep-generated-actionscript=false -compiler.library-path /sites/code/.m2/repository/net/comcast/CIM_logging/1.3/CIM_logging-1.3.swc /sites/code/.m2/repository/gs/TweenMax/3.5/TweenMax-3.5.swc /sites/code/.m2/repository/com/adobe/flex/framework/flex/3.1.0.2710/flex-3.1.0.2710.swc /sites/code/.m2/repository/com/adobe/flex/framework/framework/3.1.0.2710/framework-3.1.0.2710.swc /sites/code/.m2/repository/com/adobe/flex/framework/rpc/3.1.0.2710/rpc-3.1.0.2710.swc /sites/code/.m2/repository/com/adobe/flex/framework/utilities/3.1.0.2710/utilities-3.1.0.2710.swc -compiler.locale= -compiler.namespaces.namespace http://www.adobe.com/2006/mxml /sites/code/.cruise/projects/pyro/work/target/classes/configs/mxml-manifest.xml -compiler.optimize=true -compiler.source-path /sites/code/.cruise/projects/pyro/work/src -compiler.strict=true -compiler.use-resource-bundle-metadata=true -compiler.verbose-stacktraces=false -compute-digest=true -default-background-color 8821927 -default-frame-rate 24 -default-script-limits 1000 60 -default-size 500 375 -load-config /sites/code/.cruise/projects/pyro/work/target/classes/config.xml -metadata.date Sat Jan 03 05:15:38 GMT 2009 -target-player 9.0.0 -use-network=true -verify-digests=true [INFO] Loading configuration file /sites/code/.cruise/projects/pyro/work/target/classes/config.xml [ERROR] /sites/code/.cruise/projects/pyro/work/src/com/cimians/openPyro/charts/HBarChart.as:[45,32] Incompatible override. override protected function setRendererData(renderer:DisplayObject, data:Object):void [ERROR] /sites/code/.cruise/projects/pyro/work/src/com/cimians/openPyro/charts/HBarChart.as:[47,37] Incorrect number of arguments. Expected 3. super.setRendererData(renderer, data); [INFO] ------------------------------------------------------------------------ [ERROR] BUILD ERROR [INFO] ------------------------------------------------------------------------ [INFO] Error compiling! [INFO] ------------------------------------------------------------------------ [INFO] For more information, run Maven with the -e switch [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14 seconds [INFO] Finished at: Sat Jan 03 05:15:45 GMT 2009 [INFO] Final Memory: 14M/137M [INFO] ------------------------------------------------------------------------ dir : /sites/code/.cruise/projects/pyro/work command : /opt/apache-maven-2.0.9/bin/mvn clean install executed command : echo /sites/code/.cruise/projects/pyro/work $ /opt/apache-maven-2.0.9/bin/mvn clean install >> /sites/code/.cruise/projects/pyro/build-205/build.log && /opt/apache-maven-2.0.9/bin/mvn clean install >> /sites/code/.cruise/projects/pyro/build-205/build.log 2>&1 exitstatus: 1 STDERR TAIL START STDERR TAIL END
Project Settings
# Project-specific configuration for CruiseControl.rb Project.configure do |project| # Send email notifications about broken and fixed builds to mailing list project.email_notifier.emails = 'openpyro-build@googlegroups.com' # Set email 'from' field to john@doe.com: # project.email_notifier.from = 'john@doe.com' # Build the project by invoking rake task 'custom' # project.rake_task = 'custom' # Build the project by invoking shell script "build_my_app.sh". Keep in mind that when the script is invoked, # current working directory is <em>[cruise&nbsp;data]</em>/projects/your_project/work, so if you do not keep build_my_app.sh # in version control, it should be '../build_my_app.sh' instead project.build_command = '/opt/apache-maven-2.0.9/bin/mvn clean install' # Ping Subversion for new revisions every 5 minutes (default: 30 seconds) # project.scheduler.polling_interval = 30.days end