Cyriaque Dupoirieux wrote:
le 24/05/2006 00:51 Ross Gardler a écrit :

I think the penny just dropped about what it was that Cyriaque was asking for help with in the plugin deployment thread. I think he was asking "how do I deploy the plugins.xml file" (or in this case whiteboard-plugins.xml).

So, here is the answer (if indeed that was the question...)

"ant deploy-plugins.xml"

This will deploy the plugins.xml file from the current folder, so do it in the whiteboard/plugins folder to deploy the whiteboard descriptor file.

Ross

Thank you Ross, that's interesting.

Exactly, my question was : How can I deploy (into the remote forrest plugins repository) the zip file of a new plugin whose sources are in the plugin or whiteboard directory but the description is not in the descriptor file and the zip is not in the remote repository ?

Maybe it is simply not possible with ant...

Then I'm back to my first response. "ant deploy" if you want to deploy an unversioned development copy, "ant release" if you want to deploy a versioned release.

Ross