I'd like to have the go ahead for making the changes to the struts directory
structure, as mentionned in the thread "[PROPOSAL] Struts Source Directory
Structure".

Namely, I'd like to commit the following changes that I have locally on my
computer (step 1) :
- Move jakarta-struts/src/doc to jakarta-struts/doc
- Move jakarta-struts/src/conf to jakarta-struts/conf
- Move build.xml, build.bat and build.sh to the new jakarta-struts/build
directory
- Modified build.xml and build-webapps to support the above changes

This will leave all the build output as it was before (except the test
webapp which is no longer generated for the moment till I finish the
integration with J2EEUnit).

In a second step, I will add :
- Some J2EEUnit test classes in src/test/org/apache/struts/action
- new build-tests.xml and associated batch files in jakarta-struts/build
- new servlet engine configuration files in jakarta-struts/conf/test to
support automated J2EEUnit unit testing with several servlet engines
- new environment variables to support testing with several servlet engines
(TOMCAT_HOME, CATALINA_HOME, RESIN_HOME, ...)

Thanks for telling me quickly if I should go ahead or not (at least for step
1).

Also I have noticed that when editing the build*.xml files in my UltraEdit
all spaces and tabs are disorganized and make the text difficult to read. I
think we should standardize on a tab value of 4 (for example) and in our
editors replace tabs by spaces.

Thanks.
Vincent.


Reply via email to