You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by Taher Alkhateeb <sl...@gmail.com> on 2017/05/14 05:41:27 UTC

Removing and renaming redundant tasks from Gradle

Hello everyone,

I propose the following actions to update and cleanup build.gradle

- remove copyDtds (almost never used, and not related to building OFBiz)
- remove the "committerGroup" label
- change the group label for "svnInfoFooter" and "gitInfoFooter" to
"sysadminGroup"

WDYT

Re: Removing and renaming redundant tasks from Gradle

Posted by Jacques Le Roux <ja...@les7arts.com>.
Yes I also thought about it, that's not a problem with me

Jacques


Le 14/05/2017 à 09:47, Taher Alkhateeb a écrit :
> Okay, well copyDtds seems to be a function not related to OFBiz (just like
> the tools directory), so maybe just move that functionality to a script in
> tools. It's nothing too difficult anyway, just a copying of files.
>
> On Sun, May 14, 2017 at 10:32 AM, Jacques Le Roux <
> jacques.le.roux@les7arts.com> wrote:
>
>> Hi Taher,
>>
>> I regularly use copyDtds to update our XSDs on our site which are used as
>> references by our XML files.
>>
>> We could also move it to copyDtds if you prefer.
>>
>> Jacques
>>
>>
>>
>> Le 14/05/2017 à 07:41, Taher Alkhateeb a écrit :
>>
>>> Hello everyone,
>>>
>>> I propose the following actions to update and cleanup build.gradle
>>>
>>> - remove copyDtds (almost never used, and not related to building OFBiz)
>>> - remove the "committerGroup" label
>>> - change the group label for "svnInfoFooter" and "gitInfoFooter" to
>>> "sysadminGroup"
>>>
>>> WDYT
>>>
>>>


Re: Removing and renaming redundant tasks from Gradle

Posted by Michael Brohl <mi...@ecomify.de>.
+1

Regards,

Michael Brohl
ecomify GmbH
www.ecomify.de


Am 14.05.17 um 09:47 schrieb Taher Alkhateeb:
> Okay, well copyDtds seems to be a function not related to OFBiz (just like
> the tools directory), so maybe just move that functionality to a script in
> tools. It's nothing too difficult anyway, just a copying of files.
>
> On Sun, May 14, 2017 at 10:32 AM, Jacques Le Roux <
> jacques.le.roux@les7arts.com> wrote:
>
>> Hi Taher,
>>
>> I regularly use copyDtds to update our XSDs on our site which are used as
>> references by our XML files.
>>
>> We could also move it to copyDtds if you prefer.
>>
>> Jacques
>>
>>
>>
>> Le 14/05/2017 à 07:41, Taher Alkhateeb a écrit :
>>
>>> Hello everyone,
>>>
>>> I propose the following actions to update and cleanup build.gradle
>>>
>>> - remove copyDtds (almost never used, and not related to building OFBiz)
>>> - remove the "committerGroup" label
>>> - change the group label for "svnInfoFooter" and "gitInfoFooter" to
>>> "sysadminGroup"
>>>
>>> WDYT
>>>
>>>



Re: Removing and renaming redundant tasks from Gradle

Posted by Taher Alkhateeb <sl...@gmail.com>.
Okay, well copyDtds seems to be a function not related to OFBiz (just like
the tools directory), so maybe just move that functionality to a script in
tools. It's nothing too difficult anyway, just a copying of files.

On Sun, May 14, 2017 at 10:32 AM, Jacques Le Roux <
jacques.le.roux@les7arts.com> wrote:

> Hi Taher,
>
> I regularly use copyDtds to update our XSDs on our site which are used as
> references by our XML files.
>
> We could also move it to copyDtds if you prefer.
>
> Jacques
>
>
>
> Le 14/05/2017 à 07:41, Taher Alkhateeb a écrit :
>
>> Hello everyone,
>>
>> I propose the following actions to update and cleanup build.gradle
>>
>> - remove copyDtds (almost never used, and not related to building OFBiz)
>> - remove the "committerGroup" label
>> - change the group label for "svnInfoFooter" and "gitInfoFooter" to
>> "sysadminGroup"
>>
>> WDYT
>>
>>
>

Re: Removing and renaming redundant tasks from Gradle

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Taher,

I regularly use copyDtds to update our XSDs on our site which are used as references by our XML files.

We could also move it to copyDtds if you prefer.

Jacques


Le 14/05/2017 à 07:41, Taher Alkhateeb a écrit :
> Hello everyone,
>
> I propose the following actions to update and cleanup build.gradle
>
> - remove copyDtds (almost never used, and not related to building OFBiz)
> - remove the "committerGroup" label
> - change the group label for "svnInfoFooter" and "gitInfoFooter" to
> "sysadminGroup"
>
> WDYT
>