aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--examples/embedding/build.xml2
-rw-r--r--status.xml3
2 files changed, 5 insertions, 0 deletions
diff --git a/examples/embedding/build.xml b/examples/embedding/build.xml
index 8356445c1..0ad70d03c 100644
--- a/examples/embedding/build.xml
+++ b/examples/embedding/build.xml
@@ -146,8 +146,10 @@
<path refid="project.class.path"/>
<pathelement location="${build.dest}"/>
</classpath>
+ <jvmarg value="-Xmx1024m"/>
</java>
</target>
+ <target name="run" depends="example1,example2,example3,example4,example5,example5,example7,example8" description="Runs examples"/>
<!-- =================================================================== -->
<!-- Clean targets -->
<!-- =================================================================== -->
diff --git a/status.xml b/status.xml
index 7d67c2f67..ee835849d 100644
--- a/status.xml
+++ b/status.xml
@@ -62,6 +62,9 @@
documents. Example: the fix of marks layering will be such a case when it's done.
-->
<release version="FOP Trunk" date="TBD">
+ <action context="Code" dev="GA" type="update" fixes-bug="51617">
+ Add run target for embedded examples. Add increased JVM memory heap flag for example8 in case font cache is rebuilt.
+ </action>
<action context="Code" dev="GA" type="fix" fixes-bug="53083">
Update to use of checkstyle-5.5 as default configuration. Remove checkstyle-4.0 configuration. Also, import environment build properties before local properties, so that latter can refer to former.'
</action>