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