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/07/12 16:40:37 UTC

Click Jquery Package

The Click Jquery Project on http://click-jquery.appspot.com
is very interesting ! 
It is based on the Apache Click 2.3.0 M1 isn't it ?
Is it possible to have the war/jar files 
of the last release to test and integrate it ? 

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
>
>
>
>

Re: Click Jquery Package

Posted by easydoor <ch...@valdoise.fr>.
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>.
WarnerJan Veldhuis <warnerjan.veldhuis <at> qprcostcontrol.com> writes:

> http://www.xs4all.nl/~surfman/click/click-2.3.0-M1.jar
> http://www.xs4all.nl/~surfman/click/click-extras-2.3.0-M1.jar
> http://www.xs4all.nl/~surfman/click/click-mock-2.3.0-M1.jar
> http://www.xs4all.nl/~surfman/click/click-nodeps-2.3.0-M1.jar
> 
> -------- Original Message  --------
> Subject: Re: Click Jquery Package
> From: easydoor <christophe.foiret <at> valdoise.fr>
> To: user <at> click.apache.org
> Date: 07/13/2010 03:49 PM
> > WarnerJan Veldhuis<warnerjan.veldhuis<at>  qprcostcontrol.com>  writes:
> >  
> > Read the Developer Guide
> > (http://click.apache.org/docs/developer-guide/developer-guide.html)
> > so you can check out the sourcecode and build it yourself. The
> >instructions are all there.
> >
> > Cheers,
> >
> > WJ
> >      
> > No time and expertise to build this package,
> > could it be done by one of you and published on the web to download ?
> > Thanks

OK for Apache Click 2.3.0 but this one 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





Re: Click Jquery Package

Posted by WarnerJan Veldhuis <wa...@qprcostcontrol.com>.
http://www.xs4all.nl/~surfman/click/click-2.3.0-M1.jar
http://www.xs4all.nl/~surfman/click/click-extras-2.3.0-M1.jar
http://www.xs4all.nl/~surfman/click/click-mock-2.3.0-M1.jar
http://www.xs4all.nl/~surfman/click/click-nodeps-2.3.0-M1.jar



-------- Original Message  --------
Subject: Re: Click Jquery Package
From: easydoor <ch...@valdoise.fr>
To: user@click.apache.org
Date: 07/13/2010 03:49 PM
> WarnerJan Veldhuis<warnerjan.veldhuis<at>  qprcostcontrol.com>  writes:
>
>    
>> Read the Developer Guide
>> (http://click.apache.org/docs/developer-guide/developer-guide.html)
>> so you can check out the sourcecode and build it yourself. The
>> instructions are all there.
>>
>> Cheers,
>>
>> WJ
>>      
> No time and expertise to build this package,
> could it be done by one of you and published on the web to download ?
> Thanks
>
>
>
>    


Re: Click Jquery Package

Posted by easydoor <ch...@valdoise.fr>.
WarnerJan Veldhuis <warnerjan.veldhuis <at> qprcostcontrol.com> writes:

> 
> Read the Developer Guide 
> (http://click.apache.org/docs/developer-guide/developer-guide.html)
> so you can check out the sourcecode and build it yourself. The 
> instructions are all there.
> 
> Cheers,
> 
> WJ
No time and expertise to build this package, 
could it be done by one of you and published on the web to download ?
Thanks





Re: Click Jquery Package

Posted by WarnerJan Veldhuis <wa...@qprcostcontrol.com>.
Read the Developer Guide 
(http://click.apache.org/docs/developer-guide/developer-guide.html)
so you can check out the sourcecode and build it yourself. The 
instructions are all there.

Cheers,

WJ


easydoor wrote:
> The Click Jquery Project on http://click-jquery.appspot.com
> is very interesting !
> It is based on the Apache Click 2.3.0 M1 isn't it ?
> Is it possible to have the war/jar files
> of the last release to test and integrate it ?
>
> Thanks
>