https://issues.apache.org/bugzilla/show_bug.cgi?id=56397
--- Comment #20 from Pierre Viret <pierre.vi...@gmail.com> --- Created attachment 32044 --> https://issues.apache.org/bugzilla/attachment.cgi?id=32044&action=edit patch to be applied in tomcat_maven_layout created with "svn diff" I have created the necessary source directories and updated the svn:externals to select only the source files needed by each component. I can build the master project successfully in NetBeans. Can you please check & commit the patch? The next step will be to create the structure & externals for the tests. I have met following issue: - tomcat-util / tomcat-util-scan: org.apache.tomcat.util.file is in both components as defined in the ant file patterns. As tomcat-util-scan depends on tomcat-util I propose to remove it from tomcat-util-scan. - tomcat-api / tomcat-dbcp: org/apache/tomcat/dbcp is in both components as defined in the ant file patterns. Is it necessary or should I remove it from tomcat-api? I was positively surprised with svn externals: it is possible to set the svn:externals property on a directory which I have simply added to svn, and then with svn update to populate it's content, even without having committed the directory. So I (unfortunately ;-) ) do not need to be able to commit to svn myself. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org