You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ev...@apache.org on 2008/08/20 16:36:32 UTC

svn commit: r687354 - /continuum/sandbox/continuum-flex/Readme.txt

Author: evenisse
Date: Wed Aug 20 07:36:32 2008
New Revision: 687354

URL: http://svn.apache.org/viewvc?rev=687354&view=rev
Log:
Add readme file

Added:
    continuum/sandbox/continuum-flex/Readme.txt   (with props)

Added: continuum/sandbox/continuum-flex/Readme.txt
URL: http://svn.apache.org/viewvc/continuum/sandbox/continuum-flex/Readme.txt?rev=687354&view=auto
==============================================================================
--- continuum/sandbox/continuum-flex/Readme.txt (added)
+++ continuum/sandbox/continuum-flex/Readme.txt Wed Aug 20 07:36:32 2008
@@ -0,0 +1,40 @@
+This project is a sample of Flex/Flash UI.
+
+How to build it?
+----------------
+
+If you have the Flex SDK or FlexBuilder3 installed, you'll need to copy the datavisualization.swc
+to $M2_LOCAL_REPO/com/adobe/flex/sdk/datavisualization/3.0.0.477/
+With FlexBuilder3, it is under $FLEX_BUILDER_HOME/sdks/3.0.0/frameworks/libs
+
+If you don't have it and don't want to install it, you'll need to comment the continuum-flex-plugin in the parent pom.
+
+Now, all is ready to build the webapp. You only run 'mvn clean install' into this directory :)
+
+
+How to use it?
+--------------
+
+Go to continuum-flex-webapp and run the following command:
+
+mvn jetty:run
+
+Then go to http://localhost:9090/continuum-flex-webapp/
+
+To use it, you must have a continuum (1.2) instance installed somewhere because the flex client is connected to Continuum by xmlrpc.
+
+
+Features
+--------
+
+With the current code, you can see the all project groups, projects, build results, build outputs and some build result
+graphs (pie chart for nb success/failure, line charts for nb builds history)
+
+For line charts, we have two tabs. These tabs are plugins. The first one ('Build per day') is an internal plugin and the
+second ('Build per day - flex chart') is an external plugin. This plugin is plugin1.swf, if you remove it in the webapp, the tab won't appear, so magic :)
+You can add new plugin by following the code od continuum-flex plugin that is the flex chart plugin.
+
+TODO
+------
+
+Use Flex RSL to reduce swf file size.

Propchange: continuum/sandbox/continuum-flex/Readme.txt
------------------------------------------------------------------------------
    svn:eol-style = native