If you want the code in separate directories under source, three projects. Two depend on the core project. Not bad really. If they are all under src/java, one project would do if the gui and cli and core are all in different packages. Maybe the need to switch our the gui into its own project would come later as this portion grows. Yes, I think this is how I would start. Everything in one project until one portion becomes to large and make that into its own project at that time.
================================================================= Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com > -----Original Message----- > From: Michael McCallum [mailto:[EMAIL PROTECTED]] > Sent: Sunday, May 05, 2002 5:44 PM > To: [EMAIL PROTECTED] > Subject: Re: [BUG] Checkstyle report generates invalid links to > SourceXReference > > > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Monday, 06 May, 2002 06:58, St�phane MOR wrote: > > Pete Kazmier wrote: > > >2. Try to convince people that <sourceDirectories> in the > POM should > > > only point to one directory instead of one or more. > This change was > > > made to the unit test and integration test elements (only one > > > directory can be specified), so I was going to try and push for > > > consistency. If the source directory is limited to a single > > > directory then all of these linking issues becomes > trivial as well > > > because all these Ant tasks use the same directory > when they start > > > processing. > > > > +1 > > This would help to keep consistency accross a project. > > This could also help to keep separate concerns in projects. > A project > > needing 2 source > > directories would probably better be split in 2 projects. > > You might have a project with core a core library, gui and > command line interfaces to it. > Do you make that three projects or three libraries for one project? > > > > > St�phane > > > > > > _________________________________________________________ > > Do You Yahoo!? > > Get your free @yahoo.com address at http://mail.yahoo.com > > - -- > The true human being...is the meaning of the universe. > He is a dancing star. > He is the exploding singularity pregnant with infinite possibilities. > > - -- David Zindell "The Broken God" > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.6 (GNU/Linux) > Comment: For info see http://www.gnupg.org > > iD8DBQE81bWgiVyQAvn9zYsRAtz+AKCUDmoLsQzYyblAuU3gfwLK7ye8mQCcDskM > Vpw/yKdF7/DsO/uBvfezd78= > =yDeN > -----END PGP SIGNATURE----- >
