Re: Debugging new component in eclipse

2007-08-06 Thread Rizwan Sharif
I am debugging ofbiz from within eclipse and I also added .classpath entry related to components source but now I am getting error that javac is missing just for my component, rest of the ofbiz is compiling without any issue. On 8/7/07, Brett Palmer <[EMAIL PROTECTED]> wrote: > > Rizwan, > > You n

Re: Debugging new component in eclipse

2007-08-06 Thread Brett Palmer
Rizwan, You need to make sure your remote connection is setup in the same eclipse project as the component you are debugging or it can miss it. If you set it up this way you can also debug the default ofbiz code as well because your project likely depends on it. This problem occurs if you have mu

Re: Debugging new component in eclipse

2007-08-06 Thread Jacques Le Roux
Check, the file .classpath Jacques De : "Rizwan Sharif" <[EMAIL PROTECTED]> > Hi, > I am able to debug the ofbiz + components that comes with it but unable to > debug the component that I have added. When I call one of the services in > new component it runs successfully but does not break into t

Debugging new component in eclipse

2007-08-06 Thread Rizwan Sharif
Hi, I am able to debug the ofbiz + components that comes with it but unable to debug the component that I have added. When I call one of the services in new component it runs successfully but does not break into the debugger. Is there something I forgot to configure? Rizwan