Greetings,  

We are in the process of migrating our project to 1.5 and have discovered an
issue with editing CSS and JS files with the app serve running. We're
curious if there is anyone else experiencing similar issues.   We are
working on Win7 with eclipse running Jboss 5 locally with wicket 1.5.  

The issue is that when the server is running and editing a JS or CSS file
that is referenced via the renderHead method saved changes are not copied by
eclipse to the output directory.  It logs a warning to the console  
WARN  [UrlResourceStream] getLastModified for file:/C:/path to project/path
to component or panel.html/  

It does so for every panel or component html file that was present on the
page that was open in the browser where you were editing the CSS or JS on
the page.  

It appears that there are still file handles open by wicket or jboss when
that happens. Eclipse is not able to build the project after this because if
can't delete the jar file that the opened files are in so it takes a project
clean and server restart to get things going again.  

Has anyone else who is developing on windows seen similar issues with
editing CSS or JS with the app server running or any other ideas as to what
might be the cause?







--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/resource-file-handle-issues-on-windows-tp3701938p3701938.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to