]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #51617: Add run target for embedded examples. Add increased JVM memory heap...
authorGlenn Adams <gadams@apache.org>
Sat, 14 Apr 2012 18:01:28 +0000 (18:01 +0000)
committerGlenn Adams <gadams@apache.org>
Sat, 14 Apr 2012 18:01:28 +0000 (18:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1326166 13f79535-47bb-0310-9956-ffa450edef68

examples/embedding/build.xml
status.xml

index 8356445c13f8f9462be80f88ba4e4c88d65b2506..0ad70d03c970245d030e7c403f217fd07dfc5c77 100644 (file)
                    <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                                                       -->
        <!-- =================================================================== -->
index 7d67c2f678fd303b2a7c0d8c5b75f6a9ed581135..ee835849d4b50e3064dbf258d800584391192746 100644 (file)
@@ -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>