You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@click.apache.org by easydoor <ch...@valdoise.fr> on 2010/08/23 16:35:25 UTC

Re: Click Jquery Package

OK for Apache Click 2.3.0 but it doesn't contain Ajax API
like JQForm, JQActionButton ...
I'd like to have the Click 2.3.0 package mixed with Jquery 
functions described on http://click-jquery.appspot.com to 
develop real Ajax applications

Could you tell me how to download this package or build it easily ?

Thanks




Re: Click Jquery Package

Posted by easydoor <ch...@valdoise.fr>.
> BUILD FAILED
> C:\Documents and
> Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:273: The following
> error occurred while executing this line:
> C:\Documents and
> Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:62: Error starting
> modern compiler
> 
> Could you tell me what is the problem ?
> 
> Thanks
> 
> 
<javac srcdir="@{name}/src"
       destdir="@{name}/classes"
       debug="true"
       encoding="ISO-8859-1"
       source="${javac.source}"> <-- line 62
       <classpath refid="@{cp}"/> 
</javac>

line 273 
--> <buildJarMacro name="click-jquery" cp="classpath"/>





Re: Click Jquery Package

Posted by easydoor <ch...@valdoise.fr>.
Hi,

I downloaded click-Jquery sources with SVN

My dependancies libraries are all under lib directory and

I meet the following error when i run build-examples with ant under Eclipse :

clean:
   [delete] Deleting directory C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\dist
    [mkdir] Created dir: C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\dist
build:
   [delete] Deleting directory C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes
    [mkdir] Created dir: C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes
     [copy] Copying 24 files to C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes
    [javac] Compiling 14 source files to C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\click-jquery\classes

BUILD FAILED
C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:273: The following
error occurred while executing this line:
C:\Documents and
Settings\FOIRET\workspace\CLICKJQ_SRC\click-jquery\build.xml:62: Error starting
modern compiler

Could you tell me what is the problem ?

Thanks




Re: Click Jquery Package

Posted by Bob Schellink <sa...@gmail.com>.
Hi,
The click-jquery project is a work in progress and could change in the
future. Also note, it provides a couple of helper classes on top of
Click's native support and   is all stateless. What sort of
Aapplication are you trying to write?

To get a binary, go to the project [1], follow the checkout
instructions and run the command 'ant -p'. Also see the instructions
in the README.Txt


Bob

[1]:http://code.google.com/p/click-jquery/source/checkout


On Tuesday, August 24, 2010, easydoor <ch...@valdoise.fr> wrote:
> OK for Apache Click 2.3.0 but it doesn't contain Ajax API
> like JQForm, JQActionButton ...
> I'd like to have the Click 2.3.0 package mixed with Jquery
> functions described on http://click-jquery.appspot.com to
> develop real Ajax applications
>
> Could you tell me how to download this package or build it easily ?
>
> Thanks
>
>
>
>