Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
aclement 6cf03da38e test and fix for 166580: multiple output locations and incremental compilation il y a 17 ans
..
base test and fix for 166580: multiple output locations and incremental compilation il y a 17 ans
newInpathClass test and fix for 168840: incremental compilation and inpath il y a 17 ans
origInpathClass test and fix for 166580: multiple output locations and incremental compilation il y a 17 ans
README.txt test and fix for 166580: multiple output locations and incremental compilation il y a 17 ans

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