Akmal I sort of followed your advice, except that I edited the existing files where necessary and then imported the project back into Eclipse. This seemed to have solved the problems I was having. But now the app cannot see my template files if I start it in Eclipse. The templates dir is part of the project hierarchy in Eclipse, but I obviously need to change some setting. Would using files created by Maven set this up for me? I didnt try Maven because I dont know how to use it, and am trying to avoid having to learn too many new things at once.
thx -b On Wed, 2003-02-12 at 13:40, Akmal Sarhan wrote: > your best choice would be to make maven generate the two needed files for > you for eclipse, i.e ".classpath" and ".project" > then File -> Import -> Existing Project into Workspace > and then browse to the your dir. > > regards > Akmal > ----- Original Message ----- > From: "Bill" <[EMAIL PROTECTED]> > To: "Turbine Users List" <[EMAIL PROTECTED]> > Sent: Tuesday, February 11, 2003 7:22 PM > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
