On Mon, 2002-09-23 at 12:35, Juozas Baliuka wrote: > > <exampleSourceDirectory/> is good idea, but sometimes I need more > directories like > by dependencies : > src > core > samples > jdo > jdbc > xmldb > tools
Then for those you will need different project.xml files. I will always be opposed to supporting multiple source directories as it encourages the aggregation of sources that more often than not don't belong together. > ......................... > > > > On Mon, 2002-09-23 at 12:08, Juozas Baliuka wrote: > > > Hi, > > > my src looks like : > > > src > > > samples > > > main > > > test > > > ............................. > > > > > > I can't find any documentation for this case. > > > > > > Something like this doe's not work: > > > <sourceDirectory>src/samples</sourceDirectory> > > > <sourceDirectory>src/main</sourceDirectory> > > > > > > Is it some way to solve my problem without coping everything to single > > > directory ? > > > Must I use two project descriptors ? > > > > We've discussed adding an element for sample code. I would be for > > something like: > > > > <exampleSourceDirectory/> > > > > Then we would have an entry for project-proper sources, test sources and > > example sources. Three distinct bodies of source IMO and should be > > clearly marked as such. > > > > > > > > > > > > > > > > > -- > > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > -- > > jvz. > > > > Jason van Zyl > > [EMAIL PROTECTED] > > http://tambora.zenplex.org > > > > In short, man creates for himself a new religion of a rational > > and technical order to justify his work and to be justified in it. > > > > -- Jacques Ellul, The Technological Society > > > > > > -- > > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org In short, man creates for himself a new religion of a rational and technical order to justify his work and to be justified in it. -- Jacques Ellul, The Technological Society -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
