I bet it's Windows and it's because Eclipse's not able to copy around the resource files since they are locked. Simply *don't* copy them. http://tynamo.org/Developing+with+Tomcat+and+Eclipse is for Tomcat but same principles apply.
Kalle On Tue, Jan 11, 2011 at 12:52 PM, Howard Lewis Ship <[email protected]> wrote: > Why "attn: howard"? > > Version of Tapestry and operating system details, please. > > On Tue, Jan 11, 2011 at 12:49 PM, Paul Stanton <[email protected]> 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: [email protected] >> For additional commands, e-mail: [email protected] >> >> > > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to learn > how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
