You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ofbiz.apache.org by "Taher Alkhateeb (JIRA)" <ji...@apache.org> on 2018/01/12 14:26:00 UTC

[jira] [Commented] (OFBIZ-9972) Find an alternative suitable syntax for OFBiz rule tasks in gradle

    [ https://issues.apache.org/jira/browse/OFBIZ-9972?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16324018#comment-16324018 ] 

Taher Alkhateeb commented on OFBIZ-9972:
----------------------------------------

Useful links for ideas:
- https://stackoverflow.com/questions/11696521/how-to-pass-arguments-from-command-line-to-gradle
- https://stackoverflow.com/questions/27604283/gradle-task-pass-arguments-to-java-application
- https://issues.gradle.org/browse/GRADLE-1804

> Find an alternative suitable syntax for OFBiz rule tasks in gradle
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-9972
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-9972
>             Project: OFBiz
>          Issue Type: Improvement
>            Reporter: Taher Alkhateeb
>
> In testing OFBiz with a new version of gradle, I identified a potential problem. The rule based tasks such as "ofbiz --test" will not work in versions 5 and above. The exact error message that I received is:
> The task name 'ofbiz --test' contains at least one of the following characters: [ , /, \, :, <, >, ", ?, *, |]. This has been deprecated and is scheduled to be removed in Gradle 5.0.
> In other words, spaces are not allowed. We need to find an alternative solution.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)