Changes between Version 6 and Version 7 of GROUP_DEPLOYMENT_R0
- Timestamp:
- 07/28/09 14:36:21 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_DEPLOYMENT_R0
v6 v7 61 61 62 62 = 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. 64 64 65 65 * Configuration of the assembly plugin(zip and tar.gz package) is here - [4631]. The command is … … 68 68 mvn package assembly:assembly 69 69 }}} 70 and the generated editions a re in sophie2-platform/target70 and the generated editions after running the command are in sophie2-platform/target 71 71 72 72 * 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 77 TODAY=`date +%Y%m%d%H%M` 78 for zip in $(ls struts2/assembly/target/assembly/out/*.zip); 79 do 80 cp $zip /var/www/daily_builds/sophie2-distribution-$TODAY.zip 81 done 82 }}} 83 74 84 * 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/ 77 87 78 88 = Testing =