Re: Problems to find classes that should be in itext1.jar

2016-05-25 Thread Andreas Tille
On Mon, May 23, 2016 at 04:55:25PM +0200, Emmanuel Bourg wrote: > Le 23/05/2016 à 16:46, Andreas Tille a écrit : > > > But deleting what? Just these very lines featuring MRJ* ? > > Delete the try catch blocks where the MRJ classes appear. OK, done in Git. I think the only remaining issue is th

Re: Problems to find classes that should be in itext1.jar

2016-05-23 Thread Emmanuel Bourg
Le 23/05/2016 à 16:46, Andreas Tille a écrit : > But deleting what? Just these very lines featuring MRJ* ? Delete the try catch blocks where the MRJ classes appear. Emmanuel Bourg

Re: Problems to find classes that should be in itext1.jar

2016-05-23 Thread Andreas Tille
On Mon, May 23, 2016 at 04:16:32PM +0200, Emmanuel Bourg wrote: > Le 23/05/2016 à 15:53, Andreas Tille a écrit : > > > Source/mesquite/genesis/lib/RateMatrixGTRModel.java:29: error: cannot find > > symbol > > TransitionProbability transProbs = null; > > ^ > > symbol: class Tra

Re: Problems to find classes that should be in itext1.jar

2016-05-23 Thread Emmanuel Bourg
Le 23/05/2016 à 15:53, Andreas Tille a écrit : > Source/mesquite/genesis/lib/RateMatrixGTRModel.java:29: error: cannot find > symbol > TransitionProbability transProbs = null; > ^ > symbol: class TransitionProbability > location: class RateMatrixGTRModel TransitionProbabili

Re: Problems to find classes that should be in itext1.jar

2016-05-23 Thread Andreas Tille
Hi Emmanuel, On Sun, May 22, 2016 at 10:18:58PM +0200, Emmanuel Bourg wrote: > > iText doesn't contain any headless.awt.* class. It looks like the iText > code was copied and modified the turn the 'import java.awt.*' statements > into 'import headless.awt.*'. I guess as some point they copied and

Re: Problems to find classes that should be in itext1.jar

2016-05-22 Thread Emmanuel Bourg
Le 22/05/2016 à 21:43, Andreas Tille a écrit : > CLASSPATH=/usr/share/java/commons-httpclient.jar:/usr/share/java/commons-lang.jar:/usr/share/java/itext1-1.4.jar > jh_build --javacopts='-target 1.7' --javacopts='-source 1.7' mesquite.jar > Source LibrarySource > find Source LibrarySource -name *

Re: Problems to find classes that should be in itext1.jar

2016-05-22 Thread Andreas Tille
On Sat, May 21, 2016 at 10:28:50PM +0200, Emmanuel Bourg wrote: > Le 21/05/2016 à 13:34, Andreas Tille a écrit : > > > I'm > > stumbling upon classes which should be found in itext1.jar but the build > > process can't finde these. > > What are the missing classes? ... CLASSPATH=/usr/share/java/c

Re: Problems to find classes that should be in itext1.jar

2016-05-21 Thread Emmanuel Bourg
Le 21/05/2016 à 13:34, Andreas Tille a écrit : > I'm > stumbling upon classes which should be found in itext1.jar but the build > process can't finde these. What are the missing classes? Emmanuel Bourg