Hi Kip, I just started from scratch and have created a new project pointing to my "c:\tdk\webapps\rwtransform" directory as project directory. I found that it did not like \WEB-INF\src\java\com.. and I had to move this to \WEB-INF\src\com.. before it compiled correctly. Otherwise I ended up with package names like java.com....
I set the Tomcat directory to the c:\tdk directory so Tomcat runs fine. The build output points to "rwtransform/WEB-INF/classes" which seems right. The only exported entries is "/rwtransform/WEB-INF/src" The source is building fine. But when I put a breakpoint in an Action class it never stops there despite me exercising it? Cannot see what is wrong, nothing looks wrong. David -----Original Message----- From: Streithorst, Kip [mailto:[EMAIL PROTECTED]] Sent: 27 November 2002 17:35 To: Turbine Users List Subject: RE: Has anybody used Eclipse IDE with Turbine? I have used Eclipse 2.0.1 and Tomcat 4.1.10 and SysDeo 2.0.1 plugin to debug my application using Turbine 2.1 just fine. I haven't had any problems at all. Let me know if you need further assistance. Thanks, Kip > -----Original Message----- > From: David Wynter [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, November 27, 2002 12:22 PM > To: Turbine-User > Subject: Has anybody used Eclipse IDE with Turbine? > > > Hi, > > I have tried every configuration I can think of with Eclipse > and the sysdeo > plugin for Tomcat and still I cannot debug. I can get ti to compile th > eclasses but not to pickup the webapp when Tomcat is called. I built a > simple servlet app and it debugs just fine, but TDK based > apps do not. I am > rapidly getting the feeling I am wasting my time. > > Has anyone in the community used Eclipse to debug Turbine > applications? > > regards > > David Wynter > > roamware Ltd. > (+44) (0) 208 922 7539 B. > (+44) (0) 7879 605 706 M. > [EMAIL PROTECTED] > > > -- > 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
