Bill, If you want WEB-INF/src/java to be your source folder in the eclipse project do as follows:
1.Open your project properties window (right click on your project, and select properties from the context menu) 2.Select the source tab 3.Make sure you have the "Use source folders contained in the project" radio button selected. 4.Remove the existing WEB-INF/src as a source folder by using the "remove" button. 5.Use the "add existing folder" button to add directories you want to be the root for your source files. For example, in your case choose WEB-INF/src/java to be the source folder. I am not sure, if this is what you were looking for. Hope it solves your problem. ----- Original Message ----- From: "Bill" <[EMAIL PROTECTED]> To: "Turbine Users List" <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 10:22 AM Subject: Re: Eclipse + TDK > I was simply going to stick the outcome on the wiki but this is fine... > I dont have a problem discussing it on-list, but do feel it is slightly > off-topic. > > At any rate, I'm try to add an existing app to Eclipse which seems to > work fine...however when I build, it tries to package my source files as > java.com.mycom.myapp because of everything being under the java dir in > WEB-INF/src. I tried to change the property to point to > WEB-INF/src/java instead but Eclipse doesnt seem to have a facility to > make this change or I havent found the appropriate place. > > The other problem I have (which I havent yet researched) is that build > process seems to think jasper-runtime.jar should be in common/lib > instead of lib/. > > These seem like config issues, I just havent been able to figure them > out with the Tomcat-specific Eclipse resources, so I thought I take the > reverse route and get some input from this group. > > > > > > On Wed, 2003-02-12 at 12:04, Rodrigo Reyes wrote: > > I am using it, Bill. But let's keep our conversation on the list, so > > everyone could use it. If for some reason you prefer not to, just tell me > > about this to [EMAIL PROTECTED] > > > > Rodrigo > > > > ----- Original Message ----- > > From: "Bill" <[EMAIL PROTECTED]> > > To: "turbine-user" <[EMAIL PROTECTED]> > > Sent: Tuesday, February 11, 2003 11:49 AM > > Subject: Eclipse + TDK > > > > > > > I know there are a number of folks on this list using Eclipse to develop > > > their TDK webapps. If any of you could contact me offlist so I could > > > pick your brain on an issue, I would greatly appreciate it. > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
