root


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @72 [72] 02/13/08 17:42:56 schst Added new get() method, that casts the value before returning it
(edit) @71 [71] 10/15/07 12:32:28 dunja new version
(edit) @70 [70] 10/15/07 12:27:34 dunja throw exception if method is private
(edit) @69 [69] 09/18/07 11:25:03 schst use correct URL for deploying
(edit) @68 [68] 09/18/07 11:23:13 schst Cleanup pom
(edit) @67 [67] 09/11/07 16:33:08 dunja Ignore eclipse files
(edit) @66 [66] 09/11/07 16:32:19 dunja removed eclipse files
(edit) @65 [65] 09/11/07 16:31:35 dunja added tests on classes
(edit) @64 [64] 08/05/06 17:29:33 schst Added possibility to use a factory method for creating objects. This …
(edit) @63 [63] 06/06/06 16:35:23 mikey bumped version number
(edit) @62 [62] 06/01/06 17:29:48 mikey added XmlReader?.parse(InputStream? stream) method, refactored init of …
(edit) @61 [61] 05/20/06 00:03:32 schst Started implementing the 'extends' functionality, used generics, where …
(edit) @60 [60] 05/19/06 15:54:25 schst Added new primitive type 'long', added unit test for primitive attributes
(edit) @59 [59] 04/04/06 23:01:30 schst Added more testcases, fixed parameter order in assertion calls (dumb …
(edit) @58 [58] 04/04/06 23:00:43 schst Added CLOVER_RUNTIME variable
(edit) @57 [57] 04/04/06 22:26:47 schst Added InvalidNamespaceDefinitionException?, added several test cases (17% …
(edit) @56 [56] 04/04/06 10:50:41 schst Added the first JUnit test case
(edit) @55 [55] 04/04/06 10:50:24 schst Transport more information in the exception (patch by Michael Hartmeier)
(edit) @54 [54] 03/17/06 18:09:23 schst Tagged 0.10.1 release (no public release)
(edit) @53 [53] 03/17/06 18:07:37 schst Adjusted version
(edit) @52 [52] 03/17/06 16:50:01 schst Fixed typo
(edit) @51 [51] 03/17/06 16:49:38 schst schema finetuning
(edit) @50 [50] 02/21/06 21:56:23 schst Move schema file from test to main
(edit) @49 [49] 02/21/06 15:50:51 chelmst Added maven support.
(edit) @48 [48] 02/21/06 11:43:36 chelmst Added parse method for InputStream?.
(edit) @47 [47] 02/16/06 17:37:35 schst moved the passing of the class loader from the constructor to the parse() …
(edit) @46 [46] 09/23/05 21:35:57 schst Schema now actually can be used for validation
(edit) @45 [45] 08/22/05 21:45:26 schst Fix ticket #11: Check for all required attributes
(edit) @44 [44] 08/15/05 22:40:52 schst Started implementing a schema for the tag definitions
(edit) @43 [43] 08/12/05 11:05:41 schst Fixed bug #14
(edit) @42 [42] 08/04/05 13:26:24 niels bugfix recursive method determineAllInterfaces, now it includes also …
(edit) @41 [41] 08/03/05 13:16:59 schst Pass the classloader to the extensions
(edit) @40 [40] 08/03/05 13:13:16 schst Math extension is now able to add any number of values, fixed exception in …
(edit) @39 [39] 08/03/05 13:00:09 schst First working version of extensions that are able to return values to the …
(edit) @38 [38] 08/02/05 23:16:09 schst Started implementing a generic tag, this is a work in progress and *must …
(edit) @37 [37] 08/02/05 23:06:25 schst Renamed Tag to DefinedTag?, fixed XInclude
(edit) @36 [36] 08/02/05 22:59:57 schst Some extension cleanup and some new docblocks
(edit) @35 [35] 08/02/05 22:48:09 schst Added some error checks in the *Defintion classes
(edit) @34 [34] 08/02/05 22:29:04 schst Handle all exceptions gracefully, delegate to HashMaps? instead of …
(edit) @33 [33] 08/02/05 22:16:46 schst Moved exception used by XInclude into a subpackage
(edit) @32 [32] 08/02/05 22:11:03 schst Moved Exceptions into a subpackage
(edit) @31 [31] 07/26/05 15:20:20 schst Pass the ClassLoader? to all methods that are loading classes, added new …
(edit) @30 [30] 07/26/05 13:27:58 schst Implemented request #6 support for primitive types
(edit) @29 [29] 07/26/05 11:34:23 schst removed obsolete property
(edit) @28 [28] 07/26/05 11:32:59 schst Split convertValue() method into smaller methods, automatically ignore all …
(edit) @27 [27] 07/26/05 10:45:57 schst Cleanup: Removed some obsolete methods, renamed setName() to …
(edit) @26 [26] 07/26/05 10:38:35 schst Allow attributes to be set as required (implements request #1)
(edit) @25 [25] 07/26/05 10:18:38 schst Fixed bug #7: Definitions are able to return their type so the values can …
(edit) @24 [24] 07/25/05 18:37:54 niels if attribute is missing for constructor, than throw exception, if …
(edit) @23 [23] 07/25/05 18:36:23 niels if attribute not set and no default value exists, than return null on …
(edit) @22 [22] 07/25/05 17:37:34 schst removed obsolete imports, fixed coding styles (please always use this.)
(edit) @21 [21] 07/25/05 17:34:56 schst Cleaned up the Definition interface (bug #2) and added new definitions for …
(edit) @20 [20] 07/25/05 17:32:14 niels --
(edit) @19 [19] 07/25/05 17:30:35 niels add dist to ignore files
(edit) @18 [18] 07/25/05 11:40:43 niels added eclipse project settings
(edit) @17 [17] 07/25/05 11:36:31 niels added support for superinterfaces when finding the correct method
(edit) @16 [16] 07/22/05 16:43:43 schst Allow definition of a constructor, this is very alpha and needs a rewrite, …
(edit) @15 [15] 07/22/05 11:49:34 schst Allow more than one definition file
(edit) @14 [14] 07/22/05 11:18:03 niels extensions now get the same classloader, than the reader
(edit) @13 [13] 07/20/05 18:03:16 niels added classloader attribute, for generated classes
(edit) @12 [12] 07/04/05 12:55:19 schst Add namespace to exception message, added support for interface-based …
(edit) @11 [11] 07/01/05 11:59:22 schst Added build file
(edit) @10 [10] 07/01/05 11:24:56 schst Improved the exception handling
(edit) @9 [9] 06/30/05 13:16:03 schst Added a convenience method for adding new extensions
(edit) @8 [8] 06/29/05 14:55:36 schst implemented a very basic xInclude machanism, added the internal namespace …
(edit) @7 [7] 06/24/05 16:40:39 schst Added support for flexible setter methods for child tags
(edit) @6 [6] 06/24/05 15:38:20 schst added missing example files
(edit) @5 [5] 06/23/05 11:26:28 schst added decent support for collections
(edit) @4 [4] 06/23/05 10:18:48 schst use instanceof operator
(edit) @3 [3] 06/22/05 16:54:19 schst Added support for java.util.Properties and java.util.HashMap?
(edit) @2 [2] 06/17/05 14:34:12 schst adjusted file paths and class names
(add) @1 [1] 06/17/05 14:27:41 schst Initial commit
Note: See TracRevisionLog for help on using the revision log.