[jopendocument] ant build fails with name clash on debian

2014-06-17 Thread Pirate Praveen
Hi, We are packaging jOpenDocument for debian and got this build error. Can you help fixing this? Thanks Praveen javac -version javac 1.7.0_55 junit is 4.11, ant is 1.9.4 [javac] /home/pravi/forge/gnukhata/tmp/jOpenDocument/src/org/jopendocument/dom/Library.java:649: error: name clash:

Re: [jopendocument] ant build fails with name clash on debian

2014-06-17 Thread Manfred Hanke
Hi, I also got that error and once resolved it with the following patch: --- a/src/org/jopendocument/dom/Library.java +++ b/src/org/jopendocument/dom/Library.java @@ -643,10 +643,10 @@ public abstract class Library { final EmbeddedLibrary other = (EmbeddedLibrary) obj;