make "ant create-component" more robust
---------------------------------------
Key: OFBIZ-3538
URL: https://issues.apache.org/jira/browse/OFBIZ-3538
Project: OFBiz
Issue Type: Bug
Components: framework
Affects Versions: SVN trunk
Reporter: chris snow
Priority: Minor
Attachments: build.xml.patch
"ant create-component" allows null values to be entered which result in a some
non-sensible values, for example:
{code}
<webapp name="cscomp1"
...
base-permission="OFBTOOLS,"
{code}
and
{code}
<screen name="CsComp1CommonDecorator">
...
<condition>
<if-has-permission permission=""
action="_VIEW"/>
</condition>
{code}
One option is to make all the fields required. For this a patch is attached.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.