This page is for notes about the documentation. What do we need, experimental wording, stuff to remember, etc.
- How to do logging in DHIS2? Which packages to use of commons-logging, commons-logging-api, log4j and other implementations.
This information must be included some where:
Enabling HSQLDB for unit-tests during the build
To avoid using your normal database for unit-testing during the build you can define another set of properties for hibernate:
Create a file called "hibernate-test.properties" in USER_HOME/dhis/.
Content of "hibernate-test.properties":
Starting a new project
When you have a new project that you want to add to the Subversion repository, follow these steps:
- Clean your project
- Remove your IDE project files
- Add your project directory
- Set the svn:ignore property, see instructions below
- Commit