Re: Build issue in custom plugin

2017-10-25 Thread Michael Brohl
Tejas, I recommend to use the Gradle task to create a complete plugin with all necessary structures and files, see README.md: === ### Create a new plugin Create a new plugin. The following project parameters are passed: - pluginId: mandatory - pluginResourceName: optional, default is the

Re: Build issue in custom plugin

2017-10-25 Thread Tejas Lot
Hello Deepak, My Java class structure was not proper. It was "customPlugin/src/myPackage", I changed it to "customPlugin/src/main/java/myPackage" and it worked. Thank you. Warm regards, Tejas Lot. vnnogile Solutions Private Limited www.vnnogile.com On 10/25/2017 11:20 AM, Deepak Dixit

Re: Build issue in custom plugin

2017-10-24 Thread Deepak Dixit
On Wed, Oct 25, 2017 at 11:19 AM, Deepak Dixit < deepak.di...@hotwaxsystems.com> wrote: > Hi Tejas, > > Could you please share your java class structure? > Could you please share your plugin structure? Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co > > You need to

Re: Build issue in custom plugin

2017-10-24 Thread Deepak Dixit
Hi Tejas, Could you please share your java class structure? You need to keep java files at following location src/main/java/ Thanks & Regards -- Deepak Dixit www.hotwaxsystems.com www.hotwax.co On Wed, Oct 25, 2017 at 11:13 AM, Tejas Lot wrote: > Hello Everyone, > > I

Build issue in custom plugin

2017-10-24 Thread Tejas Lot
Hello Everyone, I have downloaded latest version (apache-ofbiz-16.11.03) of apache ofbiz and I am not able to build java classes created inside my custom plugin. I need to know to process to build java classes created inside custom plugin. -- Thanking you, Warm regards, Tejas Lot.