Christopher Lenz wrote:
> Hi all,
>
> I've recently proposed the prefixing of all jars produced by slide with
> "slide-", so we'd get:
>
> slide.jar => slide.jar
> roles.jar => slide-roles.jar
> slidestores.jar => slide-stores.jar
> webdav.jar => slide-webdav.jar
> catalinawrapper.jar => slide-catalinawrapper.jar
> jndiwrapper.jar => slide-jndiwrapper.jar
> log4jwrapper => slide-log4jwrapper.jar
>
> webdavlib.jar => slide-webdavlib.jar (or slide-client.jar - why is it currently
> named 'lib' if it's actually the client _application_ ?)
>
> the current naming is prone to confuse people IMHO.
> does anyone object these changes ?
>
> -chris
> _______________________________________________
> /=/ cmlenz at gmx.de
Actually there are 2 client jars, webdavlib is the webdavAPI, webdav.jar includes
the api, ant task and the command line client.
Maybe we can split the last one and create
commons-httpclient-1.0.jar -> to make sure everybody knows we need a version 1
slide-webdavlib.jar -> client API
slide-client.jar -> client application
slide-anttask.jar -> Ant tasks
Another issue
How about including slide-log4jwrapper.jar and log4j.jar in the slide.war and set
the logger to the log4j logger.
Dirk