Re: Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Taha Hafeez
Hi Mark I use the run-jetty-run plugin in eclipse and use the context directory from among the test context directories e.g in tapestry-core module I use /src/test/app? . regards Taha On Thu, Jul 7, 2011 at 6:10 AM, Josh Canfield wrote: > I don't know about doing it from gradle, I run the test

Re: Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Josh Canfield
I don't know about doing it from gradle, I run the test apps within IntelliJ. There is also a class called "RunJetty" which uses the Jetty7Runner, although I've never looked at but the documentation seems to imply it's something you can use. Josh On Wed, Jul 6, 2011 at 5:25 PM, Mark wrote: > Is

Running Tapestry-Core Test Apps under Gradle

2011-07-06 Thread Mark
Is there an easy way to bring up the test apps in Tapestry Core in Jetty using Gradle? Basically I'm looking for a simple way to get to a page that looks like this: http://tapestry-test.appspot.com/ on my local setup without actually launching the Selenium tests. Mark