On Sat, Mar 30, 2002 at 10:55:47PM +1100, Peter Donald wrote:
> > ...
> >
> > > option 1
> > > --------
> > > apache.${avalon-sub-project-name}.${component}.*
> >
> > > either is fine with me. Turbine follows the first
> > > option, so maybe we should follow their lead.
> >
> > Do they? Looking in the jakarta-turbine-2 and jakarta-turbine-3
> > modules, all I can see are org.apache.turbine.*
> 
> org.apache.torque
> org.apache.mavern
> 
> :)

Okay, if that's what was meant by the "first option".

> > Seems like it would be a huge break with convention to drop the
> > 'org.apache' prefix. 
> 
> Its a huge break in convention that we have a -cvs mailing list.
> 
> > Can't we just have an Ant filter expanding
> > @o.a.a.c@ to org.apache.avalon.cornerstone?
> 
> That no simpler :/

It saves lots of typing, and that's the issue, right? Any project with
long Avalon imports, just do a filtered <copy> from src/java to
build/java to replace the token, and the problem's solved.

Or we could all make use of our editors' macro facilities. In vim:

:abbr oaac org.apache.avalon.cornerstone

The point is, the brute force solution isn't the only one.


--Jeff

> -- 
> Cheers,
> 
> Pete
> 
> *------------------------------------------------------*
> | "Computers are useless. They can only give you       |
> |            answers." - Pablo Picasso                 |
> *------------------------------------------------------*

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

Reply via email to