You might try running mvn jetty:run from the command line and see if
the problem only happens in Eclipse?  I've been doing something
similar all day and haven't had any problem, but I don't run Jetty
from within Eclipse.

Mark

On Tue, Jan 11, 2011 at 2:49 PM, Paul Stanton <p...@mapshed.com.au> wrote:
> Hi,
>
> I've been using jetty with live reloading working just fine.
>
> however i've just started using javascript files located in my
> src/main/resources dir via the @Import annotation:
>
> @Import(library = "MyScript.js")
> public class MyPage
> {}
>
> src/main/resources/basepackage/pages/MyScript.js
>
> After editing the js (between 2 and 5 times) I get a red cross on my project
> in eclipse and jetty is broken in that it can't respond to requests.
>
> only after stopping jetty and doing a project clean can i get it to work
> again.
>
> p.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

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

Reply via email to