You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Ahmad Rabab’ah <aR...@bi-bst.com> on 2017/04/13 12:26:10 UTC

Gradle Faild

Hello Dears ,

I have created new component in ofbiz
with this command “gradlew createPlugin -PpluginId=myplugin”

but when I run this command “gradlew loadDefault”
I get this error :

((FAILURE: Build failed with an exception.

* Where:
Build file 'C:\ofbiz\build.gradle' line: 764

* What went wrong:
A problem occurred evaluating root project 'ofbiz'.
> Could not get unknown property 'pluginId' for task ':installAllPlugins' of type org.gradle.api.DefaultTask.

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

BUILD FAILED ))

how can I solve it  ?

Thank you

Re: Gradle Faild

Posted by Taher Alkhateeb <sl...@gmail.com>.
Hi Ahmad,

Already fixed, just update subversion to latest revision.

Cheers,

Taher Alkhateeb

On Apr 13, 2017 3:26 PM, "Ahmad Rabab’ah" <aR...@bi-bst.com> wrote:

> Hello Dears ,
>
> I have created new component in ofbiz
> with this command “gradlew createPlugin -PpluginId=myplugin”
>
> but when I run this command “gradlew loadDefault”
> I get this error :
>
> ((FAILURE: Build failed with an exception.
>
> * Where:
> Build file 'C:\ofbiz\build.gradle' line: 764
>
> * What went wrong:
> A problem occurred evaluating root project 'ofbiz'.
> > Could not get unknown property 'pluginId' for task ':installAllPlugins'
> of type org.gradle.api.DefaultTask.
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output.
>
> BUILD FAILED ))
>
> how can I solve it  ?
>
> Thank you
>