Re: libjopendocument-java build failures after repack

2014-06-21 Thread Jerome Robert
On 20/06/2014 22:33, Pirate Praveen wrote: Thanks! Now it builds fine in my work environment, but fails in pbuilder. The same error is repeated many times. I think we have to set encoding to UTF-8, but not sure where to set it. [javac]

Re: libjopendocument-java build failures after repack

2014-06-21 Thread Pirate Praveen
On Saturday 21 June 2014 12:20 PM, Jerome Robert wrote: exclude name=**/Test.java / but I guess that in a packaging context this one, which avoid patching, is better: --- a/debian/rules +++ b/debian/rules @@ -4,6 +4,7 @@ # Uncomment this to turn on verbose mode.

libjopendocument-java build failures after repack

2014-06-20 Thread Pirate Praveen
Hi, This packaged had many jar files embedded in it and it was building fine. But after removing the embedded jars and adding them in build-deps, there is one build error now [I might have missed adding some jars, but previous build errors where helpful to find which jar is missing). Can anyone

Re: libjopendocument-java build failures after repack

2014-06-20 Thread Jerome Robert
On 20/06/2014 13:43, Pirate Praveen wrote: Hi, This packaged had many jar files embedded in it and it was building fine. But after removing the embedded jars and adding them in build-deps, there is one build error now [I might have missed adding some jars, but previous build errors where

Re: libjopendocument-java build failures after repack

2014-06-20 Thread Jerome Robert
On 20/06/2014 17:07, Jerome Robert wrote: On 20/06/2014 13:43, Pirate Praveen wrote: Hi, This packaged had many jar files embedded in it and it was building fine. But after removing the embedded jars and adding them in build-deps, there is one build error now [I might have missed adding

Re: libjopendocument-java build failures after repack

2014-06-20 Thread Pirate Praveen
On Friday 20 June 2014 08:37 PM, Jerome Robert wrote: Hi Praveen, According to: http://anonscm.debian.org/viewvc/pkg-java/trunk/libcommons-collections3-java/debian/patches/java8-compatibility.patch?view=markup MultiHashMap.remove has been renamed to MultiHashMap.removeMapping so adding