How do you feel about moving:
 /src/webapp/src/org...
into
 /src/java/org...

and then removing the /src/webapp/resources directory?

The reason for this change is:
1) more standard layout
2) The tests could easily run /admin/ and the .jsp files -- this would avoid any problems like my most recent SOLR-350 commit

    WebAppContext app = new WebAppContext();
    app.setServer(server);
    app.setWar("src/webapp");


I imagine the reason to have o.a.s.servlet as an independent source directory was to keep the javax.servlet dependency isolated. Can we move it into the same source directory, but agree that all servlet related items belong in that package?

ryan




Reply via email to