From: brett l. <wak...@gm...> - 2007-01-18 22:40:16
|
On 1/18/07, Erik Vos <eri...@hc...> wrote: > > >Perhaps it is all worth a try. > > I have just checkout rails and use the default .project. > > Don'nt know if it > > comes with Rails or is the Eclipse default one. But class and > > java are in > > the same dir and that is quit confusing for me. > > I think that is a difference between Brett's and my setup: > I have created subfolders named src and bin for the sources > and classes, respectively, and I think Brett is using the Eclipse default. > This is true. I don't change many of Eclipse's defaults. > My main problem was how to get the resources and XMLs in the classpath, > but somehow I managed. > > I'm getting the feeling that you know a lot better how to set > up such a project than Brett (sorry if I'm wrong, Brett!) > and certainly than me, and I'm absolutely interested to see > a proper one.... > No apology needed. This is true, this is my first real development project. I know that there are many things that most software projects do that we're not doing. I'd love to move toward a more standardized setup. However, I'd like to see all of the steps involved and make better plans to do it in a way that doesn't disrupt our ability to still work on the code itself. ---Brett. |