The new 1.4 release has been released! There have been no changes since "beta 1".
1.4 mostly includes bug fixes from the last 1.3c version, but there are a couple of minor enhancements too.
The new 1.4 release has progressed into beta! There have been no changes since "alpha 1".
1.4 mostly includes bug fixes from the last 1.3c version, but there are a couple of minor enhancements too.
The first alpha release of version 1.4 has been released. This mostly includes bug fixes from the last 1.3c version, but there are a couple of minor enhancements too.
We need config files for some others command line tools (we already have gawk et gpg).
Target any tool that you want to use with Japag, build the xml config file and send it to the project : it will be included into the next release.
If someone wants to begin a task that can be conducted alone and will be add to Japag as soon as it is finished, he can implement the xml-serialization of JapagConfig.
The goal will be to write a function that takes a JapagConfig object and write it in an xml file compliant with JapagXML format (it can be used as japag config file).
The best way to do it is to include it into a Tools.java class as a static method like :... read more