com.elovirta.ooxml icon indicating copy to clipboard operation
com.elovirta.ooxml copied to clipboard

Add dependency on newer ant-contrib library

Open raducoravu opened this issue 7 years ago • 4 comments

Right now you have a dependency on ant-contrib 0.6. I keep getting these warning in the ANT console:

 "trying to override old definition of task for"

Maybe you should try adding a dependency to the newest ant-contrib (1.0b3 I think). Ideally the dependency to the ant-contrib could be added by a plugin which would always be bundled with the DITA OT (like the base plugin).

raducoravu avatar Feb 28 '17 07:02 raducoravu

I may end up removing the dependency to ant-contrib. It's only used to loop though SVG files, but the current code will convert all SVG files. It should read which images are used from topics and convert only those images. But that will be handled in a separate issue.

jelovirt avatar Feb 28 '17 07:02 jelovirt

@jelovirt Could you please update the ant-contrib anyway, until you have found another solution?

stefan-jung avatar Jan 11 '18 08:01 stefan-jung

When I fix this, I will add a simple Java module to handle the copy and remove ant-contrib completely.

jelovirt avatar Jan 11 '18 09:01 jelovirt

👍 one of my colleagues spent some time trying to figure out why the ANT console outputs this warning line, until I remembered this bug.

raducoravu avatar Nov 26 '18 09:11 raducoravu