https://issues.apache.org/bugzilla/show_bug.cgi?id=52010
Bug #: 52010
Summary: [PATCH] Simplification of the build.xml
Product: Fop
Version: 1.0
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: general
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
As discussed, the layout engine tests have been changed such that rather than
the build.xml injecting System properties the defaults are set. These System
property dependencies haven't been removed so should a user/developer want to
inject parameters they are free to do so.
Other than the injecting of parameters, I've left much of the mechanism by
which the layout tests run mostly the same. The only notable difference is that
I've reduced a bit of the code duplication in both the build.xml and the test
code.
Also, now ALL the unit tests use the "junit-run" macro, this is purely to
minimize code duplication. However, all the ant targets remain, none of them
have been removed, so functionality is exactly the same as before, but
hopefully the code is a little cleaner.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.