Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-28 Thread Thiago H. de Paula Figueiredo
I'm not using any Eclipse plugins: I just wrote a class (I call it Main) in the test sources folder and added Jetty 6.1.14 as a test dependency. My Main class has code in its main() method: Server server = new Server(); Connector connector = new SelectChannelConnector(); connector.setPort(80

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-28 Thread Howard Lewis Ship
added to the runtime path >> with no copying. This is what I do. >> >> On Tue, Oct 6, 2009 at 7:59 AM, Peter Stavrinides >> wrote: >> > What is your exact environment / configuration? >> > >> > - Original Message ----- >> > From: "

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-28 Thread Luther Baker
I had this same problem - but it was solved with the useFileMappedBuffer=false solution. One difference was that I didn't change /etc/webdefault.xml - I actually copied webdefault.xml into my project and updated my pom file: org.mortbay.jetty maven-jett

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-28 Thread Felix Gonschorek
Hi Inge, one of our developers had the same issues (eclipse, jetty, maven) on windows XP - we tried several configurations (including the disabled jetty lock) without success. the problem disappeared after a fresh install of windows xp; we could not get rid of the problem with in any other wa

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-06 Thread Peter Stavrinides
. - Original Message - From: "Inge Solvoll" To: "Tapestry users" Sent: Wednesday, 7 October, 2009 09:40:36 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Jetty lock on JS-files in classpath breaks eclipse autobuild The file synch approach worked nicely.

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-06 Thread Inge Solvoll
Solvoll" > > To: "Tapestry users" > > Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, > Bucharest, Istanbul > > Subject: Jetty lock on JS-files in classpath breaks eclipse autobuild > > > > Hi! > > > > I'm having p

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-06 Thread Howard Lewis Ship
: > What is your exact environment / configuration? > > - Original Message - > From: "Inge Solvoll" > To: "Tapestry users" > Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, Bucharest, > Istanbul > Subject: Jetty lock on JS-files

Re: Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-06 Thread Peter Stavrinides
What is your exact environment / configuration? - Original Message - From: "Inge Solvoll" To: "Tapestry users" Sent: Tuesday, 6 October, 2009 10:57:30 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Jetty lock on JS-files in classpath breaks eclipse autobu

Jetty lock on JS-files in classpath breaks eclipse autobuild

2009-10-06 Thread Inge Solvoll
Hi! I'm having problems with my development environment. First of all: I have set the useFileMappedBuffer=false in /etc/webdefault.xml My problem is that Tapestry 5 Javascript files located in WEB-INF/classes and subfolders are locked by Jetty. This prevents eclipse from deleting WEB-INF/classes