Hi, as Stan noticed, the directory structure of /src/wrappers is not consistent as "wrappers" is already the top package directory. This hinders adding a source path for the wrapper sources in an IDE (e.g. JBuilder or CodeGuide).
A minimum action could be to add another intermediate directory "wrappers" between "src" and "wrappers" so that the source path would be /src/warppers containing the top package /src/wrappers/wrappers. The structure proposed by Stan even would look much better. Comments? Somebody out there who would like to take care of this? Regards, Peter -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 05:53 To: [EMAIL PROTECTED] Subject: wrappers directory structure It looks like the directories below the "/src" path in the source code represent smaller project groupings consistently, except for the "/src/wrappers" directory structure. This "project" directory structure looks like the following: /wrappers /wrappers/catalina (wrappers.catalina package) /wrappers/jmx (wrappers.jmx package) /wrappers/jndi (wrappers.jndi package) /wrappers/log4j (log4j package) * - This last one is the only one consistent with the source structure in the rest of the application. I think the directory structure should look something like this, to be consistent with the rest of the source code. /wrappers/org/apache/slide/wrappers/catalina (org.apache.slide.wrappers.catalina package) /wrappers/org/apache/slide/wrappers/jmx (org.apache.slide.wrappers.jmx package) /wrappers/org/apache/slide/wrappers/jndi (org.apache.slide.wrappers.jndi package) /wrappers/org/apache/slide/wrappers/log4j (org.apache.slide.wrappers.log4j package) The reason I brought this up is that when using JBuilder, its nice to add the source paths to a project and let it pick up the packages and java files dynamically. In order to get the wrappers classes, you would have to add both the "/src" directory and the "/src/wrappers" directory and this causes all kinds of confusion. Adding the "src/store", "src/share", "src/roles", etc... directory structures works very well and its easy to create project to build the entire server side code and debug within the environment... (except the wrapper classes because the directory structure is not consistent) - Stan ************************************************************************ If you received this e-mail in error please delete it and notify the sender as soon as possible. The contents of this e-mail may be confidential and the unauthorized use, copying, or dissemination of it and any attachments to it, is prohibited. Internet communications are not secure and Hyperion does not, therefore, accept legal responsibility for the contents of this message nor for any damage caused by viruses. The views expressed here do not necessarily represent those of Hyperion. For more information about Hyperion, please visit our Web site at www.hyperion.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
