On Sun, 16 Jan 2005 21:09:06 +0100, Gilles Bayon wrote: >> I made the "source" folder "mapper" for now. As Clinton >> mentioned, the goal would be to move the DataAccess source into >> its own "dao" folder under "/cs". For now, "mapper" includes the >> source for Common, DataAccess, DataMapper, and Schemas. >> > > If so, we don't need dir mapper, no ? > All the content under mapper (external-bin included) must under > /cs, no = ?
My preference would be to keep what is now setup at * https://wush.net/websvn/ibatisnet1 but to add a "/trunk/cs/dao" folder for the DataAccess solution. The idea being that /trunk/cs * dao * docs * mapper * npetshop * tutorial are all "subprojects" that can be tagged and released separately. > Don't see why, now all content of External-Bin are compatible with > = Apache licence, no ? It is compatible. :) It's just not complete. :( To compile the full source, the other dll's still need to be obtained. It might be more consistent to put them all in a separate bundle at SourceForge, then to have some here, and some not here. We're going to have a similar situation with ibatis-dbl-2 and the devlib folder. Clinton is going to omit the third-party jars from the SVN, but that leaves the question of whether we are going to send developers off to acquire the jars themselves, or do we want to provide a convenience bundle on SourceForge? [Or switch to Maven? :)] -Ted.