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




Reply via email to