Thanks Dawid (and everyody else),
But in fact, by taking a closer look to this "problem", it seems it is not
really a problem... (sorry)
Finaly, I don't think it is a good idea to try finding the dependencies from
the plugin.xml file:
The plugin.xml file describes the runtime dependencies, whereas the
build.xml file describes the compile dependencies...
So, the final solution will be to simply adding something like this in all
plugin build.xml file :
<target name="deps-jar">
<ant target="jar" inheritall="false"
antfile="../lib-commons-httpclient/build.xml"/>
<ant target="jar" inheritall="false" antfile="../lib-http/build.xml"/>
</target>
I have tested it .. it works. So now, I will update all plugins before
committing
Regards
Jérôme
--
http://motrech.free.fr/
http://www.frutch.org/