On 4/4/02 1:27 PM, "Daniel Rall" <[EMAIL PROTECTED]> wrote:

> Christoph Reck <[EMAIL PROTECTED]> writes:
> 
>> "Geir Magnusson Jr." wrote:
>>> 
>>> On 4/3/02 12:46 PM, "Jon Scott Stevens" <[EMAIL PROTECTED]> wrote:
>>> 
>>>> on 4/3/02 1:10 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
>>>> 
>>>>>              tools/src/java/org/apache/velocity/tools/tools DateTool.java
>>>>>                       MathTool.java ParameterParser.java ToolLoader.java
>>>>>                       package.html
>>>> 
>>>> Why is it that these fiels are in a tools/tools directory?
>>>> 
>>> 
>>> Tools is the subpackage that holds all for the -tools project.
>> 
>> yuk!?
>> .../tools/tools/*Tool.java
>> 
>> In the commons sandbox the *Utils and *Tools was discussed and
>> the java.util.* approach was taken where the radix is just postfixed
>> with a plural - like java.util.Arrays, java.util.Collections,
>> Something like DateUtils became Dates, XmlUtils -> XmlStrings,
>> MathUtils -> Numbers or just Math (which has no plural form).
>> 
>> How about such an approach?
> 
> That worked well for the Commons packages, but I'm not sure how well
> it applies to the class names of the Java source files in the tools
> component.  If I've got it right now, these are context/pull tools.
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 


If the problem is tools/tools/...

Why not

 tools/library/...

As suggested by the docs...

-- 
Geir Magnusson Jr.                                     [EMAIL PROTECTED]
System and Software Consulting
"The greatest pleasure in life is doing what people say you cannot do."
        - Walter Bagehot



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to