Removing and renaming redundant tasks from Gradle

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Removing and renaming redundant tasks from Gradle

taher
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
Reply | Threaded
Open this post in threaded view
|

Re: Removing and renaming redundant tasks from Gradle

Jacques Le Roux
Administrator
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
>

Reply | Threaded
Open this post in threaded view
|

Re: Removing and renaming redundant tasks from Gradle

taher
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 <
[hidden email]> 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
>>
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: Removing and renaming redundant tasks from Gradle

Michael Brohl-3
+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 <
> [hidden email]> 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
>>>
>>>


smime.p7s (5K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: Removing and renaming redundant tasks from Gradle

Jacques Le Roux
Administrator
In reply to this post by taher
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 <
> [hidden email]> 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
>>>
>>>