Remy Maucherat wrote:
The build is really complex, so it's normal to run into trouble when you refactor it. Plus there are so many dependent components, doing "ant build" is not enough to do a clean build ;-)
The purpose of the refactoring was to make it simpler ( or at least cleaner).
We do have a nice component structure, with only few circular deps ( which we can someday resolve by moving coyote tomcat5-specific code to catalina ). The main build file should only call child build files, and we should have a very consistent layout and features in all components - similar with jakarta-commons for example.
The biggest problem was commons-el IMO.
Each component should support a "dist.dir" ( unlike servlet/jsp api build
files), should support a "build" target that only builds the .jar - and should use the same patterns for finding the dependencies ( the other
components ).
No problem with me if you want to do that.
Remy
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]