Re: Ant Hangs

2010-12-21 Thread Peter Hancock
-Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: Monday, December 20, 2010 4:11 PM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs Hi Eric, What OS are you using? If you're using Linux there are packages for installing the Ant and JUnit libraries which may

RE: Ant Hangs

2010-12-21 Thread Eric Douglas
6:22 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs Hi Eric, You can add the junit jar to Ant's lib directory - see http://ant.apache.org/manual/install.html and look for ANT_HOME + lib + Windows. I hope that helps, Pete On Mon, Dec 20, 2010 at 9:24 PM, mehdi houshmand med1

Re: Ant Hangs

2010-12-21 Thread mehdi houshmand
-userconfig/    /junit  /target -Original Message- From: Peter Hancock [mailto:peter.hanc...@gmail.com] Sent: Tuesday, December 21, 2010 6:22 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs Hi Eric, You can  add the junit jar to Ant's lib directory - see http

RE: Ant Hangs

2010-12-21 Thread Eric Douglas
enough? -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: Tuesday, December 21, 2010 10:00 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs Hi Eric, Peters method is less hacky than mine since it means you don't change the build.xml. Basically, you

Re: Ant Hangs

2010-12-21 Thread Chris Bowditch
: Re: Ant Hangs Hi Eric, Peters method is less hacky than mine since it means you don't change the build.xml. Basically, you download the junit jar from and add it to the lib folder in your ant file and that will ensure that you can run junit with ant with any project (not just FOP). You'll

RE: Ant Hangs

2010-12-21 Thread Eric Douglas
, log4j, javax.mail, netrexx, javax.media.jai, jai.codec, jdepend, etc. I'll see if there's an easier way. -Original Message- From: Chris Bowditch [mailto:bowditch_ch...@hotmail.com] Sent: Tuesday, December 21, 2010 10:59 AM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs On 21/12

Ant Hangs

2010-12-20 Thread Eric Douglas
I compiled FOP 1.0 using the Ant build in Eclipse. It completed successfully saying Junit support not present. Then I downloaded the Junit source, imported it as a project, put it on the FOP Build Path, and copied the junit-4.8.2.jar into the FOP lib folder. Now the ant task shows Junit support

Re: Ant Hangs

2010-12-20 Thread mehdi houshmand
Hi Eric, What OS are you using? If you're using Linux there are packages for installing the Ant and JUnit libraries which may avoid these issues. This I think is a config issue. Mehdi On 20 December 2010 20:28, Eric Douglas edoug...@blockhouse.com wrote: I compiled FOP 1.0 using the Ant build

RE: Ant Hangs

2010-12-20 Thread Eric Douglas
Windows XP -Original Message- From: mehdi houshmand [mailto:med1...@gmail.com] Sent: Monday, December 20, 2010 4:11 PM To: fop-dev@xmlgraphics.apache.org Subject: Re: Ant Hangs Hi Eric, What OS are you using? If you're using Linux there are packages for installing the Ant and JUnit