Spark from SVN: 11610 (Cannot compile)

[javac] location: class org.jivesoftware.resource.SparkRes
[javac] blockMenu = new JMenuItem(Res.getString(“menuitem.unblock.contact”), SparkRes.getImageIcon(SparkRes.UNBLOCK_CONTACT_16x16));
[javac] ^
[javac] /usr/bin/spark/src/java/org/jivesoftware/sparkimpl/plugin/privacy/PrivacyPlugin .java:128: cannot find symbol
[javac] symbol : variable BLOCK_CONTACT_16x16
[javac] location: class org.jivesoftware.resource.SparkRes
[javac] blockMenu = new JMenuItem(Res.getString(“menuitem.block.contact”), SparkRes.getImageIcon(SparkRes.BLOCK_CONTACT_16x16));
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 4 errors
[javac] 8 warnings

BUILD FAILED
/usr/bin/spark/build/build.xml:236: Compile failed; see the compiler error output for details.

same here