<targetgroup name="foo"> and <target group="foo">

It is good not have  '-' is not a general convention in ant tasks.

regarding the alternate syntax of <group name="foo">

may have impact in future, if in future one may have macrogroup or other
groups etc.. better way for the same with future proof would be

<group name="foo" type="target">

Regards,
Raja Nagendra Kumar,
C.T.O
www.tejasoft.com


Martijn Kruithof-2 wrote:
> 
> I would be in favour of using
> 
> <targetgroup name="foo"> and <target group="foo"> or even
> <group name="foo"> and <target group="foo">
> the dash in the name is not something we usually do in ant
> 
> Martijn
> 
> Antoine Levy Lambert wrote:
>> Hi,
>>
>> I would like to start a formal vote on the name of target-group.
>>
>> [ ] <target-group name="foo"/> for the group and <target group="foo" 
>> ... for the members of the group
>> this is the current codebase
>>
>> [ ] <extension-point name="foo"/> for the group and <target 
>> extensionOf="foo" ... for members of the group
>>
>> [ ] others
>>
>> Regards,
>>
>> Antoine
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
>> For additional commands, e-mail: dev-h...@ant.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
> For additional commands, e-mail: dev-h...@ant.apache.org
> 
> 
> 

-- 
View this message in context: 
http://old.nabble.com/-VOTE--name-for-target-group-tp26891028p27015357.html
Sent from the Ant - Dev mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org

Reply via email to