From: <zep...@us...> - 2007-06-27 14:41:52
|
Revision: 322 http://flatpack.svn.sourceforge.net/flatpack/?rev=322&view=rev Author: zepernick Date: 2007-06-27 07:41:52 -0700 (Wed, 27 Jun 2007) Log Message: ----------- Changed package structure from pzfilereader to flatpack More to come...Going to be removing the PZ from any applicable class names Modified Paths: -------------- trunk/src/site/changes.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-06-27 15:36:34
|
Revision: 326 http://flatpack.svn.sourceforge.net/flatpack/?rev=326&view=rev Author: zepernick Date: 2007-06-27 08:36:31 -0700 (Wed, 27 Jun 2007) Log Message: ----------- logged changes for refactoring Modified Paths: -------------- trunk/src/site/changes.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-07-30 18:08:49
|
Revision: 334 http://flatpack.svn.sourceforge.net/flatpack/?rev=334&view=rev Author: zepernick Date: 2007-07-30 11:08:52 -0700 (Mon, 30 Jul 2007) Log Message: ----------- added clearRows(), clearErrors(), and clearAll() to DataSet Modified Paths: -------------- trunk/src/site/changes.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-08-17 18:59:37
|
Revision: 341 http://flatpack.svn.sourceforge.net/flatpack/?rev=341&view=rev Author: zepernick Date: 2007-08-17 11:59:40 -0700 (Fri, 17 Aug 2007) Log Message: ----------- added contains() method to check for the existance of a column name for the current row. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-08-17 18:57:37 UTC (rev 340) +++ trunk/src/site/changes.xml 2007-08-17 18:59:40 UTC (rev 341) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.1.0-SNAPSHOT" date="in svn" description="NAME CHANGE"> + <action dev="zepernick" type="change">added contains() method to DataSet to check for the existance of + a column name on the current row. DataSet must be on a valid row.</action> <action dev="zepernick" type="change">Added clearRows(), clearErrors(), and clearAll() methods to DataSet</action> <action dev="benoitx" type="change">Goodbye PZFileReader, Hello FlatPack!!!</action> <action dev="zepernick" type="change">Moved package strcuture from net.sf.pzfilereader to net.sf.flatpack</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-10-02 00:51:19
|
Revision: 364 http://flatpack.svn.sourceforge.net/flatpack/?rev=364&view=rev Author: zepernick Date: 2007-10-01 17:51:22 -0700 (Mon, 01 Oct 2007) Log Message: ----------- added section for 3.1.1 Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-10-02 00:33:27 UTC (rev 363) +++ trunk/src/site/changes.xml 2007-10-02 00:51:22 UTC (rev 364) @@ -7,6 +7,10 @@ <title>Changes</title> </properties> <body> + <release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix"> + <action dex="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters + were being reversed in the code.</action> + </release> <release version="3.1.0" date="2007-09-10" description="Name and structure change and new writers"> <action dev="benoitx" type="add">Paul and I would like to thank Dirk Holmes and Holger Hoffstatte from MuleSource for the initial contribution to the writer package. The writer package will let you EXPORT a DataSet in a fixed length or Delimited (csv, etc) format. Thanks guys!</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-11-03 01:55:48
|
Revision: 366 http://flatpack.svn.sourceforge.net/flatpack/?rev=366&view=rev Author: zepernick Date: 2007-11-02 18:55:52 -0700 (Fri, 02 Nov 2007) Log Message: ----------- Fixed bug 1811210 Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-03 01:55:33 UTC (rev 365) +++ trunk/src/site/changes.xml 2007-11-03 01:55:52 UTC (rev 366) @@ -8,8 +8,11 @@ </properties> <body> <release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix"> - <action dex="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters + <action dev="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters were being reversed in the code.</action> + <action dev="zepernick" type="fix">Bug 1811210 When parsing multi-line delimited files, blank lines inside the + elements were being removed from the result of the parse. Blank lines inside a delimited element + were also causing a StringIndexOutOfBoundsException.</action> </release> <release version="3.1.0" date="2007-09-10" description="Name and structure change and new writers"> <action dev="benoitx" type="add">Paul and I would like to thank Dirk Holmes and Holger Hoffstatte from MuleSource for the initial contribution to the writer package. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-11-04 00:42:49
|
Revision: 368 http://flatpack.svn.sourceforge.net/flatpack/?rev=368&view=rev Author: zepernick Date: 2007-11-03 17:42:54 -0700 (Sat, 03 Nov 2007) Log Message: ----------- bug fix [ 1818818 ] ClassCastException when accessing header or trailer records Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-04 00:37:04 UTC (rev 367) +++ trunk/src/site/changes.xml 2007-11-04 00:42:54 UTC (rev 368) @@ -8,9 +8,10 @@ </properties> <body> <release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix"> + <action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action> <action dev="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters were being reversed in the code.</action> - <action dev="zepernick" type="fix">Bug 1811210 When parsing multi-line delimited files, blank lines inside the + <action dev="zepernick" type="fix">[1811210] When parsing multi-line delimited files, blank lines inside the elements were being removed from the result of the parse. Blank lines inside a delimited element were also causing a StringIndexOutOfBoundsException.</action> </release> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <be...@us...> - 2007-11-06 00:03:44
|
Revision: 372 http://flatpack.svn.sourceforge.net/flatpack/?rev=372&view=rev Author: benoitx Date: 2007-11-05 16:03:49 -0800 (Mon, 05 Nov 2007) Log Message: ----------- prepare 3.1.1 Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-05 02:16:55 UTC (rev 371) +++ trunk/src/site/changes.xml 2007-11-06 00:03:49 UTC (rev 372) @@ -7,7 +7,7 @@ <title>Changes</title> </properties> <body> - <release version="3.1.1-SNAPSHOT" date="2007-10-01" description="Fix"> + <release version="3.1.1" date="2007-10-01" description="Fix"> <action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action> <action dev="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters were being reversed in the code.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-11-17 16:15:36
|
Revision: 379 http://flatpack.svn.sourceforge.net/flatpack/?rev=379&view=rev Author: zepernick Date: 2007-11-17 08:15:41 -0800 (Sat, 17 Nov 2007) Log Message: ----------- Added an option on the Parser setFlagEmptyRows(). This will make the DataSet.isRowEmpty() method available. This method will return true when there is no data on any columns in the row. Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-17 16:15:17 UTC (rev 378) +++ trunk/src/site/changes.xml 2007-11-17 16:15:41 UTC (rev 379) @@ -7,6 +7,11 @@ <title>Changes</title> </properties> <body> + <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows(). + This will make the DataSet.isRowEmpty() method available. This method will return + true when there is no data on any columns in the row.</action> + </release> <release version="3.1.1" date="2007-10-01" description="Fix"> <action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action> <action dev="zepernick" type="fix">Fixed bug in delimited parse when using Reader for data and map. Parameters This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2007-11-23 14:10:00
|
Revision: 381 http://flatpack.svn.sourceforge.net/flatpack/?rev=381&view=rev Author: zepernick Date: 2007-11-23 06:10:03 -0800 (Fri, 23 Nov 2007) Log Message: ----------- added an option to store the raw data in the DataError object when a parse error occurs Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2007-11-23 14:08:40 UTC (rev 380) +++ trunk/src/site/changes.xml 2007-11-23 14:10:03 UTC (rev 381) @@ -11,6 +11,8 @@ <action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows(). This will make the DataSet.isRowEmpty() method available. This method will return true when there is no data on any columns in the row.</action> + <action dev="zepernick" type="change">New Parser option to log the raw line data in the + DataError object for parse errors. Parser.setStoreRawDataToDataError()</action> </release> <release version="3.1.1" date="2007-10-01" description="Fix"> <action dev="zepernick" type="fix">[1818818] ClassCastException when accessing header or trailer records</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2008-01-09 19:33:20
|
Revision: 388 http://flatpack.svn.sourceforge.net/flatpack/?rev=388&view=rev Author: zepernick Date: 2008-01-09 11:33:26 -0800 (Wed, 09 Jan 2008) Log Message: ----------- fixed a bug in the database fixed length parser Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-01-09 19:32:52 UTC (rev 387) +++ trunk/src/site/changes.xml 2008-01-09 19:33:26 UTC (rev 388) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">doParse() on DBFixedLengthParser was returning a null + and was never getting a DataSet returned</action> <action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows(). This will make the DataSet.isRowEmpty() method available. This method will return true when there is no data on any columns in the row.</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2008-02-04 15:25:15
|
Revision: 391 http://flatpack.svn.sourceforge.net/flatpack/?rev=391&view=rev Author: zepernick Date: 2008-02-04 07:25:15 -0800 (Mon, 04 Feb 2008) Log Message: ----------- added patch from Dirk Olmes to prevent duplicate column names in the XML map Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-02-04 15:23:40 UTC (rev 390) +++ trunk/src/site/changes.xml 2008-02-04 15:25:15 UTC (rev 391) @@ -8,6 +8,9 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">Applied patch from Dirk Olmes to prevent duplicate + column names in the XML mapping. IllegalArgumentException is now thrown if a duplicate + column name exists in the map. Thanks Dirk...</action> <action dev="zepernick" type="fix">doParse() on DBFixedLengthParser was returning a null and was never getting a DataSet returned</action> <action dev="zepernick" type="change">Added an option on the Paser setFlagEmptyRows(). This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2008-02-13 17:37:40
|
Revision: 394 http://flatpack.svn.sourceforge.net/flatpack/?rev=394&view=rev Author: zepernick Date: 2008-02-13 09:36:59 -0800 (Wed, 13 Feb 2008) Log Message: ----------- prevent duplicate column names when using column names from file header Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-02-13 17:35:41 UTC (rev 393) +++ trunk/src/site/changes.xml 2008-02-13 17:36:59 UTC (rev 394) @@ -8,6 +8,8 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="fix">Added check for duplicate column names when using file + header for column names.</action> <action dev="zepernick" type="fix">Applied patch from Dirk Olmes to prevent duplicate column names in the XML mapping. IllegalArgumentException is now thrown if a duplicate column name exists in the map. Thanks Dirk...</action> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <zep...@us...> - 2008-03-18 12:31:02
|
Revision: 397 http://flatpack.svn.sourceforge.net/flatpack/?rev=397&view=rev Author: zepernick Date: 2008-03-18 05:30:58 -0700 (Tue, 18 Mar 2008) Log Message: ----------- added getLong() to DataSet Modified Paths: -------------- trunk/src/site/changes.xml Modified: trunk/src/site/changes.xml =================================================================== --- trunk/src/site/changes.xml 2008-02-13 17:48:24 UTC (rev 396) +++ trunk/src/site/changes.xml 2008-03-18 12:30:58 UTC (rev 397) @@ -8,6 +8,7 @@ </properties> <body> <release version="3.2.0-SNAPSHOT" date="2007-11-17" description="New parse options"> + <action dev="zepernick" type="change">Added getLong() to DataSet interface</action> <action dev="zepernick" type="fix">Added check for duplicate column names when using file header for column names.</action> <action dev="zepernick" type="fix">Applied patch from Dirk Olmes to prevent duplicate This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |