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: [email protected]
For additional commands, e-mail: [email protected]