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 ofbizDebug), and then run eclipse remote debug. Also
> plugins are built automatically when they are added to OFBiz.
>
> On Mar 7, 2018 9:27 AM, "Fred Wang"  wrote:
>
>> 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 16.11 was imported and
>> debugged in eclipse. If someone needs it, I can share.
>>
>> Thanks,
>>


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 7, 2018 9:27 AM, "Fred Wang"  wrote:

> 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 16.11 was imported and
> debugged in eclipse. If someone needs it, I can share.
>
> Thanks,
>


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 16.11 was imported and
debugged in eclipse. If someone needs it, I can share.

Thanks,