You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(12) |
Jun
(18) |
Jul
(1) |
Aug
(4) |
Sep
|
Oct
(10) |
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
(2) |
20
|
21
|
22
|
23
|
24
|
25
|
26
|
27
|
28
(2) |
29
(14) |
30
|
|
|
|
|
|
From: <Ca...@us...> - 2008-06-29 21:14:21
|
Revision: 113 http://sql2java.svn.sourceforge.net/sql2java/?rev=113&view=rev Author: Calmera Date: 2008-06-29 14:14:19 -0700 (Sun, 29 Jun 2008) Log Message: ----------- A first version of the SQL2Java Manual. It still needs a lot of work, but we're getting there ... Added Paths: ----------- documentation/trunk/Manual.odt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 12:59:09
|
Revision: 112 http://sql2java.svn.sourceforge.net/sql2java/?rev=112&view=rev Author: Calmera Date: 2008-06-29 05:59:07 -0700 (Sun, 29 Jun 2008) Log Message: ----------- fixed some minor FindBugs bugs: Nm: The field name net.sf.sql2java.common.store.BasicProcessorStore.StringdMap doesn't start with a lower case letter SBSC: Method net.sf.sql2java.utils.StringUtils.camelcase(String, boolean, boolean) concatenates strings using + in a loop SBSC: Method net.sf.sql2java.common.conversion.ConversionWrapper.convertToSql(String) concatenates strings using + in a loop SBSC: Method net.sf.sql2java.fetching.sql.SQLFetcherConfigurer.configure(SQLFetcher) concatenates strings using + in a loop Dm: Method net.sf.sql2java.common.beans.Processable.createUniqueKey(Processable, String, String) invokes toString() method on a String Modified Paths: -------------- core/trunk/src/main/java/net/sf/sql2java/common/beans/Processable.java core/trunk/src/main/java/net/sf/sql2java/common/conversion/ConversionWrapper.java core/trunk/src/main/java/net/sf/sql2java/common/store/BasicProcessorStore.java core/trunk/src/main/java/net/sf/sql2java/fetching/sql/SQLFetcherConfigurer.java core/trunk/src/main/java/net/sf/sql2java/utils/StringUtils.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 12:47:29
|
Revision: 111 http://sql2java.svn.sourceforge.net/sql2java/?rev=111&view=rev Author: Calmera Date: 2008-06-29 05:47:28 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Fixed what FindBugs declared as High Priority Bugs: HE: net.sf.sql2java.data.Pointer defines equals and uses Object.hashCode() HE: net.sf.sql2java.data.MapPointer defines equals and uses Object.hashCode() MS: net.sf.sql2java.generator.Generator.LOGGER isn't final but should be EC: Call to equals() comparing different types in net.sf.sql2java.data.Path.getElement(String) GC: net.sf.sql2java.conversion.Keyword is incompatible with expected argument type java.lang.String in net.sf.sql2java.conversion.KeywordGroup.removeKeyword(Keyword) Modified Paths: -------------- core/trunk/src/main/java/net/sf/sql2java/conversion/KeywordGroup.java core/trunk/src/main/java/net/sf/sql2java/data/MapPointer.java core/trunk/src/main/java/net/sf/sql2java/data/Path.java core/trunk/src/main/java/net/sf/sql2java/data/Pointer.java core/trunk/src/main/java/net/sf/sql2java/generator/Generator.java core/trunk/src/main/java/net/sf/sql2java/generator/scripting/ScriptEnvironment.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 12:18:24
|
Revision: 110 http://sql2java.svn.sourceforge.net/sql2java/?rev=110&view=rev Author: Calmera Date: 2008-06-29 05:18:23 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Added support for FindBugs(tm). And again a bugfix Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 12:15:53
|
Revision: 109 http://sql2java.svn.sourceforge.net/sql2java/?rev=109&view=rev Author: Calmera Date: 2008-06-29 05:15:52 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Added support for FindBugs(tm). Fixing issues Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 12:11:52
|
Revision: 108 http://sql2java.svn.sourceforge.net/sql2java/?rev=108&view=rev Author: Calmera Date: 2008-06-29 05:11:51 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Added support for FindBugs(tm) Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 11:58:47
|
Revision: 107 http://sql2java.svn.sourceforge.net/sql2java/?rev=107&view=rev Author: Calmera Date: 2008-06-29 04:58:46 -0700 (Sun, 29 Jun 2008) Log Message: ----------- minor change Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 11:57:18
|
Revision: 106 http://sql2java.svn.sourceforge.net/sql2java/?rev=106&view=rev Author: Calmera Date: 2008-06-29 04:57:16 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Added support for FindBugs(tm) Modified Paths: -------------- core/trunk/build.xml core/trunk/environment.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 11:40:29
|
Revision: 105 http://sql2java.svn.sourceforge.net/sql2java/?rev=105&view=rev Author: Calmera Date: 2008-06-29 04:40:28 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Made some minor modifications to the build script Modified Paths: -------------- core/trunk/build.xml core/trunk/environment.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 11:18:26
|
Revision: 104 http://sql2java.svn.sourceforge.net/sql2java/?rev=104&view=rev Author: Calmera Date: 2008-06-29 04:18:25 -0700 (Sun, 29 Jun 2008) Log Message: ----------- SCP publishing of builds Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 10:35:17
|
Revision: 103 http://sql2java.svn.sourceforge.net/sql2java/?rev=103&view=rev Author: Calmera Date: 2008-06-29 03:35:16 -0700 (Sun, 29 Jun 2008) Log Message: ----------- build file optimalisation Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 10:28:29
|
Revision: 102 http://sql2java.svn.sourceforge.net/sql2java/?rev=102&view=rev Author: Calmera Date: 2008-06-29 03:28:24 -0700 (Sun, 29 Jun 2008) Log Message: ----------- again, fixed some buildfile typo's Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 10:22:53
|
Revision: 101 http://sql2java.svn.sourceforge.net/sql2java/?rev=101&view=rev Author: Calmera Date: 2008-06-29 03:22:51 -0700 (Sun, 29 Jun 2008) Log Message: ----------- build file typo Modified Paths: -------------- core/trunk/build.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-29 10:20:43
|
Revision: 100 http://sql2java.svn.sourceforge.net/sql2java/?rev=100&view=rev Author: Calmera Date: 2008-06-29 03:20:37 -0700 (Sun, 29 Jun 2008) Log Message: ----------- Deleted some deprecated Unit tests. They were still using the old processables instead of the new nodelets Removed Paths: ------------- core/trunk/src/test/java/net/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-28 21:46:59
|
Revision: 99 http://sql2java.svn.sourceforge.net/sql2java/?rev=99&view=rev Author: Calmera Date: 2008-06-28 14:46:58 -0700 (Sat, 28 Jun 2008) Log Message: ----------- Made some changes to wrongfully declared tasks Modified Paths: -------------- core/trunk/build.xml core/trunk/environment.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-28 20:50:29
|
Revision: 98 http://sql2java.svn.sourceforge.net/sql2java/?rev=98&view=rev Author: Calmera Date: 2008-06-28 13:50:24 -0700 (Sat, 28 Jun 2008) Log Message: ----------- Modified the build file to make use of hudson's properties. Also supplied two property files holding the settings for the build file. If hudson won't be used for executing, the project.properties file will be read. If hudson will be used, the properties inside the project.properties file will be supplied by hudson Modified Paths: -------------- core/trunk/build.xml Added Paths: ----------- core/trunk/environment.properties core/trunk/project.properties This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-19 20:12:36
|
Revision: 97 http://sql2java.svn.sourceforge.net/sql2java/?rev=97&view=rev Author: Calmera Date: 2008-06-19 13:12:34 -0700 (Thu, 19 Jun 2008) Log Message: ----------- I have made some changes to the templates. We've starting the porting process ... Modified Paths: -------------- core/trunk/src/main/resources/config.cfg.xml core/trunk/src/main/resources/templates/java/descriptor.xml core/trunk/src/main/resources/templates/java/pertable/comparator.java.vm core/trunk/src/main/resources/templates/java/pertable/listener.java.vm This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <Ca...@us...> - 2008-06-19 20:11:23
|
Revision: 96 http://sql2java.svn.sourceforge.net/sql2java/?rev=96&view=rev Author: Calmera Date: 2008-06-19 13:11:21 -0700 (Thu, 19 Jun 2008) Log Message: ----------- Added some basic support for holding database relationship information Added Paths: ----------- core/trunk/src/main/java/net/sf/sql2java/fetching/sql/link/ core/trunk/src/main/java/net/sf/sql2java/fetching/sql/link/DatabaseLink.java core/trunk/src/main/java/net/sf/sql2java/fetching/sql/link/ManyToManyLink.java core/trunk/src/main/java/net/sf/sql2java/fetching/sql/link/OneToManyLink.java core/trunk/src/main/java/net/sf/sql2java/fetching/sql/link/OneToOneLink.java This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |