Re: Do you have any clue? [andr...@an3as.eu: cgview.jar does not find class from batik-util]

2018-08-30 Thread Andreas Tille
On Thu, Aug 30, 2018 at 10:00:52AM +0200, Emmanuel Bourg wrote: > On 29/08/2018 17:16, Markus Koschany wrote: > > https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-constants > > Technically batik-constants is not a new project but a new Maven module > of the batik project. It seems w

Re: Do you have any clue? [andr...@an3as.eu: cgview.jar does not find class from batik-util]

2018-08-30 Thread Emmanuel Bourg
On 29/08/2018 17:16, Markus Koschany wrote: > the newer Batik version in testing does not provide the XMLConstant > class anymore. They have split the functionality and moved it into a new > project called Batik Constants. > > https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-consta

Re: Do you have any clue? [andr...@an3as.eu: cgview.jar does not find class from batik-util]

2018-08-29 Thread Markus Koschany
Hi, the newer Batik version in testing does not provide the XMLConstant class anymore. They have split the functionality and moved it into a new project called Batik Constants. https://mvnrepository.com/artifact/org.apache.xmlgraphics/batik-constants See also https://issues.apache.org/jira/brows

Re: Do you have any clue? [andr...@an3as.eu: cgview.jar does not find class from batik-util]

2018-08-26 Thread Andreas Tille
On Thu, Aug 23, 2018 at 09:59:35PM +0200, Andreas Tille wrote: > On Thu, Aug 23, 2018 at 07:58:55PM +0200, Olivier Sallou wrote: > > > > > sorry for pinging in private but the issue is urgent for my colleagues ... > > > > I still do not find where the issue comes from. I see no direct reference

Re: Do you have any clue? [andr...@an3as.eu: cgview.jar does not find class from batik-util]

2018-08-23 Thread Andreas Tille
On Thu, Aug 23, 2018 at 07:58:55PM +0200, Olivier Sallou wrote: > > > sorry for pinging in private but the issue is urgent for my colleagues ... > > I still do not find where the issue comes from. I see no direct reference to > xmlconstants in source code. > Could problem be in a dependency a'd

Re: How to upgrade code from batik 1.8 to 1.10 which is lacking XMLConstants [Was: cgview.jar does not find class from batik-util]

2018-08-22 Thread Olivier Sallou
On 08/22/2018 09:38 AM, Andreas Tille wrote: > Hi Olivier, > > On Wed, Aug 22, 2018 at 09:18:12AM +0200, Olivier Sallou wrote: >> looking at batik-util.jar, I see no org/apache/batik/util/XMLConstants >> inside >> >> >> I can see it in batik  source code version 1.8 [0], but in 1.10 (debian >> v

How to upgrade code from batik 1.8 to 1.10 which is lacking XMLConstants [Was: cgview.jar does not find class from batik-util]

2018-08-22 Thread Andreas Tille
Hi Olivier, On Wed, Aug 22, 2018 at 09:18:12AM +0200, Olivier Sallou wrote: > looking at batik-util.jar, I see no org/apache/batik/util/XMLConstants > inside > > > I can see it in batik  source code version 1.8 [0], but in 1.10 (debian > version)  [1], XMLConstants is not here > > > [0] > http

cgview.jar does not find class from batik-util

2018-08-20 Thread Andreas Tille
Hi, I checked package cgview[1] since it is needed for some other package (to be packaged). When I try $ /usr/bin/cgview Error: Unable to initialize main class ca.ualberta.stothard.cgview.CgviewIO Caused by: java.lang.NoClassDefFoundError: org/apache/batik/util/XMLConstants The class that