You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ga...@apache.org on 2012/04/14 20:01:28 UTC

svn commit: r1326166 - in /xmlgraphics/fop/trunk: examples/embedding/build.xml status.xml

Author: gadams
Date: Sat Apr 14 18:01:28 2012
New Revision: 1326166

URL: http://svn.apache.org/viewvc?rev=1326166&view=rev
Log:
Bugzilla #51617: Add run target for embedded examples. Add increased JVM memory heap flag for example8 in case font cache is rebuilt.

Modified:
    xmlgraphics/fop/trunk/examples/embedding/build.xml
    xmlgraphics/fop/trunk/status.xml

Modified: xmlgraphics/fop/trunk/examples/embedding/build.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/examples/embedding/build.xml?rev=1326166&r1=1326165&r2=1326166&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/examples/embedding/build.xml (original)
+++ xmlgraphics/fop/trunk/examples/embedding/build.xml Sat Apr 14 18:01:28 2012
@@ -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                                                       -->
 	<!-- =================================================================== -->

Modified: xmlgraphics/fop/trunk/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?rev=1326166&r1=1326165&r2=1326166&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Sat Apr 14 18:01:28 2012
@@ -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>



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org