Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Jeremias Maerki
This is fixed in FOP Trunk now. Thanks for the suggestion. http://svn.apache.org/viewvc?view=rev&rev=451393 Stupid me applied it to a branch first. I guess I'm tired. On 29.09.2006 17:16:28 Andrejus Chaliapinas wrote: > and my Eclipse Ant hangs on that, cause tries to prefix that name with > cur

Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread jcumps
ot; <[EMAIL PROTECTED]> Sent: Friday, September 29, 2006 5:55 PM Subject: RE: Newbie question on Area Tree XML and testcases Andrejus, I've created a project on sourceforge to generate pdf reports from JUnit tests. It's called JUnit PDF Report, an can be found here: http://junit

RE: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Andrejus Chaliapinas
> Are you not running the org.apache.fop.layoutengine.LayoutEngineTestSuite > using Eclipse's own JUnit support? That's the easiest way. Choosing the > default working directory, everything works fine and you really only run > the tests you need. It seems to me you're running the junit tasks from >

RE: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Andrejus Chaliapinas
> Andrejus, > > I've created a project on sourceforge to generate pdf reports from JUnit > tests. > > It's called JUnit PDF Report, an can be found here: > > http://junitpdfreport.sourceforge.net > > It uses FOP to render the JUnit XML docs into a PDF. > > Regards, Jan Great, What about next

Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Jeremias Maerki
On 29.09.2006 17:16:28 Andrejus Chaliapinas wrote: > > Normally, I just construct the FO part in the test case and then run the > > thing once so I get the current area tree XML. I obviously get an error > > if I have no checks, because we don't want any test cases without checks. > > When I have

Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread jcumps
From: "Andrejus Chaliapinas" <[EMAIL PROTECTED]> To: Sent: Friday, September 29, 2006 4:47 PM Subject: Newbie question on Area Tree XML and testcases Hello, I'm trying a little bit understand FOP dev. internals and please correct me if I wrong. When I run Junit layout t

Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Chris Bowditch
Andrejus Chaliapinas wrote: Normally, I just construct the FO part in the test case and then run the thing once so I get the current area tree XML. I obviously get an error if I have no checks, because we don't want any test cases without checks. When I have a first area tree XML I create the fi

RE: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Andrejus Chaliapinas
> Normally, I just construct the FO part in the test case and then run the > thing once so I get the current area tree XML. I obviously get an error > if I have no checks, because we don't want any test cases without checks. > When I have a first area tree XML I create the first checks I can build.

Re: Newbie question on Area Tree XML and testcases

2006-09-29 Thread Jeremias Maerki
On 29.09.2006 16:47:54 Andrejus Chaliapinas wrote: > Hello, > > I'm trying a little bit understand FOP dev. internals and please correct me > if I wrong. When I run Junit layout testcase - it generates me under > test-results some XML file in form of Area Tree XML, from which I could > produce PD

Newbie question on Area Tree XML and testcases

2006-09-29 Thread Andrejus Chaliapinas
Hello, I'm trying a little bit understand FOP dev. internals and please correct me if I wrong. When I run Junit layout testcase - it generates me under test-results some XML file in form of Area Tree XML, from which I could produce PDF file. But for me it's not clear how I would know in advance wh