- Checks that the directory to write classes to exists; javac fails if it does not.
- Adds an overall JUnit TestSuite.
- Adds unit tests for the target directory option in MainArgumets
- Renames FileExistenceChecker to FileChecker, adds a new method to check if a path is a directory
- Factored out the implementation of FileChecker into it's own class RealFileChecker
- Adds unit tests for RealFileChecker
- Adds unit tests for RealCompilerOptions.
File Added: 1267941-v3.patch.zip
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1478166
Originator: YES
The -d option appears to be the same in the help text for javac, jikes and gcj. I've only tested this on javac though.
Logged In: YES
user_id=1478166
Originator: YES
Bad me, didn't update the unit test after adding the classpath field.
File Added: MainArgumentsTest.java
Logged In: YES
user_id=1478166
Originator: YES
Updates:
- Checks that the directory to write classes to exists; javac fails if it does not.
- Adds an overall JUnit TestSuite.
- Adds unit tests for the target directory option in MainArgumets
- Renames FileExistenceChecker to FileChecker, adds a new method to check if a path is a directory
- Factored out the implementation of FileChecker into it's own class RealFileChecker
- Adds unit tests for RealFileChecker
- Adds unit tests for RealCompilerOptions.
File Added: 1267941-v3.patch.zip
Updated changes
Logged In: YES
user_id=1478166
Originator: YES
Oops, zip file has wrong name, this is a patch for part of 1169808 not 1267941.