WALA/com.ibm.wala.cast.js.nodejs
Ben Liblit b14804bfdc Don't put fixed-name, writable files into "java.io.tmpdir"
If multiple tests both write to "/tmp/cg.txt" (for example), then
these tests cannot safely run concurrently.  That never used to be a
problem with Maven, since our Maven tests were all strictly sequential
anyway.  But parallelized testing using Gradle requires that we do
better.  Fortunately, Java has perfectly reasonable APIs for
generating uniquely-named temporary files and directories.
2018-04-18 11:29:29 -05:00
..
.settings Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
dat NodeJS Support, including Ant build script to download Nodejs Core Library files 2016-10-27 16:37:33 +02:00
META-INF Restore old manifests in hope of fixing Maven regressions 2018-04-18 11:29:29 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
src/com/ibm/wala/cast/js/nodejs Don't put fixed-name, writable files into "java.io.tmpdir" 2018-04-18 11:29:29 -05:00
build.gradle Factor out recurring pattern in download tasks 2018-04-18 11:29:28 -05:00
build.properties refactoring of CAst front end machinery to allow more reuse 2018-01-25 14:42:27 -05:00
build.xml Various fixes to nodejs project config files 2017-06-23 07:01:18 +02:00
pom.xml Revert "Build WALA using Gradle instead of Maven" (#298) 2018-04-18 12:15:56 -04:00