https://bz.apache.org/bugzilla/show_bug.cgi?id=62500
--- Comment #13 from Igal Sapir <isa...@apache.org> --- (In reply to Christopher Schultz from comment #12) > I usually do all this with (prepare yourselves, everyone) Apache ant as a > part of my build process. > > On a a fresh machine where Java, ant, and Subversion are installed, my build > process is: > > 1. Create a master ~/.ant.properties (or copy from another host) > 2. svn checkout > 3. cd > 4. ant install While I could live with `ant`, I'd hate to make `Subversion` a requirement here (or anywhere, for that matter). I'm thinking of simple batch & shell scripts, that will use `mkdir` and `cp` to create and copy the relevant files, so that when you're in working directory ${CATALINA_HOME}/bin you can run: mkdirs-base <path-to-new-directory> > Plus it's not all Docker'd and Maven'd up, so the cool kids won't like it. > Oh, yeah, and get off my lawn. LOL +1 for Maven and +1 for Docker (for a total of +2) -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org