You can subscribe to this list here.
| 2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2008 |
Jan
(2) |
Feb
(3) |
Mar
(2) |
Apr
(2) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Daniele P. <dp...@gm...> - 2008-05-19 20:14:37
|
Vote JDEEP at SourceForge.net 2008 Community Choice Awards! You can find more information at the following link: http://sourceforge.net/community/cca08 To vote JDEEP in one or more categories go to the project home page and click the contest banner. Please, spread the world and vote JDEEP! Best regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-05-19 20:01:17
|
The Java Development Effort Eclipse Plugin (JDEEP) is a tool for developers to monitor coding time. The purpose of this plugin is to help the developers to evaluate their productivity in software implementation. The new released 0.3.4 come with the following fixed bug: - bug #1957292 fixed http://sourceforge.net/tracker/index.php?func=detail&aid=1957292&group_id=208269&atid=1005017 Regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-04-27 09:01:25
|
The Java Development Effort Eclipse Plugin (JDEEP) is a tool for developers to monitor coding time. The purpose of this plugin is to help the developers to evaluate their productivity in software implementation. The new released 0.3.3 come with the following fixed bug: -bug #1946531, http://sourceforge.net/tracker/index.php?func=detail&aid=1946531&group_id=208269&atid=1005017 -bug #1951500, http://sourceforge.net/tracker/index.php?func=detail&aid=1951500&group_id=208269&atid=1005017 Best regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-04-07 20:20:56
|
Release 0.3.2 available for download. Brief change log: - Jdeep view has now a double view: one for global logged time and one for the current session time. - code clean up Regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-03-28 10:48:22
|
Release 0.3.1 available for download. Brief change log: added feature #1924977, Jdeep has now a new view with a nested tree that reflect the files hierarchy's. This tree gives a more simple and clear reading Regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-03-19 22:18:41
|
I'm working to improve Jdeep panel view's of Eclipse workbench. In the last commit I've introduced new code and new classes to represent xml data's in a more comfortable way. Using a table tree instead of a simple table with columns makes the data more readable and the user can also collapse or expand the tree as he/she wants. In the next days I will code more features related to the view (such as the refresh icon) and make some testing. Regards -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-02-18 20:28:53
|
On Feb 12, 2008 3:50 PM, Paolo Pessina <pes...@gm...> wrote: > At the moment we implement JDEEP to write the local (and consequently the > global) Xml file at the end of the Eclipse session. If the Vector of > ClassItem is small, there is no problem with this solution, but, if the file > grows to much, it's possible that Eclipse stops the operation leaving the > file in a inconsistent state. In the last release I've optimized the writing class, reducing the interaction of many loop in the XmlWriter and Aggregate classes. The size of the vector for now doesn't seem to be a great problem. > For this reason I think that we would implements a mechanism that at > regular time interval (for example every 30 minutes), writes the two files > managed by JDEEP. Good idea, I'm working on it. I'm implementing a timer that every tot minutes (preferably less than 30) invokes a class that extend java.util.TimerTask which performs a dump of the vector in the xml files. -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-02-16 16:18:06
|
A new release is available. With this new one we fixed the bug #1891371 http://sourceforge.net/tracker/index.php?func=detail&aid=1891371&group_id=208269&atid=1005017 and now the time monitoring works even if the jdeep view is not opened. Now we're looking forward the next steps: - improving the view: we would like to use a table tree view instead of the simple table view, so we can decide which data to show and hide (through the item hierarchy, project, package, class,...) in the view part - make an automatic routine that write down the xml files every tot minutes, so it makes jdeep more safe in case of crash Because we're not very skilled with Eclipse every suggestion are welcome ;-) -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Paolo P. <pes...@gm...> - 2008-02-12 14:50:24
|
At the moment we implement JDEEP to write the local (and consequently the global) Xml file at the end of the Eclipse session. If the Vector of ClassItem is small, there is no problem with this solution, but, if the file grows to much, it's possible that Eclipse stops the operation leaving the file in a inconsistent state. For this reason I think that we would implements a mechanism that at regular time interval (for example every 30 minutes), writes the two files managed by JDEEP. What do you think of this idea? |
|
From: Daniele P. <dp...@gm...> - 2008-01-29 21:56:52
|
A new release (0.2.0) is available on the repository. The new package now contains a new view. For more information see the change log and release note -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2008-01-25 10:55:28
|
Jdeep is now available to download form Sourceforge repository! We remember you that Jdeep is still in alpha version, you can use it to test how it works and to test it. We're working in order to make improvement on Jdeep view. The jar package also contains the source code. Any suggestion and bug notifications are welcomed! Regards. -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2007-12-28 16:46:56
|
Hi, we made a new commit. you can see the source code at http://jdeep.cvs.sourceforge.net/jdeep/ ChangeLog (Rev. 1.2): - optimization on the ClassDataItem (added a new abstract class) - we introduce persistent data. Now Jdeep produced a global xml file that stored all data about you activity on your java project. This file is updated every time an eclipse session on your pc is closed. The xml format give you a clear representation of data. This data could be used to build visual statistical data, like diagram, histogram and so on - a lot of fixed bug -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |
|
From: Daniele P. <dp...@gm...> - 2007-12-24 17:56:12
|
The first build release is available on the sourceforge CVS repository. For more information visit http://jdeep.sourceforge.net/ Best regards. -- "Life would be easier if I had the source code" http://paso.wordpress.com/ |