zhyh1105 / run-jetty-run

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

[nightly]source scanner not working in Jetty7 #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Reference to Issue 40 , 
source scanner is not working on Jetty 7.

Got to trace if the classloader returning  wrong urls , 
or maybe there's something change in org.eclipse.jetty.util.Scanner.

Original issue reported on code.google.com by tonylovejava on 29 Jun 2011 at 5:01

GoogleCodeExporter commented 9 years ago
After debugging and tracing Jetty's code ,
Jetty change Scanner's default recursive setting since Jetty7.

That means it only scan the first level of files in the classpath,
we just set it back and everything solved.

Currently we move to nightly version 20110629 to fix this issue.

Original comment by tonylovejava on 29 Jun 2011 at 10:38

GoogleCodeExporter commented 9 years ago
Reference to Issue 40 , user report that bug is fixed. ;)

Original comment by tonylovejava on 29 Jun 2011 at 4:42