Skip to content


Closed Add multiple inheritance support
retired / wikitty #188 · created by Tony Chemit
Add multiple inheritance support for generated classes from UML model. *(from redmine issue 1619 created on 2011-07-05, closed on 2012-01-06)*
updated
Closed Udpate to hessian 4.0.7
retired / wikitty #187 · created by Tony Chemit
*(from redmine issue 1615 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed Update to postgresql 8.4-702.jdbc4
retired / wikitty #186 · created by Tony Chemit
*(from redmine issue 1614 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed Update to h2 1.3.157
retired / wikitty #185 · created by Tony Chemit
*(from redmine issue 1613 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed Update to commons-pool 1.5.6
retired / wikitty #184 · created by Tony Chemit
*(from redmine issue 1612 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed Update to commons-fileupload 1.2.2
retired / wikitty #183 · created by Tony Chemit
*(from redmine issue 1611 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed Update to jbossjta 1.15.1.Final
retired / wikitty #182 · created by Tony Chemit
*(from redmine issue 1610 created on 2011-07-01, closed on 2011-07-01)*
updated
Closed [ApplicationConfig] Make migration of configuration file configurable
nuiton / nuiton-utils #31 · created by Tony Chemit
Actually, it is possible de hook the migration of the configuration file. Some application may want to do something at this time (tells user the change of the directory). *(from redmine issue 448 cre...
updated
Closed Déplacement du fichier de config de $HOME/.[filename] vers $HOME/.config/[filename]
nuiton / nuiton-utils #7 · created by Tony Chemit
- linux (freedesktop) : .config/monappli - windows : ${userHome}\Application Data\masociete\monappli - mac : ${userHome}/Library/Application Support/monappli *(from redmine issue 161 created on 200...
updated
Closed Add a customized checkboxlist template
retired / nuiton-web #22 · created by Tony Chemit
This templates add a select all - deselect all link *(from redmine issue 1616 created on 2011-07-04, closed on 2011-07-04)*
updated
Closed Fix output java format
nuiton / eugene #144 · created by Tony Chemit
Fix code indentation of code generated by java generator. *(from redmine issue 1618 created on 2011-07-05, closed on 2011-07-05)*
updated
Closed Generators doesn't set void to method with no return type
nuiton / eugene #143 · created by Tony Chemit
Following method is present in model :
Bird
----
----
fly()
and generated as :
public Interface Bird {

  fly();

}
*(from redmine issue 1617 created on 2011-07-05, closed on 2015-05-24)*
updated