It was because the tables included too long words without any line break and occupied much space.
I found
It was easy until finding the solution and revising the source code. The following tasks of compiling it and generating its installer was unexpectedly troublesome.
At first I had to spend some time to configure JET.
[A Project] -> [New] -> [Other] -> [Java Emitter Templates] -> [Convert Projects to JET Projects]
[A Project] -> [properties] -> [Jet Setting] -> [Source Container]: gensrcSecondary, I faced a version mismatch problem between eclipse subversive and client svn.
The project was checked out using subversive, which the build script is supported by another svn client program to write in a release version number.
The solution was written at http://subversion.tigris.org/faq.html#working-copy-format-change.
I had to downgrade some working copies I checked out using the latest subversive.
$ python change-svn-wc-format.py [working copy folder] 1.4Very tricky! Even though subversion is so widely used, there are many different distributions which bother engineers around the world.
No comments:
Post a Comment