Kanon Project is clone of OpenProj known as Ganttchat based Project Management tool as MS Project. OpenProj is grate PM tool but it have not been maintained any more. So author decide clone and fixed bug, improve function.
- Support PNG/SVG export.
- Intagrate trac ticket.
- Import MS Project.
- WebStart.
- Maven build system.
- Better Japanese Localization.
Setup maven for your environment like:
$ export MAVEN_HOME=/opt/maven
$ export MAVEN_OPTS="-Xmx500m -Xss128m"
Kanon Project needs custom jars. In the first you have to install them.
$ bash install-jar.sh
Execute install and assembly like:
$ mvn install
$ cd pkg
$ mvn assembly:assembly
Now you have ditribution:
- pkg/target/KanonProject-0.1.4.zip
If you want WebStart, execute webstart:jnlp instead of assembly:
$ mvn webstart:jnlp
Unpack pkg/target/KanonProject-x.x.x.zip and execute bin/kanon.bat.
Kanon Project can integrated with trac. Run with:
$ java -jar lib/KanonProject-x.x.x.jar <TracURL> trac <username> <password>
You have to install TracXMLRPC plugin and the user have XML_RPC permission.
Takashi Okamoto