Things are more or less experimental in the 5.2 branch and
unfortunately it doesn't work with 5.2.1 or 5.2.2, see
https://github.com/got5/tapestry5-jquery/issues#issue/4
https://github.com/andyhot/tapestry5-jquery/issues#issue/1

If you still want to try it (with 5.2.0) you'd have to build and
maven install it yourself and you'd also need to do the same
for the tap-5.2 branch of https://github.com/andyhot/tapestry5-clientresources
because i'm pretty sure those dont exist in that devlab722 repo

Finally, to clarify on the versions, the 5.2 branches would now create
org.got5.tapestry5-clientresources:2.0.3-SNAPSHOT
org.got5.tapestry5-jquery:2.0.3-SNAPSHOT

Note: The errors you're getting are probably due to using wrong versions.
Once you'd get passed that, you should get the other errors that exist in
the github's tracker :P


On Wed, Nov 10, 2010 at 21:19, iberck <ibe...@gmail.com> wrote:
>
> Dear tapestry users:
>
> I try to use http://github.com/andyhot/tapestry5-jquery/tree/tap-5.2 with
> Tapestry 5.2 but I have some problems, when I open my application I watch
> the exception:
>
> org.apache.tapestry5.internal.services.RenderQueueException: Render queue
> error in SetupRender[core/ExceptionReport:exceptiondisplay]: Unable to
> create a client URL for classpath resource org/got5/tapestry5/tapestry.js:
> The resource path was not within an aliased path. [at
> classpath:org/apache/tapestry5/corelib/pages/ExceptionReport.tml, line 11]
>
> My pom.xml
>
> <dependency>
>            <groupId>org.apache.tapestry</groupId>
>            <artifactId>tapestry-core</artifactId>
>            <version>5.2.2</version>
> </dependency>
> <dependency>
>            <groupId>org.got5</groupId>
>            <artifactId>tapestry5-jquery</artifactId>
>            <version>1.1.0-SNAPSHOT</version>
> </dependency>
>
> ...
> <repository>
>            <id>devlab722-repo</id>
>
> <url>http://nexus.devlab722.net/nexus/content/repositories/releases</url>
>            <releases>
>                <enabled>true</enabled>
>            </releases>
>            <snapshots>
>                <enabled>false</enabled>
>            </snapshots>
>        </repository>
>
>        <repository>
>            <id>devlab722-snapshot-repo</id>
>
> <url>http://nexus.devlab722.net/nexus/content/repositories/snapshots</url>
>            <releases>
>                <enabled>false</enabled>
>            </releases>
>            <snapshots>
>                <enabled>true</enabled>
>            </snapshots>
>        </repository>
>
> Anyone may help me ?
>
> Thanks in advance for your time
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/Tap-5-2-2-With-JQuery-Problems-tp3259280p3259280.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>



-- 
Andreas Andreou - andy...@apache.org - http://blog.andyhot.gr
Tapestry PMC / Tacos developer
Open Source / JEE Consulting

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to