r2732 - in trunk/src/site: . en/rst en/rst/devel rst rst/devel
Author: echatellier Date: 2010-04-16 17:48:05 +0200 (Fri, 16 Apr 2010) New Revision: 2732 Log: Update site. Removed: trunk/src/site/en/rst/devel/packaging.rst trunk/src/site/en/rst/releasenotes.rst trunk/src/site/rst/devel/packaging.rst trunk/src/site/rst/releasenotes.rst Modified: trunk/src/site/site_en.xml trunk/src/site/site_fr.xml Deleted: trunk/src/site/en/rst/devel/packaging.rst =================================================================== --- trunk/src/site/en/rst/devel/packaging.rst 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/en/rst/devel/packaging.rst 2010-04-16 15:48:05 UTC (rev 2732) @@ -1,45 +0,0 @@ -Packaging -========= - -Windows -------- - -"Bin" packaging contains a Windows executable program which has been made with -launch4j_ plugin. - -Here is the configuration :: - - <plugin> - <groupId>org.bluestemsoftware.open.maven.plugin</groupId> - <artifactId>launch4j-plugin</artifactId> - <version>1.0.0.2</version> - <executions> - <execution> - <id>launch4j</id> - <phase>package</phase> - <goals> - <goal>launch4j</goal> - </goals> - <configuration> - <dontWrapJar>true</dontWrapJar> - <headerType>gui</headerType> - <outfile>target/jtimer.exe</outfile> - <jar>jtimer.jar</jar> - <errTitle>${project.name}</errTitle> - <jre> - <minVersion>1.6.0</minVersion> - </jre> - </configuration> - </execution> - </executions> - </plugin> - -Unfortunately, this plugin has not been included in pom due to two unresolved -bugs : - - * LAUNCHPLUGIN-3_ - * LAUNCHPLUGIN-4_ - -.. _launch4j: http://alakai.org/reference/plugins/launch4j-plugin-usage.html -.. _LAUNCHPLUGIN-3: http://alakai.org:8088/browse/LAUNCHPLUGIN-3 -.. _LAUNCHPLUGIN-4: http://alakai.org:8088/browse/LAUNCHPLUGIN-4 \ No newline at end of file Deleted: trunk/src/site/en/rst/releasenotes.rst =================================================================== --- trunk/src/site/en/rst/releasenotes.rst 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/en/rst/releasenotes.rst 2010-04-16 15:48:05 UTC (rev 2732) @@ -1,186 +0,0 @@ -Release notes -============= - -jTimer (1.3.1) stable; urgency=low - - * #76 : Add "Stop all tasks" action in systray popup menu - * #50 : Display idle duration in idle dialog - * #20 : Modify label in idle dialog (and add icons) - * #12 : Idle detection now show only one frame even if multiples tasks are running - * #63 : Add multiples task move support - * Readd jnlp launch - * #61 : Fix systray popup menu not closed on focus lost - * #59 : Force task selection on right click - * #52 : Fix duration edition (task and alerts) - * Add icon into assembly archive - * Fix NPE related to non available systray - * Swingx version bump : 1.6 - * JNA version bump : 3.2.3 - - -- chatellier -- lun. nov. 16 10:09:47 CET 2009 - -jTimer (1.3.0) stable; urgency=low - - * Fix saving project as task problem (project was appearing in projects subtask) - * Improve systray when jtimer is launched before systray become available - * Fix data lost when disk is full - * Fix menu enable/disable properties - * Add alert on tasks - * Swingx version bump : 1.0 - * JNA version bump : 3.2.2 - - -- chatellier -- mar. sept. 15 12:01:47 CEST 2009 - -jTimer (1.2.0) stable; urgency=low - - * Add linux & windows executable launchers - * Add merge option between tasks - * Finish project/task filtering on report UI - * Move package to "org.chorem" (configuration impacted) - * Move test to TestNG framework - * Replace all Calendar by Date in entities - * Can't modify/delete/move sync projets/tasks - * Can have twice task/ project name at same level - * Refactor listeners, all listeners are now vetoable - * Improve tests (clone...) - * Swingx version bump : 0.9.7 - - -- chatellier -- mer. juin 17 16:00:14 CEST 2009 - -jTimer (1.1.2) unstable; urgency=low - - * Saving bug when moving tasks - - -- chatellier -- lun fév 2 12:36:55 CET 2009 - -jTimer (1.1.1) unstable; urgency=low - - * Project save on state change - * Re add systray notification for availability - - -- chatellier -- mer jan 21 11:05:46 CET 2009 - -jTimer (1.1.0) unstable; urgency=low - - * Improve chorem sync - * Add veto event notification, if one of listeners can't - manage event (example: sync can't be done) - * Change awt sytray popup menu to swing one - * Change systray code for available/non available systray - * Copy default empty commented configuration file in user home - if not found - * Remove error message on start/stop - (use property to enable/disable buttons) - * Fix synchronization bug due to rounding error - * Add new report frame implementation based on freemarker - template engine - * Jna version bump : 3.0.9 - * Swingx version bump : 0.9.5 - - -- chatellier -- mer déc 31 09:47:41 CET 2008 - -jTimer (1.0.3) stable; urgency=high - - * Fix a bug on subtask saving when a task name is modified - - -- chatellier -- lun nov 24 15:05:06 CET 2008 - -jTimer (1.0.2) stable; urgency=low - - * Add keystroke on delete task action - * Correct incorrect displayed error message - * Remove / in remote tasks names - - -- chatellier -- lun nov 24 11:48:23 CET 2008 - -jTimer (1.0.1) stable; urgency=low - - * Correct chorem sync on non timed task - * Correctly saved projet/task on closed state change - - -- chatellier -- jeu nov 6 12:00:14 CET 2008 - -jTimer (1.0.0) stable; urgency=low - - * Prevent restored size to be changed at tree refresh - * Add checkstyle - * Add login selection (list from remote system) - * Add changelog in site generation - * Add full i18n support - * Task moves is now fully implemented - * Junit version bump 4.5 - * Add package-info.java - * Correct entities time format, now use calendar instead of gtimer string - * Jna version bump : 3.0.8 - * Swingx version bump : 0.9.4 - * Add maven2 assembly plugin to build full release - * Add annotations on tasks - * Can't launch more than one app on a saver directory - * Refactor IO saver (incremental now) - - -- chatellier -- lun oct 27 17:15:32 CET 2008 - -jTimer (1.0-beta5) unstable; urgency=low - - * Correct save directory on Windows (\ interpreted) - * Use maven2 standard layout - * Add missing editProject action on popup menu - * Swing Application Framework version bump to 1.0.4 - * Move project to UTF-8 encoding - * Correct first day of week in project generation - - -- chatellier -- ven aou 29 19:10:04 CEST 2008 - -jTimer (1.0-beta4) unstable; urgency=low - - * Do not synchronize by default - * Begin UI drag'n'drop (todo code for dnd) - * Reset timing on hibernate (long idle) - * Add specific tray icon on idle detect - * Add reset time action on task - * Manage tree refresh and closed state task change - * Correct NPE when systray is non-available - * Add chorem synchronization - * Change properties config for customization - * jna bump to version 3.0.4 - * Change running task job code to reset at day change - * Add popup menu on main tree - * Add mock to test chorem synchronization - * Begin to add week selection to select report week - * Improve systray , display running task count and new running tray icon - * Add day report generation - * swingx bump to version 0.9.3 - * Fix bug when reverting after idle (status bar) - - -- chatellier -- jeu jun 12 11:33:20 CEST 2008 - -jTimer (1.0-beta3) unstable; urgency=low - - * Fix double time count with task and subtasks - * Begin to detect hibernate (TODO manage this hibernate) - * Feature #1658 : Refresh time at midnight - * Add file lock to save/load task (multiple jTimer instance) - * Add shift shortcut to increment/decrement time - * Add more i18n saf message - * Set default sorting to project/task name - * Improve start/stop task event (remove deprecated code) - - -- chatellier -- mer mai 28 17:37:28 CEST 2008 - -jTimer (1.0-beta2) unstable; urgency=low - - * Some improvement on systray - * Bug #1649 : Fix task lost when there name contains / - * Feature #1648 : double clic stop all running task and start selected - * Feature #1646 : Display parent task name when adding task - * Add i18n using Swing Application Framework convention - * Improve status bar - * Bug #1649 : Correct task loading with no associated project - - -- chatellier -- jeu avr 10 09:44:11 CEST 2008 - -jTimer (1.0-beta1) unstable; urgency=low - - * Initial beta release - - -- chatellier -- ven mar 28 16:32:39 CET 2008 Deleted: trunk/src/site/rst/devel/packaging.rst =================================================================== --- trunk/src/site/rst/devel/packaging.rst 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/rst/devel/packaging.rst 2010-04-16 15:48:05 UTC (rev 2732) @@ -1,45 +0,0 @@ -Packaging -========= - -Windows -------- - -Le packaging "bin" contient un executable Windows qui a été réalisé avec -le plugin launch4j_. - -En voici la configuration :: - - <plugin> - <groupId>org.bluestemsoftware.open.maven.plugin</groupId> - <artifactId>launch4j-plugin</artifactId> - <version>1.0.0.2</version> - <executions> - <execution> - <id>launch4j</id> - <phase>package</phase> - <goals> - <goal>launch4j</goal> - </goals> - <configuration> - <dontWrapJar>true</dontWrapJar> - <headerType>gui</headerType> - <outfile>target/jtimer.exe</outfile> - <jar>jtimer.jar</jar> - <errTitle>${project.name}</errTitle> - <jre> - <minVersion>1.6.0</minVersion> - </jre> - </configuration> - </execution> - </executions> - </plugin> - -Cependant, ce plugin n'est pas inclut dans le pom à cause de deux bug rapporté, -mais pas encore corrigé : - - * LAUNCHPLUGIN-3_ - * LAUNCHPLUGIN-4_ - -.. _launch4j: http://alakai.org/reference/plugins/launch4j-plugin-usage.html -.. _LAUNCHPLUGIN-3: http://alakai.org:8088/browse/LAUNCHPLUGIN-3 -.. _LAUNCHPLUGIN-4: http://alakai.org:8088/browse/LAUNCHPLUGIN-4 \ No newline at end of file Deleted: trunk/src/site/rst/releasenotes.rst =================================================================== --- trunk/src/site/rst/releasenotes.rst 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/rst/releasenotes.rst 2010-04-16 15:48:05 UTC (rev 2732) @@ -1,186 +0,0 @@ -Notes de version -================ - -jTimer (1.3.1) stable; urgency=low - - * #76 : Add "Stop all tasks" action in systray popup menu - * #50 : Display idle duration in idle dialog - * #20 : Modify label in idle dialog (and add icons) - * #12 : Idle detection now show only one frame even if multiples tasks are running - * #63 : Add multiples task move support - * Readd jnlp launch - * #61 : Fix systray popup menu not closed on focus lost - * #59 : Force task selection on right click - * #52 : Fix duration edition (task and alerts) - * Add icon into assembly archive - * Fix NPE related to non available systray - * Swingx version bump : 1.6 - * JNA version bump : 3.2.3 - - -- chatellier -- lun. nov. 16 10:09:47 CET 2009 - -jTimer (1.3.0) stable; urgency=low - - * Fix saving project as task problem (project was appearing in projects subtask) - * Improve systray when jtimer is launched before systray become available - * Fix data lost when disk is full - * Fix menu enable/disable properties - * Add alert on tasks - * Swingx version bump : 1.0 - * JNA version bump : 3.2.2 - - -- chatellier -- mar. sept. 15 12:01:47 CEST 2009 - -jTimer (1.2.0) stable; urgency=low - - * Add linux & windows executable launchers - * Add merge option between tasks - * Finish project/task filtering on report UI - * Move package to "org.chorem" (configuration impacted) - * Move test to TestNG framework - * Replace all Calendar by Date in entities - * Can't modify/delete/move sync projets/tasks - * Can have twice task/ project name at same level - * Refactor listeners, all listeners are now vetoable - * Improve tests (clone...) - * Swingx version bump : 0.9.7 - - -- chatellier -- mer. juin 17 16:00:14 CEST 2009 - -jTimer (1.1.2) unstable; urgency=low - - * Saving bug when moving tasks - - -- chatellier -- lun fév 2 12:36:55 CET 2009 - -jTimer (1.1.1) unstable; urgency=low - - * Project save on state change - * Re add systray notification for availability - - -- chatellier -- mer jan 21 11:05:46 CET 2009 - -jTimer (1.1.0) unstable; urgency=low - - * Improve chorem sync - * Add veto event notification, if one of listeners can't - manage event (example: sync can't be done) - * Change awt sytray popup menu to swing one - * Change systray code for available/non available systray - * Copy default empty commented configuration file in user home - if not found - * Remove error message on start/stop - (use property to enable/disable buttons) - * Fix synchronization bug due to rounding error - * Add new report frame implementation based on freemarker - template engine - * Jna version bump : 3.0.9 - * Swingx version bump : 0.9.5 - - -- chatellier -- mer déc 31 09:47:41 CET 2008 - -jTimer (1.0.3) stable; urgency=high - - * Fix a bug on subtask saving when a task name is modified - - -- chatellier -- lun nov 24 15:05:06 CET 2008 - -jTimer (1.0.2) stable; urgency=low - - * Add keystroke on delete task action - * Correct incorrect displayed error message - * Remove / in remote tasks names - - -- chatellier -- lun nov 24 11:48:23 CET 2008 - -jTimer (1.0.1) stable; urgency=low - - * Correct chorem sync on non timed task - * Correctly saved projet/task on closed state change - - -- chatellier -- jeu nov 6 12:00:14 CET 2008 - -jTimer (1.0.0) stable; urgency=low - - * Prevent restored size to be changed at tree refresh - * Add checkstyle - * Add login selection (list from remote system) - * Add changelog in site generation - * Add full i18n support - * Task moves is now fully implemented - * Junit version bump 4.5 - * Add package-info.java - * Correct entities time format, now use calendar instead of gtimer string - * Jna version bump : 3.0.8 - * Swingx version bump : 0.9.4 - * Add maven2 assembly plugin to build full release - * Add annotations on tasks - * Can't launch more than one app on a saver directory - * Refactor IO saver (incremental now) - - -- chatellier -- lun oct 27 17:15:32 CET 2008 - -jTimer (1.0-beta5) unstable; urgency=low - - * Correct save directory on Windows (\ interpreted) - * Use maven2 standard layout - * Add missing editProject action on popup menu - * Swing Application Framework version bump to 1.0.4 - * Move project to UTF-8 encoding - * Correct first day of week in project generation - - -- chatellier -- ven aou 29 19:10:04 CEST 2008 - -jTimer (1.0-beta4) unstable; urgency=low - - * Do not synchronize by default - * Begin UI drag'n'drop (todo code for dnd) - * Reset timing on hibernate (long idle) - * Add specific tray icon on idle detect - * Add reset time action on task - * Manage tree refresh and closed state task change - * Correct NPE when systray is non-available - * Add chorem synchronization - * Change properties config for customization - * jna bump to version 3.0.4 - * Change running task job code to reset at day change - * Add popup menu on main tree - * Add mock to test chorem synchronization - * Begin to add week selection to select report week - * Improve systray , display running task count and new running tray icon - * Add day report generation - * swingx bump to version 0.9.3 - * Fix bug when reverting after idle (status bar) - - -- chatellier -- jeu jun 12 11:33:20 CEST 2008 - -jTimer (1.0-beta3) unstable; urgency=low - - * Fix double time count with task and subtasks - * Begin to detect hibernate (TODO manage this hibernate) - * Feature #1658 : Refresh time at midnight - * Add file lock to save/load task (multiple jTimer instance) - * Add shift shortcut to increment/decrement time - * Add more i18n saf message - * Set default sorting to project/task name - * Improve start/stop task event (remove deprecated code) - - -- chatellier -- mer mai 28 17:37:28 CEST 2008 - -jTimer (1.0-beta2) unstable; urgency=low - - * Some improvement on systray - * Bug #1649 : Fix task lost when there name contains / - * Feature #1648 : double clic stop all running task and start selected - * Feature #1646 : Display parent task name when adding task - * Add i18n using Swing Application Framework convention - * Improve status bar - * Bug #1649 : Correct task loading with no associated project - - -- chatellier -- jeu avr 10 09:44:11 CEST 2008 - -jTimer (1.0-beta1) unstable; urgency=low - - * Initial beta release - - -- chatellier -- ven mar 28 16:32:39 CET 2008 Modified: trunk/src/site/site_en.xml =================================================================== --- trunk/src/site/site_en.xml 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/site_en.xml 2010-04-16 15:48:05 UTC (rev 2732) @@ -35,7 +35,7 @@ <item name="Screenshots" href="screenshots.html" /> <item name="Download" href="http://www.chorem.org/projects/list_files/jtimer" /> <item name="Configuration" href="configuration.html" /> - <item name="Release Notes" href="releasenotes.html" /> + <item name="Release Notes" href="http://www.chorem.org/repositories/entry/jtimer/trunk/changelog.txt" /> </menu> <menu name="Contibute" inherit="top"> @@ -50,7 +50,6 @@ <item name="Swing framework" href="devel/saf.html" /> <!-- item name="Events" href="devel/events.html" /--> <!-- item name="Webservices" href="devel/webservices.html" /--> - <item name="Packaging" href="devel/packaging.html" /> <item name="File format" href="devel/fileformat.html" /> </item> </menu> Modified: trunk/src/site/site_fr.xml =================================================================== --- trunk/src/site/site_fr.xml 2010-04-16 15:47:29 UTC (rev 2731) +++ trunk/src/site/site_fr.xml 2010-04-16 15:48:05 UTC (rev 2732) @@ -33,7 +33,7 @@ <item name="Copies d'écran" href="screenshots.html" /> <item name="Téléchargement" href="http://www.chorem.org/projects/list_files/jtimer" /> <item name="Configuration" href="configuration.html" /> - <item name="Notes de version" href="releasenotes.html" /> + <item name="Notes de version" href="http://www.chorem.org/repositories/entry/jtimer/trunk/changelog.txt" /> </menu> <menu name="Contribuer" inherit="top"> @@ -48,7 +48,6 @@ <item name="Framework swing" href="devel/saf.html" /> <!-- item name="Evenements" href="devel/events.html" / --> <!-- item name="Webservices" href="devel/webservices.html" / --> - <item name="Packaging" href="devel/packaging.html" /> <item name="Format de fichier" href="devel/fileformat.html" /> </item> </menu>
participants (1)
-
echatellier@users.chorem.org