Makefile: adapt *.compile for new javac behaivour too
authorBernhard Urban <lewurm@gmail.com>
Tue, 17 Jul 2012 20:02:47 +0000 (22:02 +0200)
committerBernhard Urban <lewurm@gmail.com>
Tue, 17 Jul 2012 20:02:47 +0000 (22:02 +0200)
tests/ClassPath2.compile
tests/ClassPath3.compile
tests/JARUsage1.compile

index 1bdc2d3eb6594139a2d70f1ad33ca6e60a6c0889..159e6702296492a6d3176b5b2c1964f396fe7159 100644 (file)
@@ -1,2 +1,2 @@
-javac tests/this/is/a/class/path/test/ClassPath1.java
-javac -classpath tests/this/is/a/class tests/ClassPath2.java
+javac tests/this/is/a/class/path/test/ClassPath1.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java
+javac -classpath tests/this/is/a/class tests/ClassPath2.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java
index 9cca39e5a38ce1115bb32690288e9fbc285b002b..18ccd7097ca691d2ced5fa444580e7eae9494b8f 100644 (file)
@@ -1,3 +1,3 @@
-javac tests/this/is/a/class/path/test/ClassPath2.java
+javac tests/this/is/a/class/path/test/ClassPath2.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java
 # and make `make' happy by providing a class file at a proper place:
 cp tests/this/is/a/class/path/test/ClassPath2.class tests/ClassPath3.class
index 8473ead622c48f6bc1dffa78a292f3164cbd5ae5..a3a44b72f006d293171a99636c02288ab050e9e2 100644 (file)
@@ -1 +1 @@
-javac -classpath tests/jar1.jar tests/JARUsage1.java
+javac -classpath tests/jar1.jar tests/JARUsage1.java jmate/lang/System.java jmate/io/PrintStream.java java/lang/Character.java java/lang/Integer.java java/lang/String.java java/lang/System.java java/io/PrintStream.java