Re: need help on building/installing/uninstalling plugins and debugging framework+plugins in eclipse

2018-03-08 Thread Fred Wang
Thanks Taher. It works very well. On 6 March 2018 at 22:36, Taher Alkhateeb wrote: > Hello Fred, > > The answer to both questions is in README.md. In a nutshell, you need to > configure eclipse for remote debug on port 5005, fire up OFBiz in debug > mode (./gradlew

Re: need help on building/installing/uninstalling plugins and debugging framework+plugins in eclipse

2018-03-06 Thread Taher Alkhateeb
Hello Fred, The answer to both questions is in README.md. In a nutshell, you need to configure eclipse for remote debug on port 5005, fire up OFBiz in debug mode (./gradlew ofbizDebug), and then run eclipse remote debug. Also plugins are built automatically when they are added to OFBiz. On Mar

need help on building/installing/uninstalling plugins and debugging framework+plugins in eclipse

2018-03-06 Thread Fred Wang
Dear Community, I just imported framework and plugins respectively from trunk to Eclipse Oxygen 2, they look good. My question is how the plugins can be built/installed/uninstalled, then how the eclipse is configured to debug the framework+plugins? BTW, I managed to figure out how the version