Changes between Version 6 and Version 7 of GROUP_DEPLOYMENT_R0


Ignore:
Timestamp:
07/28/09 14:36:21 (16 years ago)
Author:
deyan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_DEPLOYMENT_R0

    v6 v7  
    6161 
    6262= Implementation = 
    63  * Applet basic configuration - [4645]. It shows Sophie 2 using its default layout for now. There will be AppletMyDoggyLayout class which will show all of this in the applet. This is related to the GUI redesign and will be implemented there - it is no something complicated just using JApplet instead of JFrame for showing the application. 
     63 * Applet basic configuration - [4645]. It shows Sophie 2 using its default my doggy window for now. There will be MDAppletWindow created which will show all of this in the applet frame. This is related to the GUI redesign and will be implemented there - it is no something complicated just using JApplet instead of JFrame for showing the application. 
    6464 
    6565 * Configuration of the assembly plugin(zip and tar.gz package) is here - [4631]. The command is 
     
    6868 mvn package assembly:assembly 
    6969}}} 
    70 and the generated editions are in sophie2-platform/target 
     70and the generated editions after running the command are in sophie2-platform/target 
    7171 
    7272 * Running java web start(it was broken because of the unused dependencies cleaning and some new modules and it become part of this task to be fixed) - [4630] 
    73  * Hudson distribution zip will be created after commiting the assembly configuration in the trunk.  
     73 * Hudson distribution zip will be created after committing the assembly configuration in the trunk. The bash script that will be executed as batch task in hudson is: 
     74 
     75{{{ 
     76#!/bin/bash 
     77TODAY=`date +%Y%m%d%H%M` 
     78for zip in $(ls struts2/assembly/target/assembly/out/*.zip); 
     79do 
     80  cp $zip /var/www/daily_builds/sophie2-distribution-$TODAY.zip 
     81done 
     82}}} 
     83 
    7484 * dmg package will be generated when testing Mac is available. 
    75  * java web start running on http://sophie2.org/jws/ 
    76  * applet running on http://sophie2.org/applet-demo/ 
     85 * java web start running is uploaded on http://sophie2.org/jws/ 
     86 * applet running is uploaded on http://sophie2.org/applet-demo/ 
    7787 
    7888= Testing =