the Reconnection class was not working properly so a .forced attribute was added as a hack. This was not submitted to smack itself so we need to fix this properly.
[javac] Compiling 223 source files to /home/jay/svn/spark/target/classes [javac] /home/jay/svn/spark/src/java/org/jivesoftware/spark/ui/RetryPanel.java:92: cannot find symbol [javac] symbol : variable forced [javac] location: class org.jivesoftware.smack.ReconnectionManager [javac] ReconnectionManager.forced = true; [javac] ^
the Reconnection class was not working properly so a .forced attribute was added as a hack. This was not submitted to smack itself so we need to fix this properly.
[javac] Compiling 223 source files to /home/jay/svn/spark/target/classes
[javac] /home/jay/svn/spark/src/java/org/jivesoftware/spark/ui/RetryPanel.java:92: cannot find symbol
[javac] symbol : variable forced
[javac] location: class org.jivesoftware.smack.ReconnectionManager
[javac] ReconnectionManager.forced = true;
[javac] ^