The Java files are compiled to the source tree, making it difficult to
restart a build. Fix this by passing the output directory to javac.
Details
Details
- Reviewers
deadalnix - Group Reviewers
Restricted Project - Commits
- rSTAGINGa3cf7aae0c75: [SECP256K1] Build java class files out of tree
rABCa3cf7aae0c75: [SECP256K1] Build java class files out of tree
cd secp256k1 ./autogen.sh mkdir build && cd build ../configure --enable-jni --enable-experimental --enable-module-ecdh make check-java
Check the .class files are located under the build directory
(build/src/java/org/bitcoin/*.class).
make clean
Check the .class files are deleted.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Branch
- secp256k1_java_out_of_tree
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 7428 Build 12899: Bitcoin ABC Buildbot (legacy) Build 12898: arc lint + arc unit