diff --git a/build.xml b/build.xml index bc20259c54..1c0969a41b 100644 --- a/build.xml +++ b/build.xml @@ -12,7 +12,7 @@ (cross-compile currently only configured/tested on w32ce-arm and android targets) - Use ANT_OPTS=-Dskip-native=false to build native parts, or directly + Use ANT_OPTS=-D-native=true to build native parts, or directly invoke the native or test targets Use ANT_OPTS=-Dheadless to run tests headless Use ANT_OPTS=-Drelease to stage a final, non-snapshot version diff --git a/www/Contributing.md b/www/Contributing.md index c0735dc502..e934a8ed32 100644 --- a/www/Contributing.md +++ b/www/Contributing.md @@ -17,7 +17,8 @@ gcc, autotools (for libffi), ant (1.8+), a JDK (1.4+), and a few other typical command-line utilities available. Feel free to report any issues, we'll generally pull build fixes immediately. -Native bits are built by passing `-Dskip-native=false` to `ant`. It's +Native bits are built by invoking `ant native`. The build system is configured +to rebuild the native library automaticly if necessary. It's safe to skip the native build as long as your modifications are restricted to Java code.