Skip to content


Closed Add usefull io api in PluginHelper
nuiton / maven-helper-plugin #21 · created by Tony Chemit
This api always checks if io operation was succesfful done, otherwise throws IOException *(from redmine issue 204 created on 2010-01-14, closed on 2010-01-14)*
updated
Open Jredmine does not handle Redmine plug-ins that modify database
retired / jredmine #66 · created by Tony Chemit
As in subject. Jredmine does not like Redmine plug-ins that modify redmine's tables/objects. Actually, I had problems with backlogs (http://www.redminebacklogs.net/) and DMSF (http://code.google.co...
updated
Open jredmine rest plugin should fix what to send out
retired / jredmine #65 · created by Tony Chemit
Should always fix what to expose, for example if a redmine plugin add some meta-datas on a project we should not obtain them since the redmine-client can not handle them. We will use the exact same f...
updated
Open Error 500 on next-version mojo
retired / jredmine #50 · created by Tony Chemit
When launching the next-version mojo, I get an error 500 :
couteau@garulfo:~/workspace/nuiton/nuiton-web$ mvn -DredmineNextVersion -N
[INFO] Scanning for projects...
[INFO]                          ...
updated
Closed BeanMonitor says null objects are not equals!
nuiton / nuiton-utils #159 · created by Tony Chemit
while monitoring two beans, if there is a property with both null value, then BeanMonitor will keep this as a modification, says null objects are equals! *(from redmine issue 2048 created on 2012-04-...
updated
Open Do not set jri.ignore.ule if already defined
nuiton / nuiton-j2r #32 · created by Tony Chemit
Change code in RJniEngine to set property jri.ignore.ule only if it not already defined (usefull for debug) *(from redmine issue 2047 created on 2012-04-02)*
updated
Open RException: No variable name given while reading dataframe value
nuiton / nuiton-j2r #31 · created by Tony Chemit
When call R will following expression:
NauxAges = (RDataFrame) engine.eval("NauxAges<- as.data.frame(as.data.frame(stock.n(stock)[,ncol(stock.n(stock))])$data)");
calling get() to dataframe value: ...
updated
Closed Updates to mavenpom 3.2
nuiton / topia #280 · created by Tony Chemit
*(from redmine issue 2041 created on 2012-03-29, closed on 2012-03-29)*
updated
Closed Manage in the EntityEnum contract the properties marked as not-null
nuiton / topia #279 · created by Tony Chemit
To be able to create by generic algorithms entity using not-null properties, we need to execute the dao.create(xxx) with entity or properties map of all not-null properties like it is alreay done for...
updated