wjw465150 / run-jetty-run

Automatically exported from code.google.com/p/run-jetty-run
0 stars 0 forks source link

RJR restarts on changes in unit tests #89

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I'm using the standard Maven project layout which gives me two output folders: 
classes/ and test-classes/

The folder classes/ is added to the classpath when RJR starts a web project and 
test-classes/ isn't. That's fine.

But when I change code in test-classes/, the server does restart. This is a bit 
annoying when I have a server instance running while developing my Selenium 
unit tests.

Please restart only when files in the classes/ folder change.

Might be related to issue #88 'add "Scan file/folder list" option'

Original issue reported on code.google.com by adigu...@gmail.com on 10 Oct 2011 at 12:06

GoogleCodeExporter commented 9 years ago
ok , will take care this in next version.

Original comment by tonylovejava on 10 Oct 2011 at 2:09

GoogleCodeExporter commented 9 years ago
Merged to Issue 88. 

Original comment by tonylovejava on 14 Nov 2011 at 10:53