[
https://issues.apache.org/jira/browse/OFBIZ-7951?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15420492#comment-15420492
]
Jacques Le Roux commented on OFBIZ-7951:
----------------------------------------
Same on linux
{code}
ofbizDemo@ofbiz-vm:~/trunk$ ./gradlew --stacktrace "ofbizBackground --start"
FAILURE: Build failed with an exception.
* Where:
Build file '/home/ofbizDemo/trunk/build.gradle' line: 761
* What went wrong:
Could not find property 'os' on root project 'ofbiz'.
* Try:
Run with --info or --debug option to get more log output.
* Exception is:
groovy.lang.MissingPropertyException: Could not find property 'os' on root
project 'ofbiz'.
at
org.gradle.api.internal.AbstractDynamicObject.propertyMissingException(AbstractDynamicObject.java:43)
at
org.gradle.api.internal.AbstractDynamicObject.getProperty(AbstractDynamicObject.java:35)
at
org.gradle.api.internal.CompositeDynamicObject.getProperty(CompositeDynamicObject.java:97)
at
org.gradle.groovy.scripts.BasicScript.propertyMissing(BasicScript.java:66)
at org.gradle.groovy.scripts.Script.getProperty(Script.java:56)
at
build_g9a0vr11pt3xrbvhhnl5xaag.createOfbizBackgroundCommandTask(/home/ofbizDemo/trunk/build.gradle:761)
at
build_g9a0vr11pt3xrbvhhnl5xaag$_run_closure35.doCall(/home/ofbizDemo/trunk/build.gradle:734)
{code}
> remove ofbizSecure and ofbizBackgroundSecure targets from the gradle build
> script
> ---------------------------------------------------------------------------------
>
> Key: OFBIZ-7951
> URL: https://issues.apache.org/jira/browse/OFBIZ-7951
> Project: OFBiz
> Issue Type: Improvement
> Affects Versions: Upcoming Branch
> Reporter: Taher Alkhateeb
> Assignee: Taher Alkhateeb
>
> The tasks ofbizSecure and ofbizBackgroundSecure utilize the notsoserial API
> in the JVM arguments. However, given that this has no effect on system
> performance, we should make all tasks secure by default (ofbiz, ofbizDebug,
> ofbizBackground) and remove the secure tasks. This has the benefit of
> reducing the number of tasks users need to be aware of.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)