Author: gadams Date: Tue Mar 1 17:13:46 2016 New Revision: 1733111 URL: http://svn.apache.org/viewvc?rev=1733111&view=rev Log: Ensure ant regard target runs to completion using; add MainClass to batik-all manifest built by maven.
Added: xmlgraphics/batik/branches/maven/lib/xml-serializer-2.7.1.jar (with props) Removed: xmlgraphics/batik/branches/maven/.classpath xmlgraphics/batik/branches/maven/.project Modified: xmlgraphics/batik/branches/maven/batik-all/pom.xml xmlgraphics/batik/branches/maven/build.xml xmlgraphics/batik/branches/maven/test-resources/org/apache/batik/dom/svg/unitTesting.xml Modified: xmlgraphics/batik/branches/maven/batik-all/pom.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/batik-all/pom.xml?rev=1733111&r1=1733110&r2=1733111&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/batik-all/pom.xml (original) +++ xmlgraphics/batik/branches/maven/batik-all/pom.xml Tue Mar 1 17:13:46 2016 @@ -201,6 +201,7 @@ <archive> <manifest> <addDefaultImplementationEntries>true</addDefaultImplementationEntries> + <mainClass>org.apache.batik.apps.svgbrowser.Main</mainClass> </manifest> </archive> <descriptors> Modified: xmlgraphics/batik/branches/maven/build.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/build.xml?rev=1733111&r1=1733110&r2=1733111&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/build.xml (original) +++ xmlgraphics/batik/branches/maven/build.xml Tue Mar 1 17:13:46 2016 @@ -149,6 +149,7 @@ To display the available targets type: <include name="xerces*.jar"/> <include name="xml-apis-1.3.04.jar"/> <include name="xml-apis-ext-1.3.04.jar"/> + <include name="xml-serializer-2.7.1.jar"/> <include name="xmlgraphics-commons*.jar"/> </fileset> </path> @@ -2340,13 +2341,16 @@ JAVA=/usr/bin/java <!-- <jvmarg value="-Xincgc"/> --> <!-- <jvmarg value="-Xrunhprof:format=b"/> --> <!-- <jvmarg value="-Xrunhprof:net=localhost:1234,format=b"/> --> - <jvmarg value="-Xmx256m"/> <jvmarg value="-Xms64m"/> + <jvmarg value="-Xmx1024m"/> <jvmarg value="-Xms64m"/> <classpath> <pathelement location="${dest}"/> <path refid="libs-classpath"/> <path refid="libs-build-classpath"/> <pathelement location="resources"/> <pathelement location="test-resources"/> + <dirset dir="${basedir}"> + <include name="**/classes"/> + </dirset> </classpath> <arg line="test-resources/org/apache/batik/test/regard.xml ${args}"/> </java> Added: xmlgraphics/batik/branches/maven/lib/xml-serializer-2.7.1.jar URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/lib/xml-serializer-2.7.1.jar?rev=1733111&view=auto ============================================================================== Binary file - no diff available. Propchange: xmlgraphics/batik/branches/maven/lib/xml-serializer-2.7.1.jar ------------------------------------------------------------------------------ svn:mime-type = application/octet-stream Modified: xmlgraphics/batik/branches/maven/test-resources/org/apache/batik/dom/svg/unitTesting.xml URL: http://svn.apache.org/viewvc/xmlgraphics/batik/branches/maven/test-resources/org/apache/batik/dom/svg/unitTesting.xml?rev=1733111&r1=1733110&r2=1733111&view=diff ============================================================================== --- xmlgraphics/batik/branches/maven/test-resources/org/apache/batik/dom/svg/unitTesting.xml (original) +++ xmlgraphics/batik/branches/maven/test-resources/org/apache/batik/dom/svg/unitTesting.xml Tue Mar 1 17:13:46 2016 @@ -58,7 +58,7 @@ <!-- ================================================================ --> <test id="dom.svg.publicIds" name="Checks that there are system ids for the supported public Ids" - class="org.apache.batik.dom.svg.SystemIdTest" /> + class="org.apache.batik.anim.dom.SystemIdTest" /> </testSuite>