yes I agree, I put them there because those files should be part of another module (in order to reuse them on both jdbc tests and web tests), so they could be easier to locate & move later on. Same happens with hsqldb which has compile scope and the classpath on the targets of the antrun plugin, which should be test for the IT tests..
I chose to commit compiling but unfinished so I could focus earlier on bringing the multimodule stuff to trunk, but for sure I'll clean it up rgrds, juan pablo On Sun, May 26, 2013 at 2:14 PM, Glen Mazza <glen.ma...@gmail.com> wrote: > Just my non-binding $0.02: If the files should not be part of the > classpath or subsequent (binary) distribution, i.e., if you're just going > to hardcode a reference in some test script to > src/main/resources/hsql-**userdb-teardown.ddl, > it's probably best to just keep them in the src/main (or test)/config > folder instead: http://maven.apache.org/**guides/introduction/** > introduction-to-the-standard-**directory-layout.html<http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html>. > /resources are usually best if you're loading the file via classpath > reference or if the file will actually become part of the distribution. > Keeping them split makes it clearer the role the file plays in the > application. > > Regards, > Glen > > > On 05/26/2013 07:51 AM, juanpa...@apache.org wrote: > >> Added: incubator/jspwiki/branches/**MVN3_BRANCH/jspwiki-it-tests/** >> jspwiki-selenium-tests/src/**main/resources/hsql-userdb-**teardown.ddl >> URL:http://svn.apache.org/**viewvc/incubator/jspwiki/** >> branches/MVN3_BRANCH/jspwiki-**it-tests/jspwiki-selenium-** >> tests/src/main/resources/hsql-**userdb-teardown.ddl?rev=** >> 1486410&view=auto<http://svn.apache.org/viewvc/incubator/jspwiki/branches/MVN3_BRANCH/jspwiki-it-tests/jspwiki-selenium-tests/src/main/resources/hsql-userdb-teardown.ddl?rev=1486410&view=auto> >> ==============================**==============================** >> ================== >> --- incubator/jspwiki/branches/**MVN3_BRANCH/jspwiki-it-tests/** >> jspwiki-selenium-tests/src/**main/resources/hsql-userdb-**teardown.ddl >> (added) >> +++ incubator/jspwiki/branches/**MVN3_BRANCH/jspwiki-it-tests/** >> jspwiki-selenium-tests/src/**main/resources/hsql-userdb-**teardown.ddl >> Sun May 26 11:51:53 2013 >> > >