Vincent, Gump is not working the way you expect it to work. Take a look at the last intermediate for example. jakarta-cactus-framework-13 will run immediately after jakarta-cactus-framework-12 and overwrite the results of jakarta-cactus-framework-12 as they both operate in the same directory.
cactus.jar taken from jakarta-cactus-framework-12 doesn't exist at all after that run, same for javadocs, the -12 docs will be overwritten by those for -13. I suggest that you set the property base.dir used in framework/build.xml inside Gump's descriptor to framework-12 and framework-13 and also change all references inside the descriptor to point to the appropriate places. I can do that for you, but wanted to get your input before I go ahead. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
