Re: Error output of junit-layout-standard

2009-03-10 Thread Jeremias Maerki
Some lazyness on my side. It's fixed now:
http://svn.apache.org/viewvc?rev=752010view=rev
http://svn.apache.org/viewvc?rev=752011view=rev

There was no error because it's classified as non-fatal. Anyway, it
pointed to a missing base directory and an incomplete IFTester class.
And the stacktrace was printed because the image exceptions were not
routed into the event subsystem.

Just for the curious: it was basic-link_background-image.xml.

Basically, if there's anything still left in the 
  [junit] - Standard Error -
part, that means there is some log output that is still not routed
through the event subsystem. So there are still a few nits to fix here.
More when I have more time.

On 09.03.2009 21:28:03 Andreas Delmelle wrote:
 
 Hi all
 
 Just updated my local sandbox, and noticed an error in the build log  
 that I didn't quite expect:
 
  [junit] - Standard Error -
  [junit] Mar 9, 2009 9:00:01 PM org.apache.fop.area.AreaTreeParser 
 $Handler setTraits
  [junit] SEVERE: Background image not available: ../../resources/ 
 images/bgimg300dpi.jpg
  [junit] java.io.FileNotFoundException: Image not found: ../../ 
 resources/images/bgimg300dpi.jpg
 ...
  [junit]  at  
 org.apache.fop.intermediate.IFTester.createIF(IFTester.java:145)
  [junit]  at  
 org.apache.fop.intermediate.IFTester.doIFChecks(IFTester.java:163)
 
 Does anyone else get this? I haven't investigated yet which testcase  
 it points to, so before I start digging, if this rings a bell...
 
 It doesn't cause a failure, though. Build successful.
 
 
 Cheers
 
 Andreas




Jeremias Maerki



Re: Error output of junit-layout-standard

2009-03-10 Thread Andreas Delmelle

On 10 Mar 2009, at 09:02, Jeremias Maerki wrote:


Some lazyness on my side. It's fixed now:
http://svn.apache.org/viewvc?rev=752010view=rev
http://svn.apache.org/viewvc?rev=752011view=rev


Heh, no biggie. Thanks for the swift response and the fix.


Cheers

Andreas



Error output of junit-layout-standard

2009-03-09 Thread Andreas Delmelle


Hi all

Just updated my local sandbox, and noticed an error in the build log  
that I didn't quite expect:


[junit] - Standard Error -
[junit] Mar 9, 2009 9:00:01 PM org.apache.fop.area.AreaTreeParser 
$Handler setTraits
[junit] SEVERE: Background image not available: ../../resources/ 
images/bgimg300dpi.jpg
[junit] java.io.FileNotFoundException: Image not found: ../../ 
resources/images/bgimg300dpi.jpg

...
[junit] 	at  
org.apache.fop.intermediate.IFTester.createIF(IFTester.java:145)
[junit] 	at  
org.apache.fop.intermediate.IFTester.doIFChecks(IFTester.java:163)


Does anyone else get this? I haven't investigated yet which testcase  
it points to, so before I start digging, if this rings a bell...


It doesn't cause a failure, though. Build successful.


Cheers

Andreas