On Tue, 8 Jan 2002, David Winterfeldt wrote:

> Date: Tue, 8 Jan 2002 13:21:57 -0800 (PST)
> From: David Winterfeldt <[EMAIL PROTECTED]>
> Reply-To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> To: Jakarta Commons Developers List <[EMAIL PROTECTED]>
> Subject: Re: commons-validator
>
> I want to.  The only thing I've noticed is that I
> checked the source in under src/share and it looks
> like commons projects have moved to using src/java.
> Is that right?  Anything else?  Let me know if I miss
> anything else.
>

A couple relatively small things (see build.xml from beanutils or
collections for details):
* A "test" target to execute the unit tests (versus "runtests")
* Use of "description" attributes on the <target>s intended
  for human consumption, so that "ant -projecthelp" is nice
* A "dist" target that creates the following:
    dist/
      LICENSE
      commons-validator.jar
      docs/
        api/
          {Javadocs}

In your case, there might be a few more files in the distribution, but
these are the standard features.

I know these conventions were discussed early on, and I thought someone
(Ted???) had promised to document them in the Commons web site ???

> David
>

Craig


> --- robert burrell donkin <[EMAIL PROTECTED]>
> wrote:
> > is it planned to move towards adopting some of the
> > commons layout
> > standards?
> >
> > - robert
> >
> >
> > --
> > To unsubscribe, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> > For additional commands, e-mail:
> > <mailto:[EMAIL PROTECTED]>
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Send FREE video emails in Yahoo! Mail!
> http://promo.yahoo.com/videomail/
>
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
>
>


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

Reply via email to