RE: CVS directory structure

2001-04-01 Thread Mac Ferguson
Since I deploy most of the stuff I write as .EAR files, this is the structure I use: / build.xml <-- ANT build file) /src /client <-- client source packages /web<-- web source packages /ejb<-- ejb source packages /build

Re: CVS directory structure

2001-03-31 Thread Craig R. McClanahan
On Fri, 30 Mar 2001, Mitesh Mehta wrote: > I am trying to figure out the CVS directory structure for a large > multi-component web application. > > I know that the Servlet/JSP specs prescribe a certain directory structure > that is used to build war files. I am interested in knowing if any of

RE: CVS directory structure

2001-03-30 Thread Assenza, Chris
How it is deployed in production and how you develop will probably look different. I prefer to have a tree such as: Project Name - build - dist - doc - src - bin * stuff for building app (you should use ANT IMO) or other exe