Package: mauve-aligner / 2.4.0+4736-6

java17-compatibility.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Fixes the compatibility with OpenJDK 17 (rmic is no longer available)
Author: Emmanuel Bourg <ebourg@apache.org>
Forwarded: no
--- a/build.xml
+++ b/build.xml
@@ -103,7 +103,7 @@
 		<rmic base="${build}" classname="org.gel.mauve.remote.RemoteControlImpl" />
 	</target>
 	
-	<target name="jar" depends="rmic">
+	<target name="jar" depends="compile">
 		
 	    <!-- Put everything in ${build} into the Mauve.jar file -->
 		<delete file="Mauve.jar"/>