ChiliProject is not maintained anymore.
Please be advised that there will be no more updates.
We do not recommend that you setup new ChiliProject instances and
we urge all existing users to migrate their data to a maintained
system, e.g. Redmine. We will
provide a migration script later. In the meantime, you can use the
instructions by
Christian Daehn.
Forums » Develop »
any volunteers to try/test Redmine Java API with Chiliproject?
Hi Alexey, I don't develop in Java and I don't think the other devs do either, so we can't help you much with that, sorry. Now as the fork is pretty recent and we haven't worked much on that area yet, I would suppose the APIs to be similar enough if not identical for the moment.
ok, I installed Chiliproject locally and will run the automated tests against it in addition to Redmine 1.1.
do you have any statistics about the number of Chiliproject downloads and/or installs?
How does it compare to Redmine stats?
I installed Chiliproject 1.2 to the dev server. found 1 difference in Redmine 1.1 and Chiliproject 1.2 REST API behavior: Chiliproject is using the paging mechanism introduced in Redmine 1.1.
Redmine 1.1 supports both old and new mechanisms for paging, and my API worked in "compatibility" mode. I switched to the new paging mechanism now, so the API supports both Redmine 1.1 and Chiliproject 1.2.
It's still easy to add support for Redmine 1.0, but unless somebody wants to provide a patch, I don't see a reason to do this.