Worth a shot :) People can always just exclude the test and samples directories from the source setup in their eclipse projects.
For a simple change just make the test and samples package go down a directory. tests/test and examples/samples - Dan On Thu, 20 Jan 2005 17:52:15 -0500, Tom Jordahl <[EMAIL PROTECTED]> wrote: > -1 > I might be in favor of a *small* source change for eclipse, but nothing this > big.... > > I would suggest making sure Axis2 is set up correctly for eclipse, I believe > the Axis 1 ship has sailed (and is already arriving at the destination > port). > > > Tom Jordahl > Macromedia Server Development > > -----Original Message----- > From: Dan Marchant [mailto:[EMAIL PROTECTED] > Sent: Thursday, January 20, 2005 12:39 PM > To: [email protected] > Subject: Re: package structure for axis sources > > What about structuring the code like: > > src/ > runtime <-- main axis code > tests <-- tests > examples <-- samples > tools <-- wsdl to java > > This would solve the problem, since each sub folder of src is its own > source folder in Eclipse. Would help organize the code a bit better as > well. > > Those are my .02 cents. > > - Dan > > On Mon, 17 Jan 2005 20:50:36 +0900, Jongjin Choi <[EMAIL PROTECTED]> > wrote: > > +1 from me. > > > > Also "samples" directory has same problem in Eclipse. > > > > ----- Original Message ----- > > From: "Venkat Reddy" <[EMAIL PROTECTED]> > > To: <[email protected]> > > Sent: Monday, January 17, 2005 6:51 PM > > Subject: package structure for axis sources > > > > >I ran into this earlier also, but got over it with some work around. > > > It's a bit difficult to choose the source folders for an Eclipse > > > project. I wanted to add "src" and "test" folders as sources for my > > > project, but there are java files in test folder having the their > > > packagename as "test". So eclipse compalins about test folder. src > > > folder is fine becuase it doesn't have any java files with packge name > > > starting with "src". May be we should have another folder "tests" > > > between java and test in the hierarchy, to be consistent with "src" > > > folder. And may be for 1.3. > > > > > > Venkat > > > >
