User: pathoss Date: 02/10/06 08:36:03 Modified: xdocs/development dirlayout.xml Log: Updated with comments from Aslak. Revision Changes Path 1.2 +39 -9 xdoclet/xdocs/development/dirlayout.xml Index: dirlayout.xml =================================================================== RCS file: /cvsroot/xdoclet/xdoclet/xdocs/development/dirlayout.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -w -r1.1 -r1.2 --- dirlayout.xml 6 Oct 2002 13:39:12 -0000 1.1 +++ dirlayout.xml 6 Oct 2002 15:36:03 -0000 1.2 @@ -25,6 +25,10 @@ If you need other directories than these standard ones to store files, please discuss with the development team before creating the directories. </p> + <p> + Please note that test classes MUST follow the same package structure as the class the + test is for. + </p> <ul> <li>etc - support files</li> @@ -34,33 +38,53 @@ <li>core - the sources of the core <ul> <li>java - the java source codes</li> - <li>templates - velocity templates and macros</li> + <li>test - the unit tests + <ul> + <li>java - the java source codes</li> + <li>xml - hand written xml to validate generated xml against</li> </ul> </li> + </ul> + </li> + <li>plugins - the plug-ins (see below)</li> <li>xgg - the sources of xgg <ul> <li>java - the java source codes</li> + <li>test - the unit tests + <ul> + <li>java - the java source codes</li> + <li>xml - hand written xml to validate generated xml against</li> + </ul> + </li> </ul> </li> <li>xrai - the sources for xrai <ul> <li>java - the java source codes</li> + <li>test - the unit tests + <ul> + <li>java - the java source codes</li> + <li>xml - hand written xml to validate generated xml against</li> + </ul> + </li> </ul> </li> <li>xjavadoc - the sources for xjavadoc <ul> <li>java - the java source codes</li> - </ul> - </li> - <li>plugins - the plug-ins (see below)</li> <li>test - the unit tests <ul> - <li>java - the java unit tests</li> + <li>java - the java source codes</li> + <li>xml - hand written xml to validate generated xml against</li> + </ul> + </li> </ul> </li> - <li>samples - the samples + <li>samples - the samples (also serves as test suite deployable on all application servers) <ul> - <li>java - the java unit tests</li> + <li>java - the java source codes</li> + <li>metadata - meta data (merge files etc)</li> + <li>webapp - the test web application</li> </ul> </li> </ul> @@ -73,6 +97,12 @@ <li>src <ul> <li>java - the java source codes</li> + <li>test - the unit tests + <ul> + <li>java - the java source codes</li> + <li>xml - hand written xml to validate generated xml against</li> + </ul> + </li> <li>templates - velocity templates and macros</li> </ul> </li>
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel