From this info found on this page:
http://code.google.com/p/clickclick/source/checkout
This my current svn info:
[war...@pcwj clickclick]$ svn info
Path: .
URL: http://clickclick.googlecode.com/svn/trunk
Repository Root: http://clickclick.googlecode.com/svn
Repository UUID: ec524382-5d46-0410-b920-5d724188c503
Revision: 508
Node Kind: directory
Schedule: normal
Last Changed Author: [email protected]
Last Changed Rev: 508
Last Changed Date: 2010-01-23 16:23:35 +0100 (Sat, 23 Jan 2010)
[war...@pcwj clickclick]$ svn up
At revision 508.
I have created an IntelliJ project for it, and that indicates the same
error. When I fix the error myself, the build file runs fine.
That leaves the question: is revision 508 the latest, or did someone
forget to check some files in? ;)
Cheers,
WarnerJan
On 02/02/2010 10:33 PM, Bob Schellink wrote:
Hi WarnerJan,
That method was renamed to setLoadLazily[1][2]. Have you got the
latest trunk?
kind regards
bob
[1]:
http://code.google.com/p/clickclick/source/browse/trunk/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/control/jstree/JSTreeNode.java
[2]:
http://code.google.com/p/clickclick/source/browse/trunk/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/page/ajax/tree/TreeDemo.java
On 3/02/2010 12:39 AM, WarnerJan Veldhuis wrote:
Gents,
I get an error when building ClickClick from the build.xml:
[javac]
/home/warner/devel/clickclick/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/page/ajax/TreeDemo.java:56:
cannot find symbol
[javac] symbol : method setLoadLazy(boolean)
[javac] location: class
net.sf.clickclick.examples.jquery.control.jstree.JSTreeNode
[javac] program2.setLoadLazy(true);
[javac] ^
[javac]
/home/warner/devel/clickclick/clickclick/jquery-examples/src/net/sf/clickclick/examples/jquery/page/ajax/TreeWithContextMenu.java:50:
cannot find symbol
[javac] symbol : method setLoadLazy(boolean)
[javac] location: class
net.sf.clickclick.examples.jquery.control.jstree.JSTreeNode
[javac] program2.setLoadLazy(true);
[javac] ^
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.
[javac] 2 errors
BUILD FAILED
/home/warner/devel/clickclick/clickclick/build.xml:262: The following
error occurred while executing this line:
/home/warner/devel/clickclick/clickclick/build.xml:105: Compile failed;
see the compiler error output for details.
Cheers,
WarnerJan