This page (revision-69) was last changed on 23-Apr-2022 17:05 by Harry Metske

This page was created on 23-Apr-2022 17:05 by Harry Metske

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
69 23-Apr-2022 17:05 12 KB Harry Metske to previous
68 23-Apr-2022 17:05 12 KB Harry Metske to previous | to last
67 23-Apr-2022 17:05 12 KB Harry Metske to previous | to last
66 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
65 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last
64 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last kolourpaint4
63 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last expect
62 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last sun-java5-jdk
61 23-Apr-2022 17:05 10 KB Harry Metske to previous | to last slapd ldap-utils lat

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 244 changed one line
!! OpenJDK fix for yuicompressor
!! Font settings
At line 246 changed one line
Running JSPWiki's ant task "compressedjs" results in :
Thanks to [http://blog.xam.dk/archives/81-Making-Eclipse-look-good-on-Linux.html]
At line 248 changed 7 lines
metskem@gneisenau ~/workspace/JSPWiki $ java -jar tests/lib/yuicompressor-2.3.3.jar src//WebContent/scripts/jspwiki-common.js --line-break 0
Exception in thread "main" java.lang.RuntimeException
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.printSourceNumber(JavaScriptCompressor.java:289)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.parse(JavaScriptCompressor.java:325)
at com.yahoo.platform.yui.compressor.JavaScriptCompressor.<init>(JavaScriptCompressor.java:522)
at com.yahoo.platform.yui.compressor.YUICompressor.main(YUICompressor.java:120)
}}}
After they are installed I ran gnome-font-properties and used the following settings:
At line 256 changed one line
See also [https://issues.apache.org/jira/browse/JSPWIKI-597]
Application/Document/Desktop font: Liberation Sans, size 8
Window title font: Liberation Sans Bold, size 10
Fixed with font: Liberation Mono, 10
At line 258 changed one line
Fixed by removing symlink /usr/lib/jvm/java-6-openjdk/jre/lib/rhino.jar
Font rendering: Best contrast (the others left weird artifacts, but mostly up to taste here I think)
At line 260 changed one line
%%warning BUT ! Better is to upgrade to yuicompressor 2.4.2, that also solves it %%
Under details:
Resolution: 99 dpi (to avoid the letters to get too close, need at least 1 px between them
Smoothing: Grayscale
Hinting: Full
Depending on your Eclipse font settings the above will be enough,
but if you already have tweaked some settings remember to check your Font settings under Eclipse preferences
and verify that you are actually using the System default or the Liberated fonts to get the smoother more compact look.
}}}