le 24/03/2006 15:36 Ross Gardler a écrit :
[EMAIL PROTECTED] wrote:
Author: cdupoirieux
Date: Fri Mar 24 04:04:37 2006
New Revision: 388497

URL: http://svn.apache.org/viewcvs?rev=388497&view=rev
Log:
(FOR-388 - Add the ability to define a list of plugins src locations to local-deploy them)


WhoooHooo - you have no dea how much I need this - thank you, thank you, thank you.

I'm really impressed you managed to find your way around the deployment ant files. They are really messay. There's an issue somewhere for us to move that stuff into Java, far too much logic for an ANT build file.

Looking at the source it looks like it is only possible to define a single src location. Is that correct?
Yes and no, the use is the same as for the project.required.plugins property to define the (comma separated) list of plugins src directories your project uses :

For instance you can set :
project.required.plugins.src=${forrest.home}/plugins,${forrest.home}/whiteboard/plugins,${project.home}/plugins,${project.home}/whiteboard/plugins

and define your own plugins in the two - project specific - directories : ${project.home}/plugins or ${project.home}/whiteboard/plugins

Salutations,
Cyriaque,

I've no time right now, but it's a small job to provide multiple potential locations and will do so as soon as I find the time.

Ross