WALA/com.ibm.wala.cast.test
Ben Liblit a7cef8e77a Declare a task's outputs, enabling incremental build and caching
This specific task runs an external command, and we consider the task
successful if that command exits without error.  We don't actually
examine the stdout or stderr of the command being run.

However, it is still useful to log the stdout and stderr to a file,
and to declare that file to be the output of the task.  Otherwise, the
task has no declared outputs at all.  A task with no outputs is
ineligible for caching and is always considered to be out-of-date.

squash! Declare a task's outputs, enabling incremental build and caching
2018-08-04 04:29:59 -05:00
..
.launchConfigurations Update Eclipse JUnit test launchers for use with Buildship 2018-04-18 11:29:27 -05:00
.settings Let Buildship create new settings files when importing 2018-04-18 11:29:25 -05:00
META-INF Bump version to 1.5.0-SNAPSHOT before merging with WALA master 2018-04-18 11:29:29 -05:00
OSGI-INF/l10n Externalize bundle names and vendors 2017-06-07 17:42:11 +02:00
harness-src Merge pull request #317 from liblit/future-java-compatibility-fixes 2018-06-06 12:52:51 -04:00
build.gradle Declare a task's outputs, enabling incremental build and caching 2018-08-04 04:29:59 -05:00
build.properties Simplify inclusion of "OSGI-INF" and the only file it contains 2018-04-18 11:29:25 -05:00
excluded-tests.txt exclude abstract test 2007-11-16 02:04:39 +00:00
pom.xml Require JUnit 4.12 instead of 4.11 2018-05-21 17:27:54 -05:00