您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
aclement 6cf03da38e test and fix for 166580: multiple output locations and incremental compilation 17 年前
..
base test and fix for 166580: multiple output locations and incremental compilation 17 年前
newInpathClass test and fix for 168840: incremental compilation and inpath 17 年前
origInpathClass test and fix for 166580: multiple output locations and incremental compilation 17 年前
README.txt test and fix for 166580: multiple output locations and incremental compilation 17 年前

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