Fork of the T.J. Watson Libraries for Analysis used by DASCA.
Go to file
Ben Liblit bcbd298808 Extra help for finding "cast" native library on macOS
Unlike Linux, macOS has no "RPATH" facility for embedding additional
search paths within shared libraries.  Instead, we need to set
"DYLD_LIBRARY_PATH" appropriately in the environment.  This
environment variable is the macOS analogue of "LD_LIBRARY_PATH" on
Linux.

Note that adding the required path to the "java.library.path" system
property will *not* work.  This property only affects where the JVM
looks for shared objects that it is loading directly.  This property
does not influence the search for other, transitively-required shared
objects.

Fixes #3.
2018-04-18 11:29:28 -05:00
buildSrc Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05:00
com.ibm.wala-repository Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.java Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.java.ecj Find Eclipse jars using local Maven mirror of Eclipse P2 repository 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.java.test Add some Eclipse dependencies needed only when running tests 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.java.test.data Trigger custom clean tasks whenever running "./gradlew clean" 2018-04-18 11:29:27 -05:00
com.ibm.wala.cast.js Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.js.html.nu_validator Ignore some transient files that appear during testing 2018-04-18 11:29:27 -05:00
com.ibm.wala.cast.js.nodejs Use ".singleFile" instead of "[0]" when we expect just one file 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.js.nodejs.test Enable a few more tests that started working, or perhaps always did 2018-04-18 11:29:26 -05:00
com.ibm.wala.cast.js.rhino Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.cast.js.rhino.test Update Eclipse JUnit test launchers for use with Buildship 2018-04-18 11:29:27 -05:00
com.ibm.wala.cast.js.test Update Eclipse JUnit test launchers for use with Buildship 2018-04-18 11:29:27 -05:00
com.ibm.wala.cast.js.test.data Use ".singleFile" instead of "[0]" when we expect just one file 2018-04-18 11:29:28 -05:00
com.ibm.wala.cast.test Extra help for finding "cast" native library on macOS 2018-04-18 11:29:28 -05:00
com.ibm.wala.core Fix various warnings produced by "./gradlew javadoc" 2018-04-18 11:29:27 -05:00
com.ibm.wala.core.testdata Use ".singleFile" instead of "[0]" when we expect just one file 2018-04-18 11:29:28 -05:00
com.ibm.wala.core.tests Replicate test include/exclude patterns already used in Maven builds 2018-04-18 11:29:28 -05:00
com.ibm.wala.dalvik Fix remaining Javadoc warnings 2018-04-18 11:29:28 -05:00
com.ibm.wala.dalvik.test Use ".singleFile" instead of "[0]" when we expect just one file 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide Find Eclipse jars using local Maven mirror of Eclipse P2 repository 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide.jdt Find Eclipse jars using local Maven mirror of Eclipse P2 repository 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide.jdt.test Add some Eclipse dependencies needed only when running tests 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide.jsdt Also get Eclipse JSDT from a P2 repository, but not the same one 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide.jsdt.tests Add a resource directory containing a zip archive used for testing 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide.tests Find Eclipse jars using local Maven mirror of Eclipse P2 repository 2018-04-18 11:29:28 -05:00
com.ibm.wala.ide_feature Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.scandroid Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.shrike Tweak output dirs to match what Buildship puts into ".classpath" 2018-04-18 11:29:25 -05:00
com.ibm.wala.tests.ide_feature Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.tests_feature Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
com.ibm.wala.util Fix various warnings produced by "./gradlew javadoc" 2018-04-18 11:29:27 -05:00
com.ibm.wala_feature Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
gradle/wrapper Update Gradle wrapper to Gradle 4.5 2018-04-18 11:29:27 -05:00
targets Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
travis Try to continue building/testing even after the first failure 2018-04-18 11:29:28 -05:00
.dir-locals.el Many improvements to Gradle build support, including within Eclipse 2018-04-18 11:29:24 -05:00
.gitignore Factor out recurring pattern of MD5 checksum + stamp file 2018-04-18 11:29:26 -05:00
.travis.yml Find Eclipse jars using local Maven mirror of Eclipse P2 repository 2018-04-18 11:29:28 -05:00
LICENSE Create LICENSE 2018-03-08 09:08:53 -05:00
Process Test Resources.launch Set name and version to help Gradle composite-build substitutions 2018-04-18 11:29:27 -05:00
README.md Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
appveyor.yml.disabled disable appveyor for now 2017-04-13 22:06:35 -07:00
build-maven-jars.py make Maven Central files for wala.dalvik and wala.scandroid (#158) 2017-03-25 13:20:34 -07:00
build.gradle Start exploring publication features by adding source jar archives 2018-04-18 11:29:28 -05:00
change-version.py script to change version numbers consistently across files 2015-05-29 12:19:18 -07:00
dependent-projects-trigger.sh build ML projects 2018-04-13 09:11:57 -04:00
gradlew Support the gradlew build 2018-04-18 11:29:24 -05:00
gradlew.bat Support the gradlew build 2018-04-18 11:29:24 -05:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00
settings.gradle Set name and version to help Gradle composite-build substitutions 2018-04-18 11:29:27 -05:00
upload-javascript.sh quiet 2017-08-03 21:11:33 +00:00

README.md

WALA Build Status

This is the main source repository for WALA. For more details on WALA, see the WALA home page and WALA Javadoc.