You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aclement 6cf03da38e test and fix for 166580: multiple output locations and incremental compilation 17 years ago
..
base test and fix for 166580: multiple output locations and incremental compilation 17 years ago
newInpathClass test and fix for 168840: incremental compilation and inpath 17 years ago
origInpathClass test and fix for 166580: multiple output locations and incremental compilation 17 years ago
README.txt test and fix for 166580: multiple output locations and incremental compilation 17 years ago

README.txt

To regenerate the class file in injarBin\pkg:

javac origInpathClass\InpathClass.java

and copy it to injarBin\pkg.

To regenerate the class copied over as part of the test:

javac newInpathClass\InpathClass.java

To regenerate the jar file base\inpathJar.jar

javac origInpathClass\InpathClass.java
cd origInpathClass
jar cf inpathJar.jar InpathClass.class inpathResource.txt

copy resultant jar file to ..\base